Shades of Claret #720D2D
Tints of Claret #720D2D
RGB
CMYK
RGB Variations
Color information
#720D2D (or 0x720D2D) is known color: Claret. HEX triplet: 72, 0D and 2D. RGB value is (114,13,45). Sum of RGB (Red+Green+Blue) = 114+13+45=172 (22% of max value = 765). Red value is 114 (44.92% from 255 or 66.28% from 172); Green value is 13 (5.47% from 255 or 7.56% from 172); Blue value is 45 (17.97% from 255 or 26.16% from 172); Max value from RGB is 114 - color contains mainly: red. Hex color #720D2D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720D2D is #8DF2D2. Grayscale: #2E2E2E. Windows color (decimal): -9302739 or 2952562. OLE color: 2952562.
HSL color Cylindrical-coordinate representation of color #720D2D: hue angle of 340.99º 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 #720D2D is Cyan = 0, Magento = 0.89, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 13 | 45 | - |
| CMYK | 0 | 0.89 | 0.61 | 0.55 |
| HSL | 340.99º | 0.8% | 0.25% | - |
| HSV(B) | 340.99º | 0.89% | 0.45% | - |
| XYZ | 7.56 | 4.05 | 2.87 | - |
| YUV | 46.85 | 126.96 | 175.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 13 | 45 | 0 | 0.89 | 0.61 | 0.55 | 340.99 | 0.8 | 0.25 |
| Hex | 72 | D | 2D | 0 | 59 | 3D | 37 | 155 | 50 | 19 |
| Octal | 162 | 15 | 55 | 0 | 131 | 75 | 67 | 525 | 120 | 31 |
| Binary | 1110010 | 1101 | 101101 | 0 | 1011001 | 111101 | 110111 | 101010101 | 1010000 | 11001 |
Color Harmonies of #720D2D
Complementary color
Monochromatic Colors of #720D2D
Black with #720D2D
Text Example
Text Example
White with #720D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720D2D; }
p { color: rgb(114,13,45); }
H1.HeaderClassName
{
color: #720D2D;
}
.AnyTagClassName
{
color: #720D2D;
}
</style>
background-color css
<style>
a { background-color: #720D2D; }
a { background-color: rgb(114,13,45); }
div.DivClassName
{
background-color: #720D2D;
}
.BgClassName
{
background-color: #720D2D;
}
</style>
border-color css
<style>
span { border-color: #720D2D; }
span { border-color: rgb(114,13,45); }
td.TdClassName
{
border-color: #720D2D;
}
.TagClassName
{
border-color: #720D2D;
}
</style>