Shades of Claret #72172C
Tints of Claret #72172C
RGB
CMYK
RGB Variations
Color information
#72172C (or 0x72172C) is known color: Claret. HEX triplet: 72, 17 and 2C. RGB value is (114,23,44). Sum of RGB (Red+Green+Blue) = 114+23+44=181 (23% of max value = 765). Red value is 114 (44.92% from 255 or 62.98% from 181); Green value is 23 (9.38% from 255 or 12.71% from 181); Blue value is 44 (17.58% from 255 or 24.31% from 181); Max value from RGB is 114 - color contains mainly: red. Hex color #72172C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72172C is #8DE8D3. Grayscale: #343434. Windows color (decimal): -9300180 or 2889586. OLE color: 2889586.
HSL color Cylindrical-coordinate representation of color #72172C: hue angle of 346.15º 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 #72172C is Cyan = 0, Magento = 0.80, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 23 | 44 | - |
| CMYK | 0 | 0.80 | 0.61 | 0.55 |
| HSL | 346.15º | 0.66% | 0.27% | - |
| HSV(B) | 346.15º | 0.8% | 0.45% | - |
| XYZ | 7.7 | 4.37 | 2.82 | - |
| YUV | 52.6 | 123.15 | 171.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 23 | 44 | 0 | 0.80 | 0.61 | 0.55 | 346.15 | 0.66 | 0.27 |
| Hex | 72 | 17 | 2C | 0 | 50 | 3D | 37 | 15A | 42 | 1B |
| Octal | 162 | 27 | 54 | 0 | 120 | 75 | 67 | 532 | 102 | 33 |
| Binary | 1110010 | 10111 | 101100 | 0 | 1010000 | 111101 | 110111 | 101011010 | 1000010 | 11011 |
Color Harmonies of #72172C
Complementary color
Monochromatic Colors of #72172C
Black with #72172C
Text Example
Text Example
White with #72172C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72172C; }
p { color: rgb(114,23,44); }
H1.HeaderClassName
{
color: #72172C;
}
.AnyTagClassName
{
color: #72172C;
}
</style>
background-color css
<style>
a { background-color: #72172C; }
a { background-color: rgb(114,23,44); }
div.DivClassName
{
background-color: #72172C;
}
.BgClassName
{
background-color: #72172C;
}
</style>
border-color css
<style>
span { border-color: #72172C; }
span { border-color: rgb(114,23,44); }
td.TdClassName
{
border-color: #72172C;
}
.TagClassName
{
border-color: #72172C;
}
</style>