Shades of Claret #720C2F
Tints of Claret #720C2F
RGB
CMYK
RGB Variations
Color information
#720C2F (or 0x720C2F) is known color: Claret. HEX triplet: 72, 0C and 2F. RGB value is (114,12,47). Sum of RGB (Red+Green+Blue) = 114+12+47=173 (22% of max value = 765). Red value is 114 (44.92% from 255 or 65.90% from 173); Green value is 12 (5.08% from 255 or 6.94% from 173); Blue value is 47 (18.75% from 255 or 27.17% from 173); Max value from RGB is 114 - color contains mainly: red. Hex color #720C2F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720C2F is #8DF3D0. Grayscale: #2E2E2E. Windows color (decimal): -9302993 or 3083378. OLE color: 3083378.
HSL color Cylindrical-coordinate representation of color #720C2F: hue angle of 339.41º degrees, saturation: 0.81, 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 #720C2F is Cyan = 0, Magento = 0.89, Yellow = 0.59 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 12 | 47 | - |
| CMYK | 0 | 0.89 | 0.59 | 0.55 |
| HSL | 339.41º | 0.81% | 0.25% | - |
| HSV(B) | 339.41º | 0.89% | 0.45% | - |
| XYZ | 7.58 | 4.05 | 3.07 | - |
| YUV | 46.49 | 128.29 | 176.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 12 | 47 | 0 | 0.89 | 0.59 | 0.55 | 339.41 | 0.81 | 0.25 |
| Hex | 72 | C | 2F | 0 | 59 | 3B | 37 | 153 | 51 | 19 |
| Octal | 162 | 14 | 57 | 0 | 131 | 73 | 67 | 523 | 121 | 31 |
| Binary | 1110010 | 1100 | 101111 | 0 | 1011001 | 111011 | 110111 | 101010011 | 1010001 | 11001 |
Color Harmonies of #720C2F
Complementary color
Monochromatic Colors of #720C2F
Black with #720C2F
Text Example
Text Example
White with #720C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720C2F; }
p { color: rgb(114,12,47); }
H1.HeaderClassName
{
color: #720C2F;
}
.AnyTagClassName
{
color: #720C2F;
}
</style>
background-color css
<style>
a { background-color: #720C2F; }
a { background-color: rgb(114,12,47); }
div.DivClassName
{
background-color: #720C2F;
}
.BgClassName
{
background-color: #720C2F;
}
</style>
border-color css
<style>
span { border-color: #720C2F; }
span { border-color: rgb(114,12,47); }
td.TdClassName
{
border-color: #720C2F;
}
.TagClassName
{
border-color: #720C2F;
}
</style>