Shades of Claret #721937
Tints of Claret #721937
RGB
CMYK
RGB Variations
Color information
#721937 (or 0x721937) is known color: Claret. HEX triplet: 72, 19 and 37. RGB value is (114,25,55). Sum of RGB (Red+Green+Blue) = 114+25+55=194 (25% of max value = 765). Red value is 114 (44.92% from 255 or 58.76% from 194); Green value is 25 (10.16% from 255 or 12.89% from 194); Blue value is 55 (21.88% from 255 or 28.35% from 194); Max value from RGB is 114 - color contains mainly: red. Hex color #721937 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721937 is #8DE6C8. Grayscale: #363636. Windows color (decimal): -9299657 or 3610994. OLE color: 3610994.
HSL color Cylindrical-coordinate representation of color #721937: hue angle of 339.78º 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 #721937 is Cyan = 0, Magento = 0.78, Yellow = 0.52 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 25 | 55 | - |
| CMYK | 0 | 0.78 | 0.52 | 0.55 |
| HSL | 339.78º | 0.64% | 0.27% | - |
| HSV(B) | 339.78º | 0.78% | 0.45% | - |
| XYZ | 7.98 | 4.55 | 4.07 | - |
| YUV | 55.03 | 127.99 | 170.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 25 | 55 | 0 | 0.78 | 0.52 | 0.55 | 339.78 | 0.64 | 0.27 |
| Hex | 72 | 19 | 37 | 0 | 4E | 34 | 37 | 154 | 40 | 1B |
| Octal | 162 | 31 | 67 | 0 | 116 | 64 | 67 | 524 | 100 | 33 |
| Binary | 1110010 | 11001 | 110111 | 0 | 1001110 | 110100 | 110111 | 101010100 | 1000000 | 11011 |
Color Harmonies of #721937
Complementary color
Monochromatic Colors of #721937
Black with #721937
Text Example
Text Example
White with #721937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721937; }
p { color: rgb(114,25,55); }
H1.HeaderClassName
{
color: #721937;
}
.AnyTagClassName
{
color: #721937;
}
</style>
background-color css
<style>
a { background-color: #721937; }
a { background-color: rgb(114,25,55); }
div.DivClassName
{
background-color: #721937;
}
.BgClassName
{
background-color: #721937;
}
</style>
border-color css
<style>
span { border-color: #721937; }
span { border-color: rgb(114,25,55); }
td.TdClassName
{
border-color: #721937;
}
.TagClassName
{
border-color: #721937;
}
</style>