#76111E

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

Shades of Red Berry #76111E

Tints of Red Berry #76111E

Color information

#76111E (or 0x76111E) is unknown color: approx Red Berry. HEX triplet: 76, 11 and 1E. RGB value is (118,17,30). Sum of RGB (Red+Green+Blue) = 118+17+30=165 (21% of max value = 765). Red value is 118 (46.48% from 255 or 71.52% from 165); Green value is 17 (7.03% from 255 or 10.30% from 165); Blue value is 30 (12.11% from 255 or 18.18% from 165); Max value from RGB is 118 - color contains mainly: red. Hex color #76111E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76111E is #89EEE1. Grayscale: #303030. Windows color (decimal): -9039586 or 1970550. OLE color: 1970550.

HSL color Cylindrical-coordinate representation of color #76111E: hue angle of 352.28º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #76111E is Cyan = 0, Magento = 0.86, Yellow = 0.75 and Black (K on CMYK) = 0.54.

Color convert

RGB1181730-
CMYK00.860.750.54
HSL352.28º74.81%26.47%-
HSV(B)352.28º85.59%46.27%-
XYZ7.914.351.65-
YUV48.68117.46177.44-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 71.52%
GREEN value IS 17 (7.03% from 255) = 10.30%
BLUE value IS 30 (12.11% from 255) = 18.18%
R=71.52%
G=10.30%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.75
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118173000.860.750.54352.2874.8126.47
Hex76111E0564B361604b1a
Octal166213601261136654011332
Binary11101101000111110010101101001011110110101100000100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76111E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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