Shades of Red Berry #72121C
Tints of Red Berry #72121C
RGB
CMYK
RGB Variations
Color information
#72121C (or 0x72121C) is known color: Red Berry. HEX triplet: 72, 12 and 1C. RGB value is (114,18,28). Sum of RGB (Red+Green+Blue) = 114+18+28=160 (21% of max value = 765). Red value is 114 (44.92% from 255 or 71.25% from 160); Green value is 18 (7.42% from 255 or 11.25% from 160); Blue value is 28 (11.33% from 255 or 17.5% from 160); Max value from RGB is 114 - color contains mainly: red. Hex color #72121C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72121C is #8DEDE3. Grayscale: #2F2F2F. Windows color (decimal): -9301476 or 1839730. OLE color: 1839730.
HSL color Cylindrical-coordinate representation of color #72121C: hue angle of 353.75º 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 #72121C is Cyan = 0, Magento = 0.84, Yellow = 0.75 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 18 | 28 | - |
| CMYK | 0 | 0.84 | 0.75 | 0.55 |
| HSL | 353.75º | 0.73% | 0.26% | - |
| HSV(B) | 353.75º | 0.84% | 0.45% | - |
| XYZ | 7.37 | 4.09 | 1.5 | - |
| YUV | 47.84 | 116.8 | 175.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 18 | 28 | 0 | 0.84 | 0.75 | 0.55 | 353.75 | 0.73 | 0.26 |
| Hex | 72 | 12 | 1C | 0 | 54 | 4B | 37 | 162 | 49 | 1A |
| Octal | 162 | 22 | 34 | 0 | 124 | 113 | 67 | 542 | 111 | 32 |
| Binary | 1110010 | 10010 | 11100 | 0 | 1010100 | 1001011 | 110111 | 101100010 | 1001001 | 11010 |
Color Harmonies of #72121C
Complementary color
Monochromatic Colors of #72121C
Black with #72121C
Text Example
Text Example
White with #72121C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72121C; }
p { color: rgb(114,18,28); }
H1.HeaderClassName
{
color: #72121C;
}
.AnyTagClassName
{
color: #72121C;
}
</style>
background-color css
<style>
a { background-color: #72121C; }
a { background-color: rgb(114,18,28); }
div.DivClassName
{
background-color: #72121C;
}
.BgClassName
{
background-color: #72121C;
}
</style>
border-color css
<style>
span { border-color: #72121C; }
span { border-color: rgb(114,18,28); }
td.TdClassName
{
border-color: #72121C;
}
.TagClassName
{
border-color: #72121C;
}
</style>