Shades of Red Berry #720F12
Tints of Red Berry #720F12
RGB
CMYK
RGB Variations
Color information
#720F12 (or 0x720F12) is known color: Red Berry. HEX triplet: 72, 0F and 12. RGB value is (114,15,18). Sum of RGB (Red+Green+Blue) = 114+15+18=147 (19% of max value = 765). Red value is 114 (44.92% from 255 or 77.55% from 147); Green value is 15 (6.25% from 255 or 10.20% from 147); Blue value is 18 (7.42% from 255 or 12.24% from 147); Max value from RGB is 114 - color contains mainly: red. Hex color #720F12 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720F12 is #8DF0ED. Grayscale: #2D2D2D. Windows color (decimal): -9302254 or 1183602. OLE color: 1183602.
HSL color Cylindrical-coordinate representation of color #720F12: hue angle of 358.18º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #720F12 is Cyan = 0, Magento = 0.87, Yellow = 0.84 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 15 | 18 | - |
| CMYK | 0 | 0.87 | 0.84 | 0.55 |
| HSL | 358.18º | 0.77% | 0.25% | - |
| HSV(B) | 358.18º | 0.87% | 0.45% | - |
| XYZ | 7.22 | 3.96 | 0.96 | - |
| YUV | 44.94 | 112.8 | 177.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 15 | 18 | 0 | 0.87 | 0.84 | 0.55 | 358.18 | 0.77 | 0.25 |
| Hex | 72 | F | 12 | 0 | 57 | 54 | 37 | 166 | 4D | 19 |
| Octal | 162 | 17 | 22 | 0 | 127 | 124 | 67 | 546 | 115 | 31 |
| Binary | 1110010 | 1111 | 10010 | 0 | 1010111 | 1010100 | 110111 | 101100110 | 1001101 | 11001 |
Color Harmonies of #720F12
Complementary color
Monochromatic Colors of #720F12
Black with #720F12
Text Example
Text Example
White with #720F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720F12; }
p { color: rgb(114,15,18); }
H1.HeaderClassName
{
color: #720F12;
}
.AnyTagClassName
{
color: #720F12;
}
</style>
background-color css
<style>
a { background-color: #720F12; }
a { background-color: rgb(114,15,18); }
div.DivClassName
{
background-color: #720F12;
}
.BgClassName
{
background-color: #720F12;
}
</style>
border-color css
<style>
span { border-color: #720F12; }
span { border-color: rgb(114,15,18); }
td.TdClassName
{
border-color: #720F12;
}
.TagClassName
{
border-color: #720F12;
}
</style>