Shades of Claret #721432
Tints of Claret #721432
RGB
CMYK
RGB Variations
Color information
#721432 (or 0x721432) is known color: Claret. HEX triplet: 72, 14 and 32. RGB value is (114,20,50). Sum of RGB (Red+Green+Blue) = 114+20+50=184 (24% of max value = 765). Red value is 114 (44.92% from 255 or 61.96% from 184); Green value is 20 (8.20% from 255 or 10.87% from 184); Blue value is 50 (19.92% from 255 or 27.17% from 184); Max value from RGB is 114 - color contains mainly: red. Hex color #721432 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721432 is #8DEBCD. Grayscale: #333333. Windows color (decimal): -9300942 or 3282034. OLE color: 3282034.
HSL color Cylindrical-coordinate representation of color #721432: hue angle of 340.85º degrees, saturation: 0.7, 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 #721432 is Cyan = 0, Magento = 0.82, Yellow = 0.56 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 20 | 50 | - |
| CMYK | 0 | 0.82 | 0.56 | 0.55 |
| HSL | 340.85º | 0.7% | 0.26% | - |
| HSV(B) | 340.85º | 0.82% | 0.45% | - |
| XYZ | 7.77 | 4.31 | 3.44 | - |
| YUV | 51.53 | 127.14 | 172.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 20 | 50 | 0 | 0.82 | 0.56 | 0.55 | 340.85 | 0.7 | 0.26 |
| Hex | 72 | 14 | 32 | 0 | 52 | 38 | 37 | 155 | 46 | 1A |
| Octal | 162 | 24 | 62 | 0 | 122 | 70 | 67 | 525 | 106 | 32 |
| Binary | 1110010 | 10100 | 110010 | 0 | 1010010 | 111000 | 110111 | 101010101 | 1000110 | 11010 |
Color Harmonies of #721432
Complementary color
Monochromatic Colors of #721432
Black with #721432
Text Example
Text Example
White with #721432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721432; }
p { color: rgb(114,20,50); }
H1.HeaderClassName
{
color: #721432;
}
.AnyTagClassName
{
color: #721432;
}
</style>
background-color css
<style>
a { background-color: #721432; }
a { background-color: rgb(114,20,50); }
div.DivClassName
{
background-color: #721432;
}
.BgClassName
{
background-color: #721432;
}
</style>
border-color css
<style>
span { border-color: #721432; }
span { border-color: rgb(114,20,50); }
td.TdClassName
{
border-color: #721432;
}
.TagClassName
{
border-color: #721432;
}
</style>