Shades of Red Berry #721221
Tints of Red Berry #721221
RGB
CMYK
RGB Variations
Color information
#721221 (or 0x721221) is known color: Red Berry. HEX triplet: 72, 12 and 21. RGB value is (114,18,33). Sum of RGB (Red+Green+Blue) = 114+18+33=165 (21% of max value = 765). Red value is 114 (44.92% from 255 or 69.09% from 165); Green value is 18 (7.42% from 255 or 10.91% from 165); Blue value is 33 (13.28% from 255 or 20% from 165); Max value from RGB is 114 - color contains mainly: red. Hex color #721221 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721221 is #8DEDDE. Grayscale: #303030. Windows color (decimal): -9301471 or 2167410. OLE color: 2167410.
HSL color Cylindrical-coordinate representation of color #721221: hue angle of 350.62º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #721221 is Cyan = 0, Magento = 0.84, Yellow = 0.71 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 18 | 33 | - |
| CMYK | 0 | 0.84 | 0.71 | 0.55 |
| HSL | 350.63º | 0.73% | 0.26% | - |
| HSV(B) | 350.63º | 0.84% | 0.45% | - |
| XYZ | 7.43 | 4.12 | 1.84 | - |
| YUV | 48.41 | 119.3 | 174.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 18 | 33 | 0 | 0.84 | 0.71 | 0.55 | 350.63 | 0.73 | 0.26 |
| Hex | 72 | 12 | 21 | 0 | 54 | 47 | 37 | 15F | 49 | 1A |
| Octal | 162 | 22 | 41 | 0 | 124 | 107 | 67 | 537 | 111 | 32 |
| Binary | 1110010 | 10010 | 100001 | 0 | 1010100 | 1000111 | 110111 | 101011111 | 1001001 | 11010 |
Color Harmonies of #721221
Complementary color
Monochromatic Colors of #721221
Black with #721221
Text Example
Text Example
White with #721221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721221; }
p { color: rgb(114,18,33); }
H1.HeaderClassName
{
color: #721221;
}
.AnyTagClassName
{
color: #721221;
}
</style>
background-color css
<style>
a { background-color: #721221; }
a { background-color: rgb(114,18,33); }
div.DivClassName
{
background-color: #721221;
}
.BgClassName
{
background-color: #721221;
}
</style>
border-color css
<style>
span { border-color: #721221; }
span { border-color: rgb(114,18,33); }
td.TdClassName
{
border-color: #721221;
}
.TagClassName
{
border-color: #721221;
}
</style>