#72111E

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

Shades of Red Berry #72111E

Tints of Red Berry #72111E

Color information

#72111E (or 0x72111E) is unknown color: approx Red Berry. HEX triplet: 72, 11 and 1E. RGB value is (114,17,30). Sum of RGB (Red+Green+Blue) = 114+17+30=161 (21% of max value = 765). Red value is 114 (44.92% from 255 or 70.81% from 161); Green value is 17 (7.03% from 255 or 10.56% from 161); Blue value is 30 (12.11% from 255 or 18.63% from 161); Max value from RGB is 114 - color contains mainly: red. Hex color #72111E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72111E is #8DEEE1. Grayscale: #2F2F2F. Windows color (decimal): -9301730 or 1970546. OLE color: 1970546.

HSL color Cylindrical-coordinate representation of color #72111E: hue angle of 351.96º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #72111E is Cyan = 0, Magento = 0.85, Yellow = 0.74 and Black (K on CMYK) = 0.55.

Color convert

RGB1141730-
CMYK00.850.740.55
HSL351.96º74.05%25.69%-
HSV(B)351.96º85.09%44.71%-
XYZ7.374.071.63-
YUV47.48118.14175.44-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 70.81%
GREEN value IS 17 (7.03% from 255) = 10.56%
BLUE value IS 30 (12.11% from 255) = 18.63%
R=70.81%
G=10.56%
B=18.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.74
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114173000.850.740.55351.9674.0525.69
Hex72111E0554A371604a1a
Octal162213601251126754011232
Binary11100101000111110010101011001010110111101100000100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72111E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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