Shades of Red Berry #72121B
Tints of Red Berry #72121B
RGB
CMYK
RGB Variations
Color information
#72121B (or 0x72121B) is known color: Red Berry. HEX triplet: 72, 12 and 1B. RGB value is (114,18,27). Sum of RGB (Red+Green+Blue) = 114+18+27=159 (21% of max value = 765). Red value is 114 (44.92% from 255 or 71.70% from 159); Green value is 18 (7.42% from 255 or 11.32% from 159); Blue value is 27 (10.94% from 255 or 16.98% from 159); Max value from RGB is 114 - color contains mainly: red. Hex color #72121B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72121B is #8DEDE4. Grayscale: #2F2F2F. Windows color (decimal): -9301477 or 1774194. OLE color: 1774194.
HSL color Cylindrical-coordinate representation of color #72121B: hue angle of 354.38º 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 #72121B is Cyan = 0, Magento = 0.84, Yellow = 0.76 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 18 | 27 | - |
| CMYK | 0 | 0.84 | 0.76 | 0.55 |
| HSL | 354.38º | 0.73% | 0.26% | - |
| HSV(B) | 354.38º | 0.84% | 0.45% | - |
| XYZ | 7.35 | 4.09 | 1.44 | - |
| YUV | 47.73 | 116.3 | 175.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 18 | 27 | 0 | 0.84 | 0.76 | 0.55 | 354.38 | 0.73 | 0.26 |
| Hex | 72 | 12 | 1B | 0 | 54 | 4C | 37 | 162 | 49 | 1A |
| Octal | 162 | 22 | 33 | 0 | 124 | 114 | 67 | 542 | 111 | 32 |
| Binary | 1110010 | 10010 | 11011 | 0 | 1010100 | 1001100 | 110111 | 101100010 | 1001001 | 11010 |
Color Harmonies of #72121B
Complementary color
Monochromatic Colors of #72121B
Black with #72121B
Text Example
Text Example
White with #72121B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72121B; }
p { color: rgb(114,18,27); }
H1.HeaderClassName
{
color: #72121B;
}
.AnyTagClassName
{
color: #72121B;
}
</style>
background-color css
<style>
a { background-color: #72121B; }
a { background-color: rgb(114,18,27); }
div.DivClassName
{
background-color: #72121B;
}
.BgClassName
{
background-color: #72121B;
}
</style>
border-color css
<style>
span { border-color: #72121B; }
span { border-color: rgb(114,18,27); }
td.TdClassName
{
border-color: #72121B;
}
.TagClassName
{
border-color: #72121B;
}
</style>