Shades of Red Berry #721929
Tints of Red Berry #721929
RGB
CMYK
RGB Variations
Color information
#721929 (or 0x721929) is known color: Red Berry. HEX triplet: 72, 19 and 29. RGB value is (114,25,41). Sum of RGB (Red+Green+Blue) = 114+25+41=180 (23% of max value = 765). Red value is 114 (44.92% from 255 or 63.33% from 180); Green value is 25 (10.16% from 255 or 13.89% from 180); Blue value is 41 (16.41% from 255 or 22.78% from 180); Max value from RGB is 114 - color contains mainly: red. Hex color #721929 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721929 is #8DE6D6. Grayscale: #353535. Windows color (decimal): -9299671 or 2693490. OLE color: 2693490.
HSL color Cylindrical-coordinate representation of color #721929: hue angle of 349.21º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #721929 is Cyan = 0, Magento = 0.78, Yellow = 0.64 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 25 | 41 | - |
| CMYK | 0 | 0.78 | 0.64 | 0.55 |
| HSL | 349.21º | 0.64% | 0.27% | - |
| HSV(B) | 349.21º | 0.78% | 0.45% | - |
| XYZ | 7.69 | 4.43 | 2.55 | - |
| YUV | 53.44 | 120.99 | 171.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 25 | 41 | 0 | 0.78 | 0.64 | 0.55 | 349.21 | 0.64 | 0.27 |
| Hex | 72 | 19 | 29 | 0 | 4E | 40 | 37 | 15D | 40 | 1B |
| Octal | 162 | 31 | 51 | 0 | 116 | 100 | 67 | 535 | 100 | 33 |
| Binary | 1110010 | 11001 | 101001 | 0 | 1001110 | 1000000 | 110111 | 101011101 | 1000000 | 11011 |
Color Harmonies of #721929
Complementary color
Monochromatic Colors of #721929
Black with #721929
Text Example
Text Example
White with #721929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721929; }
p { color: rgb(114,25,41); }
H1.HeaderClassName
{
color: #721929;
}
.AnyTagClassName
{
color: #721929;
}
</style>
background-color css
<style>
a { background-color: #721929; }
a { background-color: rgb(114,25,41); }
div.DivClassName
{
background-color: #721929;
}
.BgClassName
{
background-color: #721929;
}
</style>
border-color css
<style>
span { border-color: #721929; }
span { border-color: rgb(114,25,41); }
td.TdClassName
{
border-color: #721929;
}
.TagClassName
{
border-color: #721929;
}
</style>