#72121E

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

Shades of Red Berry #72121E

Tints of Red Berry #72121E

Color information

#72121E (or 0x72121E) is unknown color: approx Red Berry. HEX triplet: 72, 12 and 1E. RGB value is (114,18,30). Sum of RGB (Red+Green+Blue) = 114+18+30=162 (21% of max value = 765). Red value is 114 (44.92% from 255 or 70.37% from 162); Green value is 18 (7.42% from 255 or 11.11% from 162); Blue value is 30 (12.11% from 255 or 18.52% from 162); Max value from RGB is 114 - color contains mainly: red. Hex color #72121E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72121E is #8DEDE1. Grayscale: #303030. Windows color (decimal): -9301474 or 1970802. OLE color: 1970802.

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

Color convert

RGB1141830-
CMYK00.840.740.55
HSL352.5º72.73%25.88%-
HSV(B)352.5º84.21%44.71%-
XYZ7.394.11.63-
YUV48.07117.8175.02-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 70.37%
GREEN value IS 18 (7.42% from 255) = 11.11%
BLUE value IS 30 (12.11% from 255) = 18.52%
R=70.37%
G=11.11%
B=18.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.74
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114183000.840.740.55352.572.7325.88
Hex72121E0544A37160491a
Octal162223601241126754011132
Binary11100101001011110010101001001010110111101100000100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72121E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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