Shades of Claret #72122C
Tints of Claret #72122C
RGB
CMYK
RGB Variations
Color information
#72122C (or 0x72122C) is known color: Claret. HEX triplet: 72, 12 and 2C. RGB value is (114,18,44). Sum of RGB (Red+Green+Blue) = 114+18+44=176 (23% of max value = 765). Red value is 114 (44.92% from 255 or 64.77% from 176); Green value is 18 (7.42% from 255 or 10.23% from 176); Blue value is 44 (17.58% from 255 or 25% from 176); Max value from RGB is 114 - color contains mainly: red. Hex color #72122C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72122C is #8DEDD3. Grayscale: #313131. Windows color (decimal): -9301460 or 2888306. OLE color: 2888306.
HSL color Cylindrical-coordinate representation of color #72122C: hue angle of 343.75º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #72122C is Cyan = 0, Magento = 0.84, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 18 | 44 | - |
| CMYK | 0 | 0.84 | 0.61 | 0.55 |
| HSL | 343.75º | 0.73% | 0.26% | - |
| HSV(B) | 343.75º | 0.84% | 0.45% | - |
| XYZ | 7.61 | 4.19 | 2.79 | - |
| YUV | 49.67 | 124.8 | 173.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 18 | 44 | 0 | 0.84 | 0.61 | 0.55 | 343.75 | 0.73 | 0.26 |
| Hex | 72 | 12 | 2C | 0 | 54 | 3D | 37 | 158 | 49 | 1A |
| Octal | 162 | 22 | 54 | 0 | 124 | 75 | 67 | 530 | 111 | 32 |
| Binary | 1110010 | 10010 | 101100 | 0 | 1010100 | 111101 | 110111 | 101011000 | 1001001 | 11010 |
Color Harmonies of #72122C
Complementary color
Monochromatic Colors of #72122C
Black with #72122C
Text Example
Text Example
White with #72122C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72122C; }
p { color: rgb(114,18,44); }
H1.HeaderClassName
{
color: #72122C;
}
.AnyTagClassName
{
color: #72122C;
}
</style>
background-color css
<style>
a { background-color: #72122C; }
a { background-color: rgb(114,18,44); }
div.DivClassName
{
background-color: #72122C;
}
.BgClassName
{
background-color: #72122C;
}
</style>
border-color css
<style>
span { border-color: #72122C; }
span { border-color: rgb(114,18,44); }
td.TdClassName
{
border-color: #72122C;
}
.TagClassName
{
border-color: #72122C;
}
</style>