Shades of Red Berry #722128
Tints of Red Berry #722128
RGB
CMYK
RGB Variations
Color information
#722128 (or 0x722128) is known color: Red Berry. HEX triplet: 72, 21 and 28. RGB value is (114,33,40). Sum of RGB (Red+Green+Blue) = 114+33+40=187 (24% of max value = 765). Red value is 114 (44.92% from 255 or 60.96% from 187); Green value is 33 (13.28% from 255 or 17.65% from 187); Blue value is 40 (16.02% from 255 or 21.39% from 187); Max value from RGB is 114 - color contains mainly: red. Hex color #722128 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722128 is #8DDED7. Grayscale: #3A3A3A. Windows color (decimal): -9297624 or 2630002. OLE color: 2630002.
HSL color Cylindrical-coordinate representation of color #722128: hue angle of 354.81º 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 #722128 is Cyan = 0, Magento = 0.71, Yellow = 0.65 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 33 | 40 | - |
| CMYK | 0 | 0.71 | 0.65 | 0.55 |
| HSL | 354.81º | 0.55% | 0.29% | - |
| HSV(B) | 354.81º | 0.71% | 0.45% | - |
| XYZ | 7.87 | 4.82 | 2.52 | - |
| YUV | 58.02 | 117.84 | 167.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 33 | 40 | 0 | 0.71 | 0.65 | 0.55 | 354.81 | 0.55 | 0.29 |
| Hex | 72 | 21 | 28 | 0 | 47 | 41 | 37 | 163 | 37 | 1D |
| Octal | 162 | 41 | 50 | 0 | 107 | 101 | 67 | 543 | 67 | 35 |
| Binary | 1110010 | 100001 | 101000 | 0 | 1000111 | 1000001 | 110111 | 101100011 | 110111 | 11101 |
Color Harmonies of #722128
Complementary color
Monochromatic Colors of #722128
Black with #722128
Text Example
Text Example
White with #722128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722128; }
p { color: rgb(114,33,40); }
H1.HeaderClassName
{
color: #722128;
}
.AnyTagClassName
{
color: #722128;
}
</style>
background-color css
<style>
a { background-color: #722128; }
a { background-color: rgb(114,33,40); }
div.DivClassName
{
background-color: #722128;
}
.BgClassName
{
background-color: #722128;
}
</style>
border-color css
<style>
span { border-color: #722128; }
span { border-color: rgb(114,33,40); }
td.TdClassName
{
border-color: #722128;
}
.TagClassName
{
border-color: #722128;
}
</style>