Shades of Red Berry #720E28
Tints of Red Berry #720E28
RGB
CMYK
RGB Variations
Color information
#720E28 (or 0x720E28) is known color: Red Berry. HEX triplet: 72, 0E and 28. RGB value is (114,14,40). Sum of RGB (Red+Green+Blue) = 114+14+40=168 (22% of max value = 765). Red value is 114 (44.92% from 255 or 67.86% from 168); Green value is 14 (5.86% from 255 or 8.33% from 168); Blue value is 40 (16.02% from 255 or 23.81% from 168); Max value from RGB is 114 - color contains mainly: red. Hex color #720E28 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720E28 is #8DF1D7. Grayscale: #2E2E2E. Windows color (decimal): -9302488 or 2625138. OLE color: 2625138.
HSL color Cylindrical-coordinate representation of color #720E28: hue angle of 344.4º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #720E28 is Cyan = 0, Magento = 0.88, Yellow = 0.65 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 14 | 40 | - |
| CMYK | 0 | 0.88 | 0.65 | 0.55 |
| HSL | 344.4º | 0.78% | 0.25% | - |
| HSV(B) | 344.4º | 0.88% | 0.45% | - |
| XYZ | 7.48 | 4.04 | 2.39 | - |
| YUV | 46.86 | 124.13 | 175.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 14 | 40 | 0 | 0.88 | 0.65 | 0.55 | 344.4 | 0.78 | 0.25 |
| Hex | 72 | E | 28 | 0 | 58 | 41 | 37 | 158 | 4E | 19 |
| Octal | 162 | 16 | 50 | 0 | 130 | 101 | 67 | 530 | 116 | 31 |
| Binary | 1110010 | 1110 | 101000 | 0 | 1011000 | 1000001 | 110111 | 101011000 | 1001110 | 11001 |
Color Harmonies of #720E28
Complementary color
Monochromatic Colors of #720E28
Black with #720E28
Text Example
Text Example
White with #720E28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720E28; }
p { color: rgb(114,14,40); }
H1.HeaderClassName
{
color: #720E28;
}
.AnyTagClassName
{
color: #720E28;
}
</style>
background-color css
<style>
a { background-color: #720E28; }
a { background-color: rgb(114,14,40); }
div.DivClassName
{
background-color: #720E28;
}
.BgClassName
{
background-color: #720E28;
}
</style>
border-color css
<style>
span { border-color: #720E28; }
span { border-color: rgb(114,14,40); }
td.TdClassName
{
border-color: #720E28;
}
.TagClassName
{
border-color: #720E28;
}
</style>