Shades of Red Berry #721012
Tints of Red Berry #721012
RGB
CMYK
RGB Variations
Color information
#721012 (or 0x721012) is known color: Red Berry. HEX triplet: 72, 10 and 12. RGB value is (114,16,18). Sum of RGB (Red+Green+Blue) = 114+16+18=148 (19% of max value = 765). Red value is 114 (44.92% from 255 or 77.03% from 148); Green value is 16 (6.64% from 255 or 10.81% from 148); Blue value is 18 (7.42% from 255 or 12.16% from 148); Max value from RGB is 114 - color contains mainly: red. Hex color #721012 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #721012 is #8DEFED. Grayscale: #2D2D2D. Windows color (decimal): -9301998 or 1183858. OLE color: 1183858.
HSL color Cylindrical-coordinate representation of color #721012: hue angle of 358.78º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #721012 is Cyan = 0, Magento = 0.86, Yellow = 0.84 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 16 | 18 | - |
| CMYK | 0 | 0.86 | 0.84 | 0.55 |
| HSL | 358.78º | 0.75% | 0.25% | - |
| HSV(B) | 358.78º | 0.86% | 0.45% | - |
| XYZ | 7.23 | 3.99 | 0.96 | - |
| YUV | 45.53 | 112.47 | 176.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 16 | 18 | 0 | 0.86 | 0.84 | 0.55 | 358.78 | 0.75 | 0.25 |
| Hex | 72 | 10 | 12 | 0 | 56 | 54 | 37 | 167 | 4B | 19 |
| Octal | 162 | 20 | 22 | 0 | 126 | 124 | 67 | 547 | 113 | 31 |
| Binary | 1110010 | 10000 | 10010 | 0 | 1010110 | 1010100 | 110111 | 101100111 | 1001011 | 11001 |
Color Harmonies of #721012
Complementary color
Monochromatic Colors of #721012
Black with #721012
Text Example
Text Example
White with #721012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721012; }
p { color: rgb(114,16,18); }
H1.HeaderClassName
{
color: #721012;
}
.AnyTagClassName
{
color: #721012;
}
</style>
background-color css
<style>
a { background-color: #721012; }
a { background-color: rgb(114,16,18); }
div.DivClassName
{
background-color: #721012;
}
.BgClassName
{
background-color: #721012;
}
</style>
border-color css
<style>
span { border-color: #721012; }
span { border-color: rgb(114,16,18); }
td.TdClassName
{
border-color: #721012;
}
.TagClassName
{
border-color: #721012;
}
</style>