Shades of Claret #720E2F
Tints of Claret #720E2F
RGB
CMYK
RGB Variations
Color information
#720E2F (or 0x720E2F) is known color: Claret. HEX triplet: 72, 0E and 2F. RGB value is (114,14,47). Sum of RGB (Red+Green+Blue) = 114+14+47=175 (23% of max value = 765). Red value is 114 (44.92% from 255 or 65.14% from 175); Green value is 14 (5.86% from 255 or 8% from 175); Blue value is 47 (18.75% from 255 or 26.86% from 175); Max value from RGB is 114 - color contains mainly: red. Hex color #720E2F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720E2F is #8DF1D0. Grayscale: #2F2F2F. Windows color (decimal): -9302481 or 3083890. OLE color: 3083890.
HSL color Cylindrical-coordinate representation of color #720E2F: hue angle of 340.2º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #720E2F is Cyan = 0, Magento = 0.88, Yellow = 0.59 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 14 | 47 | - |
| CMYK | 0 | 0.88 | 0.59 | 0.55 |
| HSL | 340.2º | 0.78% | 0.25% | - |
| HSV(B) | 340.2º | 0.88% | 0.45% | - |
| XYZ | 7.61 | 4.1 | 3.08 | - |
| YUV | 47.66 | 127.63 | 175.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 14 | 47 | 0 | 0.88 | 0.59 | 0.55 | 340.2 | 0.78 | 0.25 |
| Hex | 72 | E | 2F | 0 | 58 | 3B | 37 | 154 | 4E | 19 |
| Octal | 162 | 16 | 57 | 0 | 130 | 73 | 67 | 524 | 116 | 31 |
| Binary | 1110010 | 1110 | 101111 | 0 | 1011000 | 111011 | 110111 | 101010100 | 1001110 | 11001 |
Color Harmonies of #720E2F
Complementary color
Monochromatic Colors of #720E2F
Black with #720E2F
Text Example
Text Example
White with #720E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720E2F; }
p { color: rgb(114,14,47); }
H1.HeaderClassName
{
color: #720E2F;
}
.AnyTagClassName
{
color: #720E2F;
}
</style>
background-color css
<style>
a { background-color: #720E2F; }
a { background-color: rgb(114,14,47); }
div.DivClassName
{
background-color: #720E2F;
}
.BgClassName
{
background-color: #720E2F;
}
</style>
border-color css
<style>
span { border-color: #720E2F; }
span { border-color: rgb(114,14,47); }
td.TdClassName
{
border-color: #720E2F;
}
.TagClassName
{
border-color: #720E2F;
}
</style>