Shades of Red Berry #722129
Tints of Red Berry #722129
RGB
CMYK
RGB Variations
Color information
#722129 (or 0x722129) is known color: Red Berry. HEX triplet: 72, 21 and 29. RGB value is (114,33,41). Sum of RGB (Red+Green+Blue) = 114+33+41=188 (24% of max value = 765). Red value is 114 (44.92% from 255 or 60.64% from 188); Green value is 33 (13.28% from 255 or 17.55% from 188); Blue value is 41 (16.41% from 255 or 21.81% from 188); Max value from RGB is 114 - color contains mainly: red. Hex color #722129 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722129 is #8DDED6. Grayscale: #3A3A3A. Windows color (decimal): -9297623 or 2695538. OLE color: 2695538.
HSL color Cylindrical-coordinate representation of color #722129: hue angle of 354.07º 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 #722129 is Cyan = 0, Magento = 0.71, Yellow = 0.64 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 33 | 41 | - |
| CMYK | 0 | 0.71 | 0.64 | 0.55 |
| HSL | 354.07º | 0.55% | 0.29% | - |
| HSV(B) | 354.07º | 0.71% | 0.45% | - |
| XYZ | 7.88 | 4.83 | 2.61 | - |
| YUV | 58.13 | 118.34 | 167.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 33 | 41 | 0 | 0.71 | 0.64 | 0.55 | 354.07 | 0.55 | 0.29 |
| Hex | 72 | 21 | 29 | 0 | 47 | 40 | 37 | 162 | 37 | 1D |
| Octal | 162 | 41 | 51 | 0 | 107 | 100 | 67 | 542 | 67 | 35 |
| Binary | 1110010 | 100001 | 101001 | 0 | 1000111 | 1000000 | 110111 | 101100010 | 110111 | 11101 |
Color Harmonies of #722129
Complementary color
Monochromatic Colors of #722129
Black with #722129
Text Example
Text Example
White with #722129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722129; }
p { color: rgb(114,33,41); }
H1.HeaderClassName
{
color: #722129;
}
.AnyTagClassName
{
color: #722129;
}
</style>
background-color css
<style>
a { background-color: #722129; }
a { background-color: rgb(114,33,41); }
div.DivClassName
{
background-color: #722129;
}
.BgClassName
{
background-color: #722129;
}
</style>
border-color css
<style>
span { border-color: #722129; }
span { border-color: rgb(114,33,41); }
td.TdClassName
{
border-color: #722129;
}
.TagClassName
{
border-color: #722129;
}
</style>