Shades of Red Berry #721321
Tints of Red Berry #721321
RGB
CMYK
RGB Variations
Color information
#721321 (or 0x721321) is known color: Red Berry. HEX triplet: 72, 13 and 21. RGB value is (114,19,33). Sum of RGB (Red+Green+Blue) = 114+19+33=166 (21% of max value = 765). Red value is 114 (44.92% from 255 or 68.67% from 166); Green value is 19 (7.81% from 255 or 11.45% from 166); Blue value is 33 (13.28% from 255 or 19.88% from 166); Max value from RGB is 114 - color contains mainly: red. Hex color #721321 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721321 is #8DECDE. Grayscale: #313131. Windows color (decimal): -9301215 or 2167666. OLE color: 2167666.
HSL color Cylindrical-coordinate representation of color #721321: hue angle of 351.16º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #721321 is Cyan = 0, Magento = 0.83, Yellow = 0.71 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 19 | 33 | - |
| CMYK | 0 | 0.83 | 0.71 | 0.55 |
| HSL | 351.16º | 0.71% | 0.26% | - |
| HSV(B) | 351.16º | 0.83% | 0.45% | - |
| XYZ | 7.45 | 4.15 | 1.85 | - |
| YUV | 49 | 118.97 | 174.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 19 | 33 | 0 | 0.83 | 0.71 | 0.55 | 351.16 | 0.71 | 0.26 |
| Hex | 72 | 13 | 21 | 0 | 53 | 47 | 37 | 15F | 47 | 1A |
| Octal | 162 | 23 | 41 | 0 | 123 | 107 | 67 | 537 | 107 | 32 |
| Binary | 1110010 | 10011 | 100001 | 0 | 1010011 | 1000111 | 110111 | 101011111 | 1000111 | 11010 |
Color Harmonies of #721321
Complementary color
Monochromatic Colors of #721321
Black with #721321
Text Example
Text Example
White with #721321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721321; }
p { color: rgb(114,19,33); }
H1.HeaderClassName
{
color: #721321;
}
.AnyTagClassName
{
color: #721321;
}
</style>
background-color css
<style>
a { background-color: #721321; }
a { background-color: rgb(114,19,33); }
div.DivClassName
{
background-color: #721321;
}
.BgClassName
{
background-color: #721321;
}
</style>
border-color css
<style>
span { border-color: #721321; }
span { border-color: rgb(114,19,33); }
td.TdClassName
{
border-color: #721321;
}
.TagClassName
{
border-color: #721321;
}
</style>