Shades of Red Berry #721128
Tints of Red Berry #721128
RGB
CMYK
RGB Variations
Color information
#721128 (or 0x721128) is known color: Red Berry. HEX triplet: 72, 11 and 28. RGB value is (114,17,40). Sum of RGB (Red+Green+Blue) = 114+17+40=171 (22% of max value = 765). Red value is 114 (44.92% from 255 or 66.67% from 171); Green value is 17 (7.03% from 255 or 9.94% from 171); Blue value is 40 (16.02% from 255 or 23.39% from 171); Max value from RGB is 114 - color contains mainly: red. Hex color #721128 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721128 is #8DEED7. Grayscale: #303030. Windows color (decimal): -9301720 or 2625906. OLE color: 2625906.
HSL color Cylindrical-coordinate representation of color #721128: hue angle of 345.77º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #721128 is Cyan = 0, Magento = 0.85, Yellow = 0.65 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 17 | 40 | - |
| CMYK | 0 | 0.85 | 0.65 | 0.55 |
| HSL | 345.77º | 0.74% | 0.26% | - |
| HSV(B) | 345.77º | 0.85% | 0.45% | - |
| XYZ | 7.52 | 4.13 | 2.41 | - |
| YUV | 48.63 | 123.14 | 174.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 17 | 40 | 0 | 0.85 | 0.65 | 0.55 | 345.77 | 0.74 | 0.26 |
| Hex | 72 | 11 | 28 | 0 | 55 | 41 | 37 | 15A | 4A | 1A |
| Octal | 162 | 21 | 50 | 0 | 125 | 101 | 67 | 532 | 112 | 32 |
| Binary | 1110010 | 10001 | 101000 | 0 | 1010101 | 1000001 | 110111 | 101011010 | 1001010 | 11010 |
Color Harmonies of #721128
Complementary color
Monochromatic Colors of #721128
Black with #721128
Text Example
Text Example
White with #721128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721128; }
p { color: rgb(114,17,40); }
H1.HeaderClassName
{
color: #721128;
}
.AnyTagClassName
{
color: #721128;
}
</style>
background-color css
<style>
a { background-color: #721128; }
a { background-color: rgb(114,17,40); }
div.DivClassName
{
background-color: #721128;
}
.BgClassName
{
background-color: #721128;
}
</style>
border-color css
<style>
span { border-color: #721128; }
span { border-color: rgb(114,17,40); }
td.TdClassName
{
border-color: #721128;
}
.TagClassName
{
border-color: #721128;
}
</style>