Shades of Claret #72172E
Tints of Claret #72172E
RGB
CMYK
RGB Variations
Color information
#72172E (or 0x72172E) is known color: Claret. HEX triplet: 72, 17 and 2E. RGB value is (114,23,46). Sum of RGB (Red+Green+Blue) = 114+23+46=183 (24% of max value = 765). Red value is 114 (44.92% from 255 or 62.30% from 183); Green value is 23 (9.38% from 255 or 12.57% from 183); Blue value is 46 (18.36% from 255 or 25.14% from 183); Max value from RGB is 114 - color contains mainly: red. Hex color #72172E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72172E is #8DE8D1. Grayscale: #343434. Windows color (decimal): -9300178 or 3020658. OLE color: 3020658.
HSL color Cylindrical-coordinate representation of color #72172E: hue angle of 344.84º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #72172E is Cyan = 0, Magento = 0.80, Yellow = 0.60 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 23 | 46 | - |
| CMYK | 0 | 0.80 | 0.60 | 0.55 |
| HSL | 344.84º | 0.66% | 0.27% | - |
| HSV(B) | 344.84º | 0.8% | 0.45% | - |
| XYZ | 7.74 | 4.39 | 3.02 | - |
| YUV | 52.83 | 124.15 | 171.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 23 | 46 | 0 | 0.80 | 0.60 | 0.55 | 344.84 | 0.66 | 0.27 |
| Hex | 72 | 17 | 2E | 0 | 50 | 3C | 37 | 159 | 42 | 1B |
| Octal | 162 | 27 | 56 | 0 | 120 | 74 | 67 | 531 | 102 | 33 |
| Binary | 1110010 | 10111 | 101110 | 0 | 1010000 | 111100 | 110111 | 101011001 | 1000010 | 11011 |
Color Harmonies of #72172E
Complementary color
Monochromatic Colors of #72172E
Black with #72172E
Text Example
Text Example
White with #72172E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72172E; }
p { color: rgb(114,23,46); }
H1.HeaderClassName
{
color: #72172E;
}
.AnyTagClassName
{
color: #72172E;
}
</style>
background-color css
<style>
a { background-color: #72172E; }
a { background-color: rgb(114,23,46); }
div.DivClassName
{
background-color: #72172E;
}
.BgClassName
{
background-color: #72172E;
}
</style>
border-color css
<style>
span { border-color: #72172E; }
span { border-color: rgb(114,23,46); }
td.TdClassName
{
border-color: #72172E;
}
.TagClassName
{
border-color: #72172E;
}
</style>