Shades of Claret #721637
Tints of Claret #721637
RGB
CMYK
RGB Variations
Color information
#721637 (or 0x721637) is known color: Claret. HEX triplet: 72, 16 and 37. RGB value is (114,22,55). Sum of RGB (Red+Green+Blue) = 114+22+55=191 (25% of max value = 765). Red value is 114 (44.92% from 255 or 59.69% from 191); Green value is 22 (8.98% from 255 or 11.52% from 191); Blue value is 55 (21.88% from 255 or 28.80% from 191); Max value from RGB is 114 - color contains mainly: red. Hex color #721637 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721637 is #8DE9C8. Grayscale: #353535. Windows color (decimal): -9300425 or 3610226. OLE color: 3610226.
HSL color Cylindrical-coordinate representation of color #721637: hue angle of 338.48º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #721637 is Cyan = 0, Magento = 0.81, Yellow = 0.52 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 22 | 55 | - |
| CMYK | 0 | 0.81 | 0.52 | 0.55 |
| HSL | 338.48º | 0.68% | 0.27% | - |
| HSV(B) | 338.48º | 0.81% | 0.45% | - |
| XYZ | 7.92 | 4.43 | 4.05 | - |
| YUV | 53.27 | 128.98 | 171.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 22 | 55 | 0 | 0.81 | 0.52 | 0.55 | 338.48 | 0.68 | 0.27 |
| Hex | 72 | 16 | 37 | 0 | 51 | 34 | 37 | 152 | 44 | 1B |
| Octal | 162 | 26 | 67 | 0 | 121 | 64 | 67 | 522 | 104 | 33 |
| Binary | 1110010 | 10110 | 110111 | 0 | 1010001 | 110100 | 110111 | 101010010 | 1000100 | 11011 |
Color Harmonies of #721637
Complementary color
Monochromatic Colors of #721637
Black with #721637
Text Example
Text Example
White with #721637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721637; }
p { color: rgb(114,22,55); }
H1.HeaderClassName
{
color: #721637;
}
.AnyTagClassName
{
color: #721637;
}
</style>
background-color css
<style>
a { background-color: #721637; }
a { background-color: rgb(114,22,55); }
div.DivClassName
{
background-color: #721637;
}
.BgClassName
{
background-color: #721637;
}
</style>
border-color css
<style>
span { border-color: #721637; }
span { border-color: rgb(114,22,55); }
td.TdClassName
{
border-color: #721637;
}
.TagClassName
{
border-color: #721637;
}
</style>