Shades of Red Berry #720D10
Tints of Red Berry #720D10
RGB
CMYK
RGB Variations
Color information
#720D10 (or 0x720D10) is known color: Red Berry. HEX triplet: 72, 0D and 10. RGB value is (114,13,16). Sum of RGB (Red+Green+Blue) = 114+13+16=143 (18% of max value = 765). Red value is 114 (44.92% from 255 or 79.72% from 143); Green value is 13 (5.47% from 255 or 9.09% from 143); Blue value is 16 (6.64% from 255 or 11.19% from 143); Max value from RGB is 114 - color contains mainly: red. Hex color #720D10 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720D10 is #8DF2EF. Grayscale: #2B2B2B. Windows color (decimal): -9302768 or 1052018. OLE color: 1052018.
HSL color Cylindrical-coordinate representation of color #720D10: hue angle of 358.22º 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 #720D10 is Cyan = 0, Magento = 0.89, Yellow = 0.86 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 13 | 16 | - |
| CMYK | 0 | 0.89 | 0.86 | 0.55 |
| HSL | 358.22º | 0.8% | 0.25% | - |
| HSV(B) | 358.22º | 0.89% | 0.45% | - |
| XYZ | 7.18 | 3.9 | 0.87 | - |
| YUV | 43.54 | 112.46 | 178.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 13 | 16 | 0 | 0.89 | 0.86 | 0.55 | 358.22 | 0.8 | 0.25 |
| Hex | 72 | D | 10 | 0 | 59 | 56 | 37 | 166 | 50 | 19 |
| Octal | 162 | 15 | 20 | 0 | 131 | 126 | 67 | 546 | 120 | 31 |
| Binary | 1110010 | 1101 | 10000 | 0 | 1011001 | 1010110 | 110111 | 101100110 | 1010000 | 11001 |
Color Harmonies of #720D10
Complementary color
Monochromatic Colors of #720D10
Black with #720D10
Text Example
Text Example
White with #720D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720D10; }
p { color: rgb(114,13,16); }
H1.HeaderClassName
{
color: #720D10;
}
.AnyTagClassName
{
color: #720D10;
}
</style>
background-color css
<style>
a { background-color: #720D10; }
a { background-color: rgb(114,13,16); }
div.DivClassName
{
background-color: #720D10;
}
.BgClassName
{
background-color: #720D10;
}
</style>
border-color css
<style>
span { border-color: #720D10; }
span { border-color: rgb(114,13,16); }
td.TdClassName
{
border-color: #720D10;
}
.TagClassName
{
border-color: #720D10;
}
</style>