Shades of Claret #72142D
Tints of Claret #72142D
RGB
CMYK
RGB Variations
Color information
#72142D (or 0x72142D) is known color: Claret. HEX triplet: 72, 14 and 2D. RGB value is (114,20,45). Sum of RGB (Red+Green+Blue) = 114+20+45=179 (23% of max value = 765). Red value is 114 (44.92% from 255 or 63.69% from 179); Green value is 20 (8.20% from 255 or 11.17% from 179); Blue value is 45 (17.97% from 255 or 25.14% from 179); Max value from RGB is 114 - color contains mainly: red. Hex color #72142D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72142D is #8DEBD2. Grayscale: #323232. Windows color (decimal): -9300947 or 2954354. OLE color: 2954354.
HSL color Cylindrical-coordinate representation of color #72142D: hue angle of 344.04º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #72142D is Cyan = 0, Magento = 0.82, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 20 | 45 | - |
| CMYK | 0 | 0.82 | 0.61 | 0.55 |
| HSL | 344.04º | 0.7% | 0.26% | - |
| HSV(B) | 344.04º | 0.82% | 0.45% | - |
| XYZ | 7.66 | 4.27 | 2.9 | - |
| YUV | 50.96 | 124.64 | 172.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 20 | 45 | 0 | 0.82 | 0.61 | 0.55 | 344.04 | 0.7 | 0.26 |
| Hex | 72 | 14 | 2D | 0 | 52 | 3D | 37 | 158 | 46 | 1A |
| Octal | 162 | 24 | 55 | 0 | 122 | 75 | 67 | 530 | 106 | 32 |
| Binary | 1110010 | 10100 | 101101 | 0 | 1010010 | 111101 | 110111 | 101011000 | 1000110 | 11010 |
Color Harmonies of #72142D
Complementary color
Monochromatic Colors of #72142D
Black with #72142D
Text Example
Text Example
White with #72142D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72142D; }
p { color: rgb(114,20,45); }
H1.HeaderClassName
{
color: #72142D;
}
.AnyTagClassName
{
color: #72142D;
}
</style>
background-color css
<style>
a { background-color: #72142D; }
a { background-color: rgb(114,20,45); }
div.DivClassName
{
background-color: #72142D;
}
.BgClassName
{
background-color: #72142D;
}
</style>
border-color css
<style>
span { border-color: #72142D; }
span { border-color: rgb(114,20,45); }
td.TdClassName
{
border-color: #72142D;
}
.TagClassName
{
border-color: #72142D;
}
</style>