Shades of Claret #72182D
Tints of Claret #72182D
RGB
CMYK
RGB Variations
Color information
#72182D (or 0x72182D) is known color: Claret. HEX triplet: 72, 18 and 2D. RGB value is (114,24,45). Sum of RGB (Red+Green+Blue) = 114+24+45=183 (24% of max value = 765). Red value is 114 (44.92% from 255 or 62.30% from 183); Green value is 24 (9.77% from 255 or 13.11% from 183); Blue value is 45 (17.97% from 255 or 24.59% from 183); Max value from RGB is 114 - color contains mainly: red. Hex color #72182D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72182D is #8DE7D2. Grayscale: #353535. Windows color (decimal): -9299923 or 2955378. OLE color: 2955378.
HSL color Cylindrical-coordinate representation of color #72182D: hue angle of 346º 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 #72182D is Cyan = 0, Magento = 0.79, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 24 | 45 | - |
| CMYK | 0 | 0.79 | 0.61 | 0.55 |
| HSL | 346º | 0.65% | 0.27% | - |
| HSV(B) | 346º | 0.79% | 0.45% | - |
| XYZ | 7.74 | 4.42 | 2.93 | - |
| YUV | 53.3 | 123.32 | 171.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 24 | 45 | 0 | 0.79 | 0.61 | 0.55 | 346 | 0.65 | 0.27 |
| Hex | 72 | 18 | 2D | 0 | 4F | 3D | 37 | 15A | 41 | 1B |
| Octal | 162 | 30 | 55 | 0 | 117 | 75 | 67 | 532 | 101 | 33 |
| Binary | 1110010 | 11000 | 101101 | 0 | 1001111 | 111101 | 110111 | 101011010 | 1000001 | 11011 |
Color Harmonies of #72182D
Complementary color
Monochromatic Colors of #72182D
Black with #72182D
Text Example
Text Example
White with #72182D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72182D; }
p { color: rgb(114,24,45); }
H1.HeaderClassName
{
color: #72182D;
}
.AnyTagClassName
{
color: #72182D;
}
</style>
background-color css
<style>
a { background-color: #72182D; }
a { background-color: rgb(114,24,45); }
div.DivClassName
{
background-color: #72182D;
}
.BgClassName
{
background-color: #72182D;
}
</style>
border-color css
<style>
span { border-color: #72182D; }
span { border-color: rgb(114,24,45); }
td.TdClassName
{
border-color: #72182D;
}
.TagClassName
{
border-color: #72182D;
}
</style>