Shades of Claret #72162E
Tints of Claret #72162E
RGB
CMYK
RGB Variations
Color information
#72162E (or 0x72162E) is known color: Claret. HEX triplet: 72, 16 and 2E. RGB value is (114,22,46). Sum of RGB (Red+Green+Blue) = 114+22+46=182 (24% of max value = 765). Red value is 114 (44.92% from 255 or 62.64% from 182); Green value is 22 (8.98% from 255 or 12.09% from 182); Blue value is 46 (18.36% from 255 or 25.27% from 182); Max value from RGB is 114 - color contains mainly: red. Hex color #72162E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72162E is #8DE9D1. Grayscale: #343434. Windows color (decimal): -9300434 or 3020402. OLE color: 3020402.
HSL color Cylindrical-coordinate representation of color #72162E: hue angle of 344.35º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #72162E is Cyan = 0, Magento = 0.81, Yellow = 0.60 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 22 | 46 | - |
| CMYK | 0 | 0.81 | 0.60 | 0.55 |
| HSL | 344.35º | 0.68% | 0.27% | - |
| HSV(B) | 344.35º | 0.81% | 0.45% | - |
| XYZ | 7.72 | 4.35 | 3.02 | - |
| YUV | 52.24 | 124.48 | 172.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 22 | 46 | 0 | 0.81 | 0.60 | 0.55 | 344.35 | 0.68 | 0.27 |
| Hex | 72 | 16 | 2E | 0 | 51 | 3C | 37 | 158 | 44 | 1B |
| Octal | 162 | 26 | 56 | 0 | 121 | 74 | 67 | 530 | 104 | 33 |
| Binary | 1110010 | 10110 | 101110 | 0 | 1010001 | 111100 | 110111 | 101011000 | 1000100 | 11011 |
Color Harmonies of #72162E
Complementary color
Monochromatic Colors of #72162E
Black with #72162E
Text Example
Text Example
White with #72162E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72162E; }
p { color: rgb(114,22,46); }
H1.HeaderClassName
{
color: #72162E;
}
.AnyTagClassName
{
color: #72162E;
}
</style>
background-color css
<style>
a { background-color: #72162E; }
a { background-color: rgb(114,22,46); }
div.DivClassName
{
background-color: #72162E;
}
.BgClassName
{
background-color: #72162E;
}
</style>
border-color css
<style>
span { border-color: #72162E; }
span { border-color: rgb(114,22,46); }
td.TdClassName
{
border-color: #72162E;
}
.TagClassName
{
border-color: #72162E;
}
</style>