Shades of Claret #720F2B
Tints of Claret #720F2B
RGB
CMYK
RGB Variations
Color information
#720F2B (or 0x720F2B) is known color: Claret. HEX triplet: 72, 0F and 2B. RGB value is (114,15,43). Sum of RGB (Red+Green+Blue) = 114+15+43=172 (22% of max value = 765). Red value is 114 (44.92% from 255 or 66.28% from 172); Green value is 15 (6.25% from 255 or 8.72% from 172); Blue value is 43 (17.19% from 255 or 25% from 172); Max value from RGB is 114 - color contains mainly: red. Hex color #720F2B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720F2B is #8DF0D4. Grayscale: #2F2F2F. Windows color (decimal): -9302229 or 2822002. OLE color: 2822002.
HSL color Cylindrical-coordinate representation of color #720F2B: hue angle of 343.03º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #720F2B is Cyan = 0, Magento = 0.87, Yellow = 0.62 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 15 | 43 | - |
| CMYK | 0 | 0.87 | 0.62 | 0.55 |
| HSL | 343.03º | 0.77% | 0.25% | - |
| HSV(B) | 343.03º | 0.87% | 0.45% | - |
| XYZ | 7.55 | 4.09 | 2.68 | - |
| YUV | 47.79 | 125.3 | 175.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 15 | 43 | 0 | 0.87 | 0.62 | 0.55 | 343.03 | 0.77 | 0.25 |
| Hex | 72 | F | 2B | 0 | 57 | 3E | 37 | 157 | 4D | 19 |
| Octal | 162 | 17 | 53 | 0 | 127 | 76 | 67 | 527 | 115 | 31 |
| Binary | 1110010 | 1111 | 101011 | 0 | 1010111 | 111110 | 110111 | 101010111 | 1001101 | 11001 |
Color Harmonies of #720F2B
Complementary color
Monochromatic Colors of #720F2B
Black with #720F2B
Text Example
Text Example
White with #720F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720F2B; }
p { color: rgb(114,15,43); }
H1.HeaderClassName
{
color: #720F2B;
}
.AnyTagClassName
{
color: #720F2B;
}
</style>
background-color css
<style>
a { background-color: #720F2B; }
a { background-color: rgb(114,15,43); }
div.DivClassName
{
background-color: #720F2B;
}
.BgClassName
{
background-color: #720F2B;
}
</style>
border-color css
<style>
span { border-color: #720F2B; }
span { border-color: rgb(114,15,43); }
td.TdClassName
{
border-color: #720F2B;
}
.TagClassName
{
border-color: #720F2B;
}
</style>