Shades of Red Berry #722124
Tints of Red Berry #722124
RGB
CMYK
RGB Variations
Color information
#722124 (or 0x722124) is known color: Red Berry. HEX triplet: 72, 21 and 24. RGB value is (114,33,36). Sum of RGB (Red+Green+Blue) = 114+33+36=183 (24% of max value = 765). Red value is 114 (44.92% from 255 or 62.30% from 183); Green value is 33 (13.28% from 255 or 18.03% from 183); Blue value is 36 (14.45% from 255 or 19.67% from 183); Max value from RGB is 114 - color contains mainly: red. Hex color #722124 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722124 is #8DDEDB. Grayscale: #393939. Windows color (decimal): -9297628 or 2367858. OLE color: 2367858.
HSL color Cylindrical-coordinate representation of color #722124: hue angle of 357.78º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #722124 is Cyan = 0, Magento = 0.71, Yellow = 0.68 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 33 | 36 | - |
| CMYK | 0 | 0.71 | 0.68 | 0.55 |
| HSL | 357.78º | 0.55% | 0.29% | - |
| HSV(B) | 357.78º | 0.71% | 0.45% | - |
| XYZ | 7.8 | 4.79 | 2.18 | - |
| YUV | 57.56 | 115.84 | 168.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 33 | 36 | 0 | 0.71 | 0.68 | 0.55 | 357.78 | 0.55 | 0.29 |
| Hex | 72 | 21 | 24 | 0 | 47 | 44 | 37 | 166 | 37 | 1D |
| Octal | 162 | 41 | 44 | 0 | 107 | 104 | 67 | 546 | 67 | 35 |
| Binary | 1110010 | 100001 | 100100 | 0 | 1000111 | 1000100 | 110111 | 101100110 | 110111 | 11101 |
Color Harmonies of #722124
Complementary color
Monochromatic Colors of #722124
Black with #722124
Text Example
Text Example
White with #722124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722124; }
p { color: rgb(114,33,36); }
H1.HeaderClassName
{
color: #722124;
}
.AnyTagClassName
{
color: #722124;
}
</style>
background-color css
<style>
a { background-color: #722124; }
a { background-color: rgb(114,33,36); }
div.DivClassName
{
background-color: #722124;
}
.BgClassName
{
background-color: #722124;
}
</style>
border-color css
<style>
span { border-color: #722124; }
span { border-color: rgb(114,33,36); }
td.TdClassName
{
border-color: #722124;
}
.TagClassName
{
border-color: #722124;
}
</style>