Shades of Red Berry #722428
Tints of Red Berry #722428
RGB
CMYK
RGB Variations
Color information
#722428 (or 0x722428) is known color: Red Berry. HEX triplet: 72, 24 and 28. RGB value is (114,36,40). Sum of RGB (Red+Green+Blue) = 114+36+40=190 (25% of max value = 765). Red value is 114 (44.92% from 255 or 60% from 190); Green value is 36 (14.45% from 255 or 18.95% from 190); Blue value is 40 (16.02% from 255 or 21.05% from 190); Max value from RGB is 114 - color contains mainly: red. Hex color #722428 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722428 is #8DDBD7. Grayscale: #3B3B3B. Windows color (decimal): -9296856 or 2630770. OLE color: 2630770.
HSL color Cylindrical-coordinate representation of color #722428: hue angle of 356.92º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #722428 is Cyan = 0, Magento = 0.68, Yellow = 0.65 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 36 | 40 | - |
| CMYK | 0 | 0.68 | 0.65 | 0.55 |
| HSL | 356.92º | 0.52% | 0.29% | - |
| HSV(B) | 356.92º | 0.68% | 0.45% | - |
| XYZ | 7.95 | 4.99 | 2.55 | - |
| YUV | 59.78 | 116.84 | 166.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 36 | 40 | 0 | 0.68 | 0.65 | 0.55 | 356.92 | 0.52 | 0.29 |
| Hex | 72 | 24 | 28 | 0 | 44 | 41 | 37 | 165 | 34 | 1D |
| Octal | 162 | 44 | 50 | 0 | 104 | 101 | 67 | 545 | 64 | 35 |
| Binary | 1110010 | 100100 | 101000 | 0 | 1000100 | 1000001 | 110111 | 101100101 | 110100 | 11101 |
Color Harmonies of #722428
Complementary color
Monochromatic Colors of #722428
Black with #722428
Text Example
Text Example
White with #722428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722428; }
p { color: rgb(114,36,40); }
H1.HeaderClassName
{
color: #722428;
}
.AnyTagClassName
{
color: #722428;
}
</style>
background-color css
<style>
a { background-color: #722428; }
a { background-color: rgb(114,36,40); }
div.DivClassName
{
background-color: #722428;
}
.BgClassName
{
background-color: #722428;
}
</style>
border-color css
<style>
span { border-color: #722428; }
span { border-color: rgb(114,36,40); }
td.TdClassName
{
border-color: #722428;
}
.TagClassName
{
border-color: #722428;
}
</style>