Shades of Red Berry #721720
Tints of Red Berry #721720
RGB
CMYK
RGB Variations
Color information
#721720 (or 0x721720) is known color: Red Berry. HEX triplet: 72, 17 and 20. RGB value is (114,23,32). Sum of RGB (Red+Green+Blue) = 114+23+32=169 (22% of max value = 765). Red value is 114 (44.92% from 255 or 67.46% from 169); Green value is 23 (9.38% from 255 or 13.61% from 169); Blue value is 32 (12.89% from 255 or 18.93% from 169); Max value from RGB is 114 - color contains mainly: red. Hex color #721720 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721720 is #8DE8DF. Grayscale: #333333. Windows color (decimal): -9300192 or 2103154. OLE color: 2103154.
HSL color Cylindrical-coordinate representation of color #721720: hue angle of 354.07º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #721720 is Cyan = 0, Magento = 0.80, Yellow = 0.72 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 23 | 32 | - |
| CMYK | 0 | 0.80 | 0.72 | 0.55 |
| HSL | 354.07º | 0.66% | 0.27% | - |
| HSV(B) | 354.07º | 0.8% | 0.45% | - |
| XYZ | 7.51 | 4.29 | 1.8 | - |
| YUV | 51.24 | 117.15 | 172.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 23 | 32 | 0 | 0.80 | 0.72 | 0.55 | 354.07 | 0.66 | 0.27 |
| Hex | 72 | 17 | 20 | 0 | 50 | 48 | 37 | 162 | 42 | 1B |
| Octal | 162 | 27 | 40 | 0 | 120 | 110 | 67 | 542 | 102 | 33 |
| Binary | 1110010 | 10111 | 100000 | 0 | 1010000 | 1001000 | 110111 | 101100010 | 1000010 | 11011 |
Color Harmonies of #721720
Complementary color
Monochromatic Colors of #721720
Black with #721720
Text Example
Text Example
White with #721720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721720; }
p { color: rgb(114,23,32); }
H1.HeaderClassName
{
color: #721720;
}
.AnyTagClassName
{
color: #721720;
}
</style>
background-color css
<style>
a { background-color: #721720; }
a { background-color: rgb(114,23,32); }
div.DivClassName
{
background-color: #721720;
}
.BgClassName
{
background-color: #721720;
}
</style>
border-color css
<style>
span { border-color: #721720; }
span { border-color: rgb(114,23,32); }
td.TdClassName
{
border-color: #721720;
}
.TagClassName
{
border-color: #721720;
}
</style>