Shades of Red Berry #721D20
Tints of Red Berry #721D20
RGB
CMYK
RGB Variations
Color information
#721D20 (or 0x721D20) is known color: Red Berry. HEX triplet: 72, 1D and 20. RGB value is (114,29,32). Sum of RGB (Red+Green+Blue) = 114+29+32=175 (23% of max value = 765). Red value is 114 (44.92% from 255 or 65.14% from 175); Green value is 29 (11.72% from 255 or 16.57% from 175); Blue value is 32 (12.89% from 255 or 18.29% from 175); Max value from RGB is 114 - color contains mainly: red. Hex color #721D20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #721D20 is #8DE2DF. Grayscale: #363636. Windows color (decimal): -9298656 or 2104690. OLE color: 2104690.
HSL color Cylindrical-coordinate representation of color #721D20: hue angle of 357.88º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #721D20 is Cyan = 0, Magento = 0.75, Yellow = 0.72 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 29 | 32 | - |
| CMYK | 0 | 0.75 | 0.72 | 0.55 |
| HSL | 357.88º | 0.59% | 0.28% | - |
| HSV(B) | 357.88º | 0.75% | 0.45% | - |
| XYZ | 7.64 | 4.56 | 1.84 | - |
| YUV | 54.76 | 115.16 | 170.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 29 | 32 | 0 | 0.75 | 0.72 | 0.55 | 357.88 | 0.59 | 0.28 |
| Hex | 72 | 1D | 20 | 0 | 4B | 48 | 37 | 166 | 3B | 1C |
| Octal | 162 | 35 | 40 | 0 | 113 | 110 | 67 | 546 | 73 | 34 |
| Binary | 1110010 | 11101 | 100000 | 0 | 1001011 | 1001000 | 110111 | 101100110 | 111011 | 11100 |
Color Harmonies of #721D20
Complementary color
Monochromatic Colors of #721D20
Black with #721D20
Text Example
Text Example
White with #721D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721D20; }
p { color: rgb(114,29,32); }
H1.HeaderClassName
{
color: #721D20;
}
.AnyTagClassName
{
color: #721D20;
}
</style>
background-color css
<style>
a { background-color: #721D20; }
a { background-color: rgb(114,29,32); }
div.DivClassName
{
background-color: #721D20;
}
.BgClassName
{
background-color: #721D20;
}
</style>
border-color css
<style>
span { border-color: #721D20; }
span { border-color: rgb(114,29,32); }
td.TdClassName
{
border-color: #721D20;
}
.TagClassName
{
border-color: #721D20;
}
</style>