Shades of Red Berry #720F11
Tints of Red Berry #720F11
RGB
CMYK
RGB Variations
Color information
#720F11 (or 0x720F11) is known color: Red Berry. HEX triplet: 72, 0F and 11. RGB value is (114,15,17). Sum of RGB (Red+Green+Blue) = 114+15+17=146 (19% of max value = 765). Red value is 114 (44.92% from 255 or 78.08% from 146); Green value is 15 (6.25% from 255 or 10.27% from 146); Blue value is 17 (7.03% from 255 or 11.64% from 146); Max value from RGB is 114 - color contains mainly: red. Hex color #720F11 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720F11 is #8DF0EE. Grayscale: #2C2C2C. Windows color (decimal): -9302255 or 1118066. OLE color: 1118066.
HSL color Cylindrical-coordinate representation of color #720F11: hue angle of 358.79º 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 #720F11 is Cyan = 0, Magento = 0.87, Yellow = 0.85 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 15 | 17 | - |
| CMYK | 0 | 0.87 | 0.85 | 0.55 |
| HSL | 358.79º | 0.77% | 0.25% | - |
| HSV(B) | 358.79º | 0.87% | 0.45% | - |
| XYZ | 7.21 | 3.96 | 0.91 | - |
| YUV | 44.83 | 112.3 | 177.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 15 | 17 | 0 | 0.87 | 0.85 | 0.55 | 358.79 | 0.77 | 0.25 |
| Hex | 72 | F | 11 | 0 | 57 | 55 | 37 | 167 | 4D | 19 |
| Octal | 162 | 17 | 21 | 0 | 127 | 125 | 67 | 547 | 115 | 31 |
| Binary | 1110010 | 1111 | 10001 | 0 | 1010111 | 1010101 | 110111 | 101100111 | 1001101 | 11001 |
Color Harmonies of #720F11
Complementary color
Monochromatic Colors of #720F11
Black with #720F11
Text Example
Text Example
White with #720F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720F11; }
p { color: rgb(114,15,17); }
H1.HeaderClassName
{
color: #720F11;
}
.AnyTagClassName
{
color: #720F11;
}
</style>
background-color css
<style>
a { background-color: #720F11; }
a { background-color: rgb(114,15,17); }
div.DivClassName
{
background-color: #720F11;
}
.BgClassName
{
background-color: #720F11;
}
</style>
border-color css
<style>
span { border-color: #720F11; }
span { border-color: rgb(114,15,17); }
td.TdClassName
{
border-color: #720F11;
}
.TagClassName
{
border-color: #720F11;
}
</style>