Shades of Red Berry #72232E
Tints of Red Berry #72232E
RGB
CMYK
RGB Variations
Color information
#72232E (or 0x72232E) is known color: Red Berry. HEX triplet: 72, 23 and 2E. RGB value is (114,35,46). Sum of RGB (Red+Green+Blue) = 114+35+46=195 (25% of max value = 765). Red value is 114 (44.92% from 255 or 58.46% from 195); Green value is 35 (14.06% from 255 or 17.95% from 195); Blue value is 46 (18.36% from 255 or 23.59% from 195); Max value from RGB is 114 - color contains mainly: red. Hex color #72232E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72232E is #8DDCD1. Grayscale: #3B3B3B. Windows color (decimal): -9297106 or 3023730. OLE color: 3023730.
HSL color Cylindrical-coordinate representation of color #72232E: hue angle of 351.65º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #72232E is Cyan = 0, Magento = 0.69, Yellow = 0.60 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 35 | 46 | - |
| CMYK | 0 | 0.69 | 0.60 | 0.55 |
| HSL | 351.65º | 0.53% | 0.29% | - |
| HSV(B) | 351.65º | 0.69% | 0.45% | - |
| XYZ | 8.03 | 4.98 | 3.12 | - |
| YUV | 59.88 | 120.17 | 166.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 35 | 46 | 0 | 0.69 | 0.60 | 0.55 | 351.65 | 0.53 | 0.29 |
| Hex | 72 | 23 | 2E | 0 | 45 | 3C | 37 | 160 | 35 | 1D |
| Octal | 162 | 43 | 56 | 0 | 105 | 74 | 67 | 540 | 65 | 35 |
| Binary | 1110010 | 100011 | 101110 | 0 | 1000101 | 111100 | 110111 | 101100000 | 110101 | 11101 |
Color Harmonies of #72232E
Complementary color
Monochromatic Colors of #72232E
Black with #72232E
Text Example
Text Example
White with #72232E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72232E; }
p { color: rgb(114,35,46); }
H1.HeaderClassName
{
color: #72232E;
}
.AnyTagClassName
{
color: #72232E;
}
</style>
background-color css
<style>
a { background-color: #72232E; }
a { background-color: rgb(114,35,46); }
div.DivClassName
{
background-color: #72232E;
}
.BgClassName
{
background-color: #72232E;
}
</style>
border-color css
<style>
span { border-color: #72232E; }
span { border-color: rgb(114,35,46); }
td.TdClassName
{
border-color: #72232E;
}
.TagClassName
{
border-color: #72232E;
}
</style>