Shades of Red Berry #72192C
Tints of Red Berry #72192C
RGB
CMYK
RGB Variations
Color information
#72192C (or 0x72192C) is known color: Red Berry. HEX triplet: 72, 19 and 2C. RGB value is (114,25,44). Sum of RGB (Red+Green+Blue) = 114+25+44=183 (24% of max value = 765). Red value is 114 (44.92% from 255 or 62.30% from 183); Green value is 25 (10.16% from 255 or 13.66% from 183); Blue value is 44 (17.58% from 255 or 24.04% from 183); Max value from RGB is 114 - color contains mainly: red. Hex color #72192C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72192C is #8DE6D3. Grayscale: #353535. Windows color (decimal): -9299668 or 2890098. OLE color: 2890098.
HSL color Cylindrical-coordinate representation of color #72192C: hue angle of 347.19º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #72192C is Cyan = 0, Magento = 0.78, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 25 | 44 | - |
| CMYK | 0 | 0.78 | 0.61 | 0.55 |
| HSL | 347.19º | 0.64% | 0.27% | - |
| HSV(B) | 347.19º | 0.78% | 0.45% | - |
| XYZ | 7.74 | 4.45 | 2.83 | - |
| YUV | 53.78 | 122.49 | 170.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 25 | 44 | 0 | 0.78 | 0.61 | 0.55 | 347.19 | 0.64 | 0.27 |
| Hex | 72 | 19 | 2C | 0 | 4E | 3D | 37 | 15B | 40 | 1B |
| Octal | 162 | 31 | 54 | 0 | 116 | 75 | 67 | 533 | 100 | 33 |
| Binary | 1110010 | 11001 | 101100 | 0 | 1001110 | 111101 | 110111 | 101011011 | 1000000 | 11011 |
Color Harmonies of #72192C
Complementary color
Monochromatic Colors of #72192C
Black with #72192C
Text Example
Text Example
White with #72192C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72192C; }
p { color: rgb(114,25,44); }
H1.HeaderClassName
{
color: #72192C;
}
.AnyTagClassName
{
color: #72192C;
}
</style>
background-color css
<style>
a { background-color: #72192C; }
a { background-color: rgb(114,25,44); }
div.DivClassName
{
background-color: #72192C;
}
.BgClassName
{
background-color: #72192C;
}
</style>
border-color css
<style>
span { border-color: #72192C; }
span { border-color: rgb(114,25,44); }
td.TdClassName
{
border-color: #72192C;
}
.TagClassName
{
border-color: #72192C;
}
</style>