Shades of Red Berry #72202C
Tints of Red Berry #72202C
RGB
CMYK
RGB Variations
Color information
#72202C (or 0x72202C) is known color: Red Berry. HEX triplet: 72, 20 and 2C. RGB value is (114,32,44). Sum of RGB (Red+Green+Blue) = 114+32+44=190 (25% of max value = 765). Red value is 114 (44.92% from 255 or 60% from 190); Green value is 32 (12.89% from 255 or 16.84% from 190); Blue value is 44 (17.58% from 255 or 23.16% from 190); Max value from RGB is 114 - color contains mainly: red. Hex color #72202C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72202C is #8DDFD3. Grayscale: #393939. Windows color (decimal): -9297876 or 2891890. OLE color: 2891890.
HSL color Cylindrical-coordinate representation of color #72202C: hue angle of 351.22º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #72202C is Cyan = 0, Magento = 0.72, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 32 | 44 | - |
| CMYK | 0 | 0.72 | 0.61 | 0.55 |
| HSL | 351.22º | 0.56% | 0.29% | - |
| HSV(B) | 351.22º | 0.72% | 0.45% | - |
| XYZ | 7.91 | 4.79 | 2.89 | - |
| YUV | 57.89 | 120.17 | 168.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 32 | 44 | 0 | 0.72 | 0.61 | 0.55 | 351.22 | 0.56 | 0.29 |
| Hex | 72 | 20 | 2C | 0 | 48 | 3D | 37 | 15F | 38 | 1D |
| Octal | 162 | 40 | 54 | 0 | 110 | 75 | 67 | 537 | 70 | 35 |
| Binary | 1110010 | 100000 | 101100 | 0 | 1001000 | 111101 | 110111 | 101011111 | 111000 | 11101 |
Color Harmonies of #72202C
Complementary color
Monochromatic Colors of #72202C
Black with #72202C
Text Example
Text Example
White with #72202C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72202C; }
p { color: rgb(114,32,44); }
H1.HeaderClassName
{
color: #72202C;
}
.AnyTagClassName
{
color: #72202C;
}
</style>
background-color css
<style>
a { background-color: #72202C; }
a { background-color: rgb(114,32,44); }
div.DivClassName
{
background-color: #72202C;
}
.BgClassName
{
background-color: #72202C;
}
</style>
border-color css
<style>
span { border-color: #72202C; }
span { border-color: rgb(114,32,44); }
td.TdClassName
{
border-color: #72202C;
}
.TagClassName
{
border-color: #72202C;
}
</style>