#771112

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

Shades of Red Berry #771112

Tints of Red Berry #771112

Color information

#771112 (or 0x771112) is unknown color: approx Red Berry. HEX triplet: 77, 11 and 12. RGB value is (119,17,18). Sum of RGB (Red+Green+Blue) = 119+17+18=154 (20% of max value = 765). Red value is 119 (46.88% from 255 or 77.27% from 154); Green value is 17 (7.03% from 255 or 11.04% from 154); Blue value is 18 (7.42% from 255 or 11.69% from 154); Max value from RGB is 119 - color contains mainly: red. Hex color #771112 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #771112 is #88EEED. Grayscale: #2F2F2F. Windows color (decimal): -8974062 or 1184119. OLE color: 1184119.

HSL color Cylindrical-coordinate representation of color #771112: hue angle of 359.41º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #771112 is Cyan = 0, Magento = 0.86, Yellow = 0.85 and Black (K on CMYK) = 0.53.

Color convert

RGB1191718-
CMYK00.860.850.53
HSL359.41º75%26.67%-
HSV(B)359.41º85.71%46.67%-
XYZ7.924.371-
YUV47.61111.29178.92-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 77.27%
GREEN value IS 17 (7.03% from 255) = 11.04%
BLUE value IS 18 (7.42% from 255) = 11.69%
R=77.27%
G=11.04%
B=11.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.85
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119171800.860.850.53359.417526.67
Hex77111205655351674b1b
Octal167212201261256554711333
Binary11101111000110010010101101010101110101101100111100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771112; }

 p { color: rgb(119,17,18); }

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

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

 a { background-color: rgb(119,17,18); }

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

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

 span { border-color: rgb(119,17,18); }

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