Shades of Claret #721333
Tints of Claret #721333
RGB
CMYK
RGB Variations
Color information
#721333 (or 0x721333) is known color: Claret. HEX triplet: 72, 13 and 33. RGB value is (114,19,51). Sum of RGB (Red+Green+Blue) = 114+19+51=184 (24% of max value = 765). Red value is 114 (44.92% from 255 or 61.96% from 184); Green value is 19 (7.81% from 255 or 10.33% from 184); Blue value is 51 (20.31% from 255 or 27.72% from 184); Max value from RGB is 114 - color contains mainly: red. Hex color #721333 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721333 is #8DECCC. Grayscale: #333333. Windows color (decimal): -9301197 or 3347314. OLE color: 3347314.
HSL color Cylindrical-coordinate representation of color #721333: hue angle of 339.79º 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 #721333 is Cyan = 0, Magento = 0.83, Yellow = 0.55 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 19 | 51 | - |
| CMYK | 0 | 0.83 | 0.55 | 0.55 |
| HSL | 339.79º | 0.71% | 0.26% | - |
| HSV(B) | 339.79º | 0.83% | 0.45% | - |
| XYZ | 7.77 | 4.28 | 3.55 | - |
| YUV | 51.05 | 127.97 | 172.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 19 | 51 | 0 | 0.83 | 0.55 | 0.55 | 339.79 | 0.71 | 0.26 |
| Hex | 72 | 13 | 33 | 0 | 53 | 37 | 37 | 154 | 47 | 1A |
| Octal | 162 | 23 | 63 | 0 | 123 | 67 | 67 | 524 | 107 | 32 |
| Binary | 1110010 | 10011 | 110011 | 0 | 1010011 | 110111 | 110111 | 101010100 | 1000111 | 11010 |
Color Harmonies of #721333
Complementary color
Monochromatic Colors of #721333
Black with #721333
Text Example
Text Example
White with #721333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721333; }
p { color: rgb(114,19,51); }
H1.HeaderClassName
{
color: #721333;
}
.AnyTagClassName
{
color: #721333;
}
</style>
background-color css
<style>
a { background-color: #721333; }
a { background-color: rgb(114,19,51); }
div.DivClassName
{
background-color: #721333;
}
.BgClassName
{
background-color: #721333;
}
</style>
border-color css
<style>
span { border-color: #721333; }
span { border-color: rgb(114,19,51); }
td.TdClassName
{
border-color: #721333;
}
.TagClassName
{
border-color: #721333;
}
</style>