Shades of Claret #721534
Tints of Claret #721534
RGB
CMYK
RGB Variations
Color information
#721534 (or 0x721534) is known color: Claret. HEX triplet: 72, 15 and 34. RGB value is (114,21,52). Sum of RGB (Red+Green+Blue) = 114+21+52=187 (24% of max value = 765). Red value is 114 (44.92% from 255 or 60.96% from 187); Green value is 21 (8.59% from 255 or 11.23% from 187); Blue value is 52 (20.70% from 255 or 27.81% from 187); Max value from RGB is 114 - color contains mainly: red. Hex color #721534 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721534 is #8DEACB. Grayscale: #343434. Windows color (decimal): -9300684 or 3413362. OLE color: 3413362.
HSL color Cylindrical-coordinate representation of color #721534: hue angle of 340º 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 #721534 is Cyan = 0, Magento = 0.82, Yellow = 0.54 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 21 | 52 | - |
| CMYK | 0 | 0.82 | 0.54 | 0.55 |
| HSL | 340º | 0.69% | 0.26% | - |
| HSV(B) | 340º | 0.82% | 0.45% | - |
| XYZ | 7.83 | 4.36 | 3.68 | - |
| YUV | 52.34 | 127.81 | 171.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 21 | 52 | 0 | 0.82 | 0.54 | 0.55 | 340 | 0.69 | 0.26 |
| Hex | 72 | 15 | 34 | 0 | 52 | 36 | 37 | 154 | 45 | 1A |
| Octal | 162 | 25 | 64 | 0 | 122 | 66 | 67 | 524 | 105 | 32 |
| Binary | 1110010 | 10101 | 110100 | 0 | 1010010 | 110110 | 110111 | 101010100 | 1000101 | 11010 |
Color Harmonies of #721534
Complementary color
Monochromatic Colors of #721534
Black with #721534
Text Example
Text Example
White with #721534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721534; }
p { color: rgb(114,21,52); }
H1.HeaderClassName
{
color: #721534;
}
.AnyTagClassName
{
color: #721534;
}
</style>
background-color css
<style>
a { background-color: #721534; }
a { background-color: rgb(114,21,52); }
div.DivClassName
{
background-color: #721534;
}
.BgClassName
{
background-color: #721534;
}
</style>
border-color css
<style>
span { border-color: #721534; }
span { border-color: rgb(114,21,52); }
td.TdClassName
{
border-color: #721534;
}
.TagClassName
{
border-color: #721534;
}
</style>