#77111E

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

Shades of Red Berry #77111E

Tints of Red Berry #77111E

Color information

#77111E (or 0x77111E) is unknown color: approx Red Berry. HEX triplet: 77, 11 and 1E. RGB value is (119,17,30). Sum of RGB (Red+Green+Blue) = 119+17+30=166 (21% of max value = 765). Red value is 119 (46.88% from 255 or 71.69% from 166); Green value is 17 (7.03% from 255 or 10.24% from 166); Blue value is 30 (12.11% from 255 or 18.07% from 166); Max value from RGB is 119 - color contains mainly: red. Hex color #77111E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77111E is #88EEE1. Grayscale: #313131. Windows color (decimal): -8974050 or 1970551. OLE color: 1970551.

HSL color Cylindrical-coordinate representation of color #77111E: hue angle of 352.35º 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 #77111E is Cyan = 0, Magento = 0.86, Yellow = 0.75 and Black (K on CMYK) = 0.53.

Color convert

RGB1191730-
CMYK00.860.750.53
HSL352.35º75%26.67%-
HSV(B)352.35º85.71%46.67%-
XYZ8.044.421.66-
YUV48.98117.29177.94-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 71.69%
GREEN value IS 17 (7.03% from 255) = 10.24%
BLUE value IS 30 (12.11% from 255) = 18.07%
R=71.69%
G=10.24%
B=18.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.75
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119173000.860.750.53352.357526.67
Hex77111E0564B351604b1b
Octal167213601261136554011333
Binary11101111000111110010101101001011110101101100000100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77111E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77111E; }

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

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

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

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

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

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

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

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