Shades of Red Berry #721529
Tints of Red Berry #721529
RGB
CMYK
RGB Variations
Color information
#721529 (or 0x721529) is known color: Red Berry. HEX triplet: 72, 15 and 29. RGB value is (114,21,41). Sum of RGB (Red+Green+Blue) = 114+21+41=176 (23% of max value = 765). Red value is 114 (44.92% from 255 or 64.77% from 176); Green value is 21 (8.59% from 255 or 11.93% from 176); Blue value is 41 (16.41% from 255 or 23.30% from 176); Max value from RGB is 114 - color contains mainly: red. Hex color #721529 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721529 is #8DEAD6. Grayscale: #333333. Windows color (decimal): -9300695 or 2692466. OLE color: 2692466.
HSL color Cylindrical-coordinate representation of color #721529: hue angle of 347.1º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #721529 is Cyan = 0, Magento = 0.82, Yellow = 0.64 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 21 | 41 | - |
| CMYK | 0 | 0.82 | 0.64 | 0.55 |
| HSL | 347.1º | 0.69% | 0.26% | - |
| HSV(B) | 347.1º | 0.82% | 0.45% | - |
| XYZ | 7.61 | 4.27 | 2.52 | - |
| YUV | 51.09 | 122.31 | 172.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 21 | 41 | 0 | 0.82 | 0.64 | 0.55 | 347.1 | 0.69 | 0.26 |
| Hex | 72 | 15 | 29 | 0 | 52 | 40 | 37 | 15B | 45 | 1A |
| Octal | 162 | 25 | 51 | 0 | 122 | 100 | 67 | 533 | 105 | 32 |
| Binary | 1110010 | 10101 | 101001 | 0 | 1010010 | 1000000 | 110111 | 101011011 | 1000101 | 11010 |
Color Harmonies of #721529
Complementary color
Monochromatic Colors of #721529
Black with #721529
Text Example
Text Example
White with #721529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721529; }
p { color: rgb(114,21,41); }
H1.HeaderClassName
{
color: #721529;
}
.AnyTagClassName
{
color: #721529;
}
</style>
background-color css
<style>
a { background-color: #721529; }
a { background-color: rgb(114,21,41); }
div.DivClassName
{
background-color: #721529;
}
.BgClassName
{
background-color: #721529;
}
</style>
border-color css
<style>
span { border-color: #721529; }
span { border-color: rgb(114,21,41); }
td.TdClassName
{
border-color: #721529;
}
.TagClassName
{
border-color: #721529;
}
</style>