Shades of Red Berry #72202A
Tints of Red Berry #72202A
RGB
CMYK
RGB Variations
Color information
#72202A (or 0x72202A) is known color: Red Berry. HEX triplet: 72, 20 and 2A. RGB value is (114,32,42). Sum of RGB (Red+Green+Blue) = 114+32+42=188 (24% of max value = 765). Red value is 114 (44.92% from 255 or 60.64% from 188); Green value is 32 (12.89% from 255 or 17.02% from 188); Blue value is 42 (16.80% from 255 or 22.34% from 188); Max value from RGB is 114 - color contains mainly: red. Hex color #72202A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72202A is #8DDFD5. Grayscale: #393939. Windows color (decimal): -9297878 or 2760818. OLE color: 2760818.
HSL color Cylindrical-coordinate representation of color #72202A: hue angle of 352.68º 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 #72202A is Cyan = 0, Magento = 0.72, Yellow = 0.63 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 32 | 42 | - |
| CMYK | 0 | 0.72 | 0.63 | 0.55 |
| HSL | 352.68º | 0.56% | 0.29% | - |
| HSV(B) | 352.68º | 0.72% | 0.45% | - |
| XYZ | 7.87 | 4.78 | 2.7 | - |
| YUV | 57.66 | 119.17 | 168.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 32 | 42 | 0 | 0.72 | 0.63 | 0.55 | 352.68 | 0.56 | 0.29 |
| Hex | 72 | 20 | 2A | 0 | 48 | 3F | 37 | 161 | 38 | 1D |
| Octal | 162 | 40 | 52 | 0 | 110 | 77 | 67 | 541 | 70 | 35 |
| Binary | 1110010 | 100000 | 101010 | 0 | 1001000 | 111111 | 110111 | 101100001 | 111000 | 11101 |
Color Harmonies of #72202A
Complementary color
Monochromatic Colors of #72202A
Black with #72202A
Text Example
Text Example
White with #72202A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72202A; }
p { color: rgb(114,32,42); }
H1.HeaderClassName
{
color: #72202A;
}
.AnyTagClassName
{
color: #72202A;
}
</style>
background-color css
<style>
a { background-color: #72202A; }
a { background-color: rgb(114,32,42); }
div.DivClassName
{
background-color: #72202A;
}
.BgClassName
{
background-color: #72202A;
}
</style>
border-color css
<style>
span { border-color: #72202A; }
span { border-color: rgb(114,32,42); }
td.TdClassName
{
border-color: #72202A;
}
.TagClassName
{
border-color: #72202A;
}
</style>