Shades of Claret #721532
Tints of Claret #721532
RGB
CMYK
RGB Variations
Color information
#721532 (or 0x721532) is known color: Claret. HEX triplet: 72, 15 and 32. RGB value is (114,21,50). Sum of RGB (Red+Green+Blue) = 114+21+50=185 (24% of max value = 765). Red value is 114 (44.92% from 255 or 61.62% from 185); Green value is 21 (8.59% from 255 or 11.35% from 185); Blue value is 50 (19.92% from 255 or 27.03% from 185); Max value from RGB is 114 - color contains mainly: red. Hex color #721532 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721532 is #8DEACD. Grayscale: #343434. Windows color (decimal): -9300686 or 3282290. OLE color: 3282290.
HSL color Cylindrical-coordinate representation of color #721532: hue angle of 341.29º 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 #721532 is Cyan = 0, Magento = 0.82, Yellow = 0.56 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 21 | 50 | - |
| CMYK | 0 | 0.82 | 0.56 | 0.55 |
| HSL | 341.29º | 0.69% | 0.26% | - |
| HSV(B) | 341.29º | 0.82% | 0.45% | - |
| XYZ | 7.78 | 4.34 | 3.45 | - |
| YUV | 52.11 | 126.81 | 172.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 21 | 50 | 0 | 0.82 | 0.56 | 0.55 | 341.29 | 0.69 | 0.26 |
| Hex | 72 | 15 | 32 | 0 | 52 | 38 | 37 | 155 | 45 | 1A |
| Octal | 162 | 25 | 62 | 0 | 122 | 70 | 67 | 525 | 105 | 32 |
| Binary | 1110010 | 10101 | 110010 | 0 | 1010010 | 111000 | 110111 | 101010101 | 1000101 | 11010 |
Color Harmonies of #721532
Complementary color
Monochromatic Colors of #721532
Black with #721532
Text Example
Text Example
White with #721532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721532; }
p { color: rgb(114,21,50); }
H1.HeaderClassName
{
color: #721532;
}
.AnyTagClassName
{
color: #721532;
}
</style>
background-color css
<style>
a { background-color: #721532; }
a { background-color: rgb(114,21,50); }
div.DivClassName
{
background-color: #721532;
}
.BgClassName
{
background-color: #721532;
}
</style>
border-color css
<style>
span { border-color: #721532; }
span { border-color: rgb(114,21,50); }
td.TdClassName
{
border-color: #721532;
}
.TagClassName
{
border-color: #721532;
}
</style>