#771F24

Color #771F24 Red Berry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Berry #771F24

Tints of Red Berry #771F24

Color information

#771F24 (or 0x771F24) is unknown color: approx Red Berry. HEX triplet: 77, 1F and 24. RGB value is (119,31,36). Sum of RGB (Red+Green+Blue) = 119+31+36=186 (24% of max value = 765). Red value is 119 (46.88% from 255 or 63.98% from 186); Green value is 31 (12.5% from 255 or 16.67% from 186); Blue value is 36 (14.45% from 255 or 19.35% from 186); Max value from RGB is 119 - color contains mainly: red. Hex color #771F24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #771F24 is #88E0DB. Grayscale: #393939. Windows color (decimal): -8970460 or 2367351. OLE color: 2367351.

HSL color Cylindrical-coordinate representation of color #771F24: hue angle of 356.59º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #771F24 is Cyan = 0, Magento = 0.74, Yellow = 0.70 and Black (K on CMYK) = 0.53.

Color convert

RGB1193136-
CMYK00.740.700.53
HSL356.59º58.67%29.41%-
HSV(B)356.59º73.95%46.67%-
XYZ8.425.032.2-
YUV57.88115.65171.59-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 119 (46.88% from 255) = 63.98%
GREEN value IS 31 (12.5% from 255) = 16.67%
BLUE value IS 36 (14.45% from 255) = 19.35%
R=63.98%
G=16.67%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.70
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119313600.740.700.53356.5958.6729.41
Hex771F2404A46351653b1d
Octal16737440112106655457335
Binary11101111111110010001001010100011011010110110010111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771F24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771F24; }

 p { color: rgb(119,31,36); }

 H1.HeaderClassName
 {
   color: #771F24;
 }
 .AnyTagClassName
 {
   color: #771F24;
 }
</style>
background-color css

<style>
 a { background-color: #771F24; }

 a { background-color: rgb(119,31,36); }

 div.DivClassName
 {
   background-color: #771F24;
 }
 .BgClassName
 {
   background-color: #771F24;
 }
</style>
border-color css

<style>
 span { border-color: #771F24; }

 span { border-color: rgb(119,31,36); }

 td.TdClassName
 {
   border-color: #771F24;
 }
 .TagClassName
 {
   border-color: #771F24;
 }
</style>