Shades of Red Berry #72121E
Tints of Red Berry #72121E
RGB
CMYK
RGB Variations
Color information
#72121E (or 0x72121E) is known color: 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
| RGB | 114 | 18 | 30 | - |
| CMYK | 0 | 0.84 | 0.74 | 0.55 |
| HSL | 352.5º | 0.73% | 0.26% | - |
| HSV(B) | 352.5º | 0.84% | 0.45% | - |
| XYZ | 7.39 | 4.1 | 1.63 | - |
| YUV | 48.07 | 117.8 | 175.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 18 | 30 | 0 | 0.84 | 0.74 | 0.55 | 352.5 | 0.73 | 0.26 |
| Hex | 72 | 12 | 1E | 0 | 54 | 4A | 37 | 160 | 49 | 1A |
| Octal | 162 | 22 | 36 | 0 | 124 | 112 | 67 | 540 | 111 | 32 |
| Binary | 1110010 | 10010 | 11110 | 0 | 1010100 | 1001010 | 110111 | 101100000 | 1001001 | 11010 |
Color Harmonies of #72121E
Complementary color
Monochromatic Colors of #72121E
Black with #72121E
Text Example
Text Example
White with #72121E
Text Example
Text Example
HTML Codes & Css Web 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>