Shades of Claret #72182E
Tints of Claret #72182E
RGB
CMYK
RGB Variations
Color information
#72182E (or 0x72182E) is known color: Claret. HEX triplet: 72, 18 and 2E. RGB value is (114,24,46). Sum of RGB (Red+Green+Blue) = 114+24+46=184 (24% of max value = 765). Red value is 114 (44.92% from 255 or 61.96% from 184); Green value is 24 (9.77% from 255 or 13.04% from 184); Blue value is 46 (18.36% from 255 or 25% from 184); Max value from RGB is 114 - color contains mainly: red. Hex color #72182E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72182E is #8DE7D1. Grayscale: #353535. Windows color (decimal): -9299922 or 3020914. OLE color: 3020914.
HSL color Cylindrical-coordinate representation of color #72182E: hue angle of 345.33º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #72182E is Cyan = 0, Magento = 0.79, Yellow = 0.60 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 24 | 46 | - |
| CMYK | 0 | 0.79 | 0.60 | 0.55 |
| HSL | 345.33º | 0.65% | 0.27% | - |
| HSV(B) | 345.33º | 0.79% | 0.45% | - |
| XYZ | 7.76 | 4.43 | 3.03 | - |
| YUV | 53.42 | 123.82 | 171.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 24 | 46 | 0 | 0.79 | 0.60 | 0.55 | 345.33 | 0.65 | 0.27 |
| Hex | 72 | 18 | 2E | 0 | 4F | 3C | 37 | 159 | 41 | 1B |
| Octal | 162 | 30 | 56 | 0 | 117 | 74 | 67 | 531 | 101 | 33 |
| Binary | 1110010 | 11000 | 101110 | 0 | 1001111 | 111100 | 110111 | 101011001 | 1000001 | 11011 |
Color Harmonies of #72182E
Complementary color
Monochromatic Colors of #72182E
Black with #72182E
Text Example
Text Example
White with #72182E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72182E; }
p { color: rgb(114,24,46); }
H1.HeaderClassName
{
color: #72182E;
}
.AnyTagClassName
{
color: #72182E;
}
</style>
background-color css
<style>
a { background-color: #72182E; }
a { background-color: rgb(114,24,46); }
div.DivClassName
{
background-color: #72182E;
}
.BgClassName
{
background-color: #72182E;
}
</style>
border-color css
<style>
span { border-color: #72182E; }
span { border-color: rgb(114,24,46); }
td.TdClassName
{
border-color: #72182E;
}
.TagClassName
{
border-color: #72182E;
}
</style>