Shades of Claret #720D33
Tints of Claret #720D33
RGB
CMYK
RGB Variations
Color information
#720D33 (or 0x720D33) is known color: Claret. HEX triplet: 72, 0D and 33. RGB value is (114,13,51). Sum of RGB (Red+Green+Blue) = 114+13+51=178 (23% of max value = 765). Red value is 114 (44.92% from 255 or 64.04% from 178); Green value is 13 (5.47% from 255 or 7.30% from 178); Blue value is 51 (20.31% from 255 or 28.65% from 178); Max value from RGB is 114 - color contains mainly: red. Hex color #720D33 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720D33 is #8DF2CC. Grayscale: #2F2F2F. Windows color (decimal): -9302733 or 3345778. OLE color: 3345778.
HSL color Cylindrical-coordinate representation of color #720D33: hue angle of 337.43º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #720D33 is Cyan = 0, Magento = 0.89, Yellow = 0.55 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 13 | 51 | - |
| CMYK | 0 | 0.89 | 0.55 | 0.55 |
| HSL | 337.43º | 0.8% | 0.25% | - |
| HSV(B) | 337.43º | 0.89% | 0.45% | - |
| XYZ | 7.68 | 4.1 | 3.52 | - |
| YUV | 47.53 | 129.96 | 175.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 13 | 51 | 0 | 0.89 | 0.55 | 0.55 | 337.43 | 0.8 | 0.25 |
| Hex | 72 | D | 33 | 0 | 59 | 37 | 37 | 151 | 50 | 19 |
| Octal | 162 | 15 | 63 | 0 | 131 | 67 | 67 | 521 | 120 | 31 |
| Binary | 1110010 | 1101 | 110011 | 0 | 1011001 | 110111 | 110111 | 101010001 | 1010000 | 11001 |
Color Harmonies of #720D33
Complementary color
Monochromatic Colors of #720D33
Black with #720D33
Text Example
Text Example
White with #720D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720D33; }
p { color: rgb(114,13,51); }
H1.HeaderClassName
{
color: #720D33;
}
.AnyTagClassName
{
color: #720D33;
}
</style>
background-color css
<style>
a { background-color: #720D33; }
a { background-color: rgb(114,13,51); }
div.DivClassName
{
background-color: #720D33;
}
.BgClassName
{
background-color: #720D33;
}
</style>
border-color css
<style>
span { border-color: #720D33; }
span { border-color: rgb(114,13,51); }
td.TdClassName
{
border-color: #720D33;
}
.TagClassName
{
border-color: #720D33;
}
</style>