Shades of Red Berry #721215
Tints of Red Berry #721215
RGB
CMYK
RGB Variations
Color information
#721215 (or 0x721215) is known color: Red Berry. HEX triplet: 72, 12 and 15. RGB value is (114,18,21). Sum of RGB (Red+Green+Blue) = 114+18+21=153 (20% of max value = 765). Red value is 114 (44.92% from 255 or 74.51% from 153); Green value is 18 (7.42% from 255 or 11.76% from 153); Blue value is 21 (8.59% from 255 or 13.73% from 153); Max value from RGB is 114 - color contains mainly: red. Hex color #721215 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #721215 is #8DEDEA. Grayscale: #2F2F2F. Windows color (decimal): -9301483 or 1380978. OLE color: 1380978.
HSL color Cylindrical-coordinate representation of color #721215: hue angle of 358.12º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #721215 is Cyan = 0, Magento = 0.84, Yellow = 0.82 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 18 | 21 | - |
| CMYK | 0 | 0.84 | 0.82 | 0.55 |
| HSL | 358.13º | 0.73% | 0.26% | - |
| HSV(B) | 358.13º | 0.84% | 0.45% | - |
| XYZ | 7.29 | 4.06 | 1.11 | - |
| YUV | 47.05 | 113.3 | 175.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 18 | 21 | 0 | 0.84 | 0.82 | 0.55 | 358.13 | 0.73 | 0.26 |
| Hex | 72 | 12 | 15 | 0 | 54 | 52 | 37 | 166 | 49 | 1A |
| Octal | 162 | 22 | 25 | 0 | 124 | 122 | 67 | 546 | 111 | 32 |
| Binary | 1110010 | 10010 | 10101 | 0 | 1010100 | 1010010 | 110111 | 101100110 | 1001001 | 11010 |
Color Harmonies of #721215
Complementary color
Monochromatic Colors of #721215
Black with #721215
Text Example
Text Example
White with #721215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721215; }
p { color: rgb(114,18,21); }
H1.HeaderClassName
{
color: #721215;
}
.AnyTagClassName
{
color: #721215;
}
</style>
background-color css
<style>
a { background-color: #721215; }
a { background-color: rgb(114,18,21); }
div.DivClassName
{
background-color: #721215;
}
.BgClassName
{
background-color: #721215;
}
</style>
border-color css
<style>
span { border-color: #721215; }
span { border-color: rgb(114,18,21); }
td.TdClassName
{
border-color: #721215;
}
.TagClassName
{
border-color: #721215;
}
</style>