Shades of Red Berry #72242C
Tints of Red Berry #72242C
RGB
CMYK
RGB Variations
Color information
#72242C (or 0x72242C) is known color: Red Berry. HEX triplet: 72, 24 and 2C. RGB value is (114,36,44). Sum of RGB (Red+Green+Blue) = 114+36+44=194 (25% of max value = 765). Red value is 114 (44.92% from 255 or 58.76% from 194); Green value is 36 (14.45% from 255 or 18.56% from 194); Blue value is 44 (17.58% from 255 or 22.68% from 194); Max value from RGB is 114 - color contains mainly: red. Hex color #72242C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72242C is #8DDBD3. Grayscale: #3C3C3C. Windows color (decimal): -9296852 or 2892914. OLE color: 2892914.
HSL color Cylindrical-coordinate representation of color #72242C: hue angle of 353.85º 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 #72242C is Cyan = 0, Magento = 0.68, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 36 | 44 | - |
| CMYK | 0 | 0.68 | 0.61 | 0.55 |
| HSL | 353.85º | 0.52% | 0.29% | - |
| HSV(B) | 353.85º | 0.68% | 0.45% | - |
| XYZ | 8.02 | 5.02 | 2.93 | - |
| YUV | 60.23 | 118.84 | 166.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 36 | 44 | 0 | 0.68 | 0.61 | 0.55 | 353.85 | 0.52 | 0.29 |
| Hex | 72 | 24 | 2C | 0 | 44 | 3D | 37 | 162 | 34 | 1D |
| Octal | 162 | 44 | 54 | 0 | 104 | 75 | 67 | 542 | 64 | 35 |
| Binary | 1110010 | 100100 | 101100 | 0 | 1000100 | 111101 | 110111 | 101100010 | 110100 | 11101 |
Color Harmonies of #72242C
Complementary color
Monochromatic Colors of #72242C
Black with #72242C
Text Example
Text Example
White with #72242C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72242C; }
p { color: rgb(114,36,44); }
H1.HeaderClassName
{
color: #72242C;
}
.AnyTagClassName
{
color: #72242C;
}
</style>
background-color css
<style>
a { background-color: #72242C; }
a { background-color: rgb(114,36,44); }
div.DivClassName
{
background-color: #72242C;
}
.BgClassName
{
background-color: #72242C;
}
</style>
border-color css
<style>
span { border-color: #72242C; }
span { border-color: rgb(114,36,44); }
td.TdClassName
{
border-color: #72242C;
}
.TagClassName
{
border-color: #72242C;
}
</style>