Shades of Claret #721931
Tints of Claret #721931
RGB
CMYK
RGB Variations
Color information
#721931 (or 0x721931) is known color: Claret. HEX triplet: 72, 19 and 31. RGB value is (114,25,49). Sum of RGB (Red+Green+Blue) = 114+25+49=188 (24% of max value = 765). Red value is 114 (44.92% from 255 or 60.64% from 188); Green value is 25 (10.16% from 255 or 13.30% from 188); Blue value is 49 (19.53% from 255 or 26.06% from 188); Max value from RGB is 114 - color contains mainly: red. Hex color #721931 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721931 is #8DE6CE. Grayscale: #363636. Windows color (decimal): -9299663 or 3217778. OLE color: 3217778.
HSL color Cylindrical-coordinate representation of color #721931: hue angle of 343.82º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #721931 is Cyan = 0, Magento = 0.78, Yellow = 0.57 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 25 | 49 | - |
| CMYK | 0 | 0.78 | 0.57 | 0.55 |
| HSL | 343.82º | 0.64% | 0.27% | - |
| HSV(B) | 343.82º | 0.78% | 0.45% | - |
| XYZ | 7.84 | 4.49 | 3.36 | - |
| YUV | 54.35 | 124.99 | 170.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 25 | 49 | 0 | 0.78 | 0.57 | 0.55 | 343.82 | 0.64 | 0.27 |
| Hex | 72 | 19 | 31 | 0 | 4E | 39 | 37 | 158 | 40 | 1B |
| Octal | 162 | 31 | 61 | 0 | 116 | 71 | 67 | 530 | 100 | 33 |
| Binary | 1110010 | 11001 | 110001 | 0 | 1001110 | 111001 | 110111 | 101011000 | 1000000 | 11011 |
Color Harmonies of #721931
Complementary color
Monochromatic Colors of #721931
Black with #721931
Text Example
Text Example
White with #721931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721931; }
p { color: rgb(114,25,49); }
H1.HeaderClassName
{
color: #721931;
}
.AnyTagClassName
{
color: #721931;
}
</style>
background-color css
<style>
a { background-color: #721931; }
a { background-color: rgb(114,25,49); }
div.DivClassName
{
background-color: #721931;
}
.BgClassName
{
background-color: #721931;
}
</style>
border-color css
<style>
span { border-color: #721931; }
span { border-color: rgb(114,25,49); }
td.TdClassName
{
border-color: #721931;
}
.TagClassName
{
border-color: #721931;
}
</style>