Shades of Claret #721535
Tints of Claret #721535
RGB
CMYK
RGB Variations
Color information
#721535 (or 0x721535) is known color: Claret. HEX triplet: 72, 15 and 35. RGB value is (114,21,53). Sum of RGB (Red+Green+Blue) = 114+21+53=188 (24% of max value = 765). Red value is 114 (44.92% from 255 or 60.64% from 188); Green value is 21 (8.59% from 255 or 11.17% from 188); Blue value is 53 (21.09% from 255 or 28.19% from 188); Max value from RGB is 114 - color contains mainly: red. Hex color #721535 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721535 is #8DEACA. Grayscale: #343434. Windows color (decimal): -9300683 or 3478898. OLE color: 3478898.
HSL color Cylindrical-coordinate representation of color #721535: hue angle of 339.35º 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 #721535 is Cyan = 0, Magento = 0.82, Yellow = 0.54 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 21 | 53 | - |
| CMYK | 0 | 0.82 | 0.54 | 0.55 |
| HSL | 339.35º | 0.69% | 0.26% | - |
| HSV(B) | 339.35º | 0.82% | 0.45% | - |
| XYZ | 7.85 | 4.37 | 3.8 | - |
| YUV | 52.46 | 128.31 | 171.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 21 | 53 | 0 | 0.82 | 0.54 | 0.55 | 339.35 | 0.69 | 0.26 |
| Hex | 72 | 15 | 35 | 0 | 52 | 36 | 37 | 153 | 45 | 1A |
| Octal | 162 | 25 | 65 | 0 | 122 | 66 | 67 | 523 | 105 | 32 |
| Binary | 1110010 | 10101 | 110101 | 0 | 1010010 | 110110 | 110111 | 101010011 | 1000101 | 11010 |
Color Harmonies of #721535
Complementary color
Monochromatic Colors of #721535
Black with #721535
Text Example
Text Example
White with #721535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721535; }
p { color: rgb(114,21,53); }
H1.HeaderClassName
{
color: #721535;
}
.AnyTagClassName
{
color: #721535;
}
</style>
background-color css
<style>
a { background-color: #721535; }
a { background-color: rgb(114,21,53); }
div.DivClassName
{
background-color: #721535;
}
.BgClassName
{
background-color: #721535;
}
</style>
border-color css
<style>
span { border-color: #721535; }
span { border-color: rgb(114,21,53); }
td.TdClassName
{
border-color: #721535;
}
.TagClassName
{
border-color: #721535;
}
</style>