Shades of Red Berry #72222B
Tints of Red Berry #72222B
RGB
CMYK
RGB Variations
Color information
#72222B (or 0x72222B) is known color: Red Berry. HEX triplet: 72, 22 and 2B. RGB value is (114,34,43). Sum of RGB (Red+Green+Blue) = 114+34+43=191 (25% of max value = 765). Red value is 114 (44.92% from 255 or 59.69% from 191); Green value is 34 (13.67% from 255 or 17.80% from 191); Blue value is 43 (17.19% from 255 or 22.51% from 191); Max value from RGB is 114 - color contains mainly: red. Hex color #72222B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72222B is #8DDDD4. Grayscale: #3A3A3A. Windows color (decimal): -9297365 or 2826866. OLE color: 2826866.
HSL color Cylindrical-coordinate representation of color #72222B: hue angle of 353.25º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #72222B is Cyan = 0, Magento = 0.70, Yellow = 0.62 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 34 | 43 | - |
| CMYK | 0 | 0.70 | 0.62 | 0.55 |
| HSL | 353.25º | 0.54% | 0.29% | - |
| HSV(B) | 353.25º | 0.7% | 0.45% | - |
| XYZ | 7.95 | 4.9 | 2.81 | - |
| YUV | 58.95 | 119 | 167.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 34 | 43 | 0 | 0.70 | 0.62 | 0.55 | 353.25 | 0.54 | 0.29 |
| Hex | 72 | 22 | 2B | 0 | 46 | 3E | 37 | 161 | 36 | 1D |
| Octal | 162 | 42 | 53 | 0 | 106 | 76 | 67 | 541 | 66 | 35 |
| Binary | 1110010 | 100010 | 101011 | 0 | 1000110 | 111110 | 110111 | 101100001 | 110110 | 11101 |
Color Harmonies of #72222B
Complementary color
Monochromatic Colors of #72222B
Black with #72222B
Text Example
Text Example
White with #72222B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72222B; }
p { color: rgb(114,34,43); }
H1.HeaderClassName
{
color: #72222B;
}
.AnyTagClassName
{
color: #72222B;
}
</style>
background-color css
<style>
a { background-color: #72222B; }
a { background-color: rgb(114,34,43); }
div.DivClassName
{
background-color: #72222B;
}
.BgClassName
{
background-color: #72222B;
}
</style>
border-color css
<style>
span { border-color: #72222B; }
span { border-color: rgb(114,34,43); }
td.TdClassName
{
border-color: #72222B;
}
.TagClassName
{
border-color: #72222B;
}
</style>