Shades of Red Berry #721E22
Tints of Red Berry #721E22
RGB
CMYK
RGB Variations
Color information
#721E22 (or 0x721E22) is known color: Red Berry. HEX triplet: 72, 1E and 22. RGB value is (114,30,34). Sum of RGB (Red+Green+Blue) = 114+30+34=178 (23% of max value = 765). Red value is 114 (44.92% from 255 or 64.04% from 178); Green value is 30 (12.11% from 255 or 16.85% from 178); Blue value is 34 (13.67% from 255 or 19.10% from 178); Max value from RGB is 114 - color contains mainly: red. Hex color #721E22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #721E22 is #8DE1DD. Grayscale: #373737. Windows color (decimal): -9298398 or 2236018. OLE color: 2236018.
HSL color Cylindrical-coordinate representation of color #721E22: hue angle of 357.14º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #721E22 is Cyan = 0, Magento = 0.74, Yellow = 0.70 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 30 | 34 | - |
| CMYK | 0 | 0.74 | 0.70 | 0.55 |
| HSL | 357.14º | 0.58% | 0.28% | - |
| HSV(B) | 357.14º | 0.74% | 0.45% | - |
| XYZ | 7.69 | 4.62 | 2 | - |
| YUV | 55.57 | 115.83 | 169.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 30 | 34 | 0 | 0.74 | 0.70 | 0.55 | 357.14 | 0.58 | 0.28 |
| Hex | 72 | 1E | 22 | 0 | 4A | 46 | 37 | 165 | 3A | 1C |
| Octal | 162 | 36 | 42 | 0 | 112 | 106 | 67 | 545 | 72 | 34 |
| Binary | 1110010 | 11110 | 100010 | 0 | 1001010 | 1000110 | 110111 | 101100101 | 111010 | 11100 |
Color Harmonies of #721E22
Complementary color
Monochromatic Colors of #721E22
Black with #721E22
Text Example
Text Example
White with #721E22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721E22; }
p { color: rgb(114,30,34); }
H1.HeaderClassName
{
color: #721E22;
}
.AnyTagClassName
{
color: #721E22;
}
</style>
background-color css
<style>
a { background-color: #721E22; }
a { background-color: rgb(114,30,34); }
div.DivClassName
{
background-color: #721E22;
}
.BgClassName
{
background-color: #721E22;
}
</style>
border-color css
<style>
span { border-color: #721E22; }
span { border-color: rgb(114,30,34); }
td.TdClassName
{
border-color: #721E22;
}
.TagClassName
{
border-color: #721E22;
}
</style>