Shades of Red Berry #721521
Tints of Red Berry #721521
RGB
CMYK
RGB Variations
Color information
#721521 (or 0x721521) is known color: Red Berry. HEX triplet: 72, 15 and 21. RGB value is (114,21,33). Sum of RGB (Red+Green+Blue) = 114+21+33=168 (22% of max value = 765). Red value is 114 (44.92% from 255 or 67.86% from 168); Green value is 21 (8.59% from 255 or 12.5% from 168); Blue value is 33 (13.28% from 255 or 19.64% from 168); Max value from RGB is 114 - color contains mainly: red. Hex color #721521 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721521 is #8DEADE. Grayscale: #323232. Windows color (decimal): -9300703 or 2168178. OLE color: 2168178.
HSL color Cylindrical-coordinate representation of color #721521: hue angle of 352.26º 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 #721521 is Cyan = 0, Magento = 0.82, Yellow = 0.71 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 21 | 33 | - |
| CMYK | 0 | 0.82 | 0.71 | 0.55 |
| HSL | 352.26º | 0.69% | 0.26% | - |
| HSV(B) | 352.26º | 0.82% | 0.45% | - |
| XYZ | 7.48 | 4.22 | 1.86 | - |
| YUV | 50.18 | 118.31 | 173.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 21 | 33 | 0 | 0.82 | 0.71 | 0.55 | 352.26 | 0.69 | 0.26 |
| Hex | 72 | 15 | 21 | 0 | 52 | 47 | 37 | 160 | 45 | 1A |
| Octal | 162 | 25 | 41 | 0 | 122 | 107 | 67 | 540 | 105 | 32 |
| Binary | 1110010 | 10101 | 100001 | 0 | 1010010 | 1000111 | 110111 | 101100000 | 1000101 | 11010 |
Color Harmonies of #721521
Complementary color
Monochromatic Colors of #721521
Black with #721521
Text Example
Text Example
White with #721521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721521; }
p { color: rgb(114,21,33); }
H1.HeaderClassName
{
color: #721521;
}
.AnyTagClassName
{
color: #721521;
}
</style>
background-color css
<style>
a { background-color: #721521; }
a { background-color: rgb(114,21,33); }
div.DivClassName
{
background-color: #721521;
}
.BgClassName
{
background-color: #721521;
}
</style>
border-color css
<style>
span { border-color: #721521; }
span { border-color: rgb(114,21,33); }
td.TdClassName
{
border-color: #721521;
}
.TagClassName
{
border-color: #721521;
}
</style>