Shades of Red Berry #720D0F
Tints of Red Berry #720D0F
RGB
CMYK
RGB Variations
Color information
#720D0F (or 0x720D0F) is known color: Red Berry. HEX triplet: 72, 0D and 0F. RGB value is (114,13,15). Sum of RGB (Red+Green+Blue) = 114+13+15=142 (18% of max value = 765). Red value is 114 (44.92% from 255 or 80.28% from 142); Green value is 13 (5.47% from 255 or 9.15% from 142); Blue value is 15 (6.25% from 255 or 10.56% from 142); Max value from RGB is 114 - color contains mainly: red. Hex color #720D0F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720D0F is #8DF2F0. Grayscale: #2B2B2B. Windows color (decimal): -9302769 or 986482. OLE color: 986482.
HSL color Cylindrical-coordinate representation of color #720D0F: hue angle of 358.81º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #720D0F is Cyan = 0, Magento = 0.89, Yellow = 0.87 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 13 | 15 | - |
| CMYK | 0 | 0.89 | 0.87 | 0.55 |
| HSL | 358.81º | 0.8% | 0.25% | - |
| HSV(B) | 358.81º | 0.89% | 0.45% | - |
| XYZ | 7.17 | 3.9 | 0.83 | - |
| YUV | 43.43 | 111.96 | 178.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 13 | 15 | 0 | 0.89 | 0.87 | 0.55 | 358.81 | 0.8 | 0.25 |
| Hex | 72 | D | F | 0 | 59 | 57 | 37 | 167 | 50 | 19 |
| Octal | 162 | 15 | 17 | 0 | 131 | 127 | 67 | 547 | 120 | 31 |
| Binary | 1110010 | 1101 | 1111 | 0 | 1011001 | 1010111 | 110111 | 101100111 | 1010000 | 11001 |
Color Harmonies of #720D0F
Complementary color
Monochromatic Colors of #720D0F
Black with #720D0F
Text Example
Text Example
White with #720D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720D0F; }
p { color: rgb(114,13,15); }
H1.HeaderClassName
{
color: #720D0F;
}
.AnyTagClassName
{
color: #720D0F;
}
</style>
background-color css
<style>
a { background-color: #720D0F; }
a { background-color: rgb(114,13,15); }
div.DivClassName
{
background-color: #720D0F;
}
.BgClassName
{
background-color: #720D0F;
}
</style>
border-color css
<style>
span { border-color: #720D0F; }
span { border-color: rgb(114,13,15); }
td.TdClassName
{
border-color: #720D0F;
}
.TagClassName
{
border-color: #720D0F;
}
</style>