Shades of Claret #72112D
Tints of Claret #72112D
RGB
CMYK
RGB Variations
Color information
#72112D (or 0x72112D) is known color: Claret. HEX triplet: 72, 11 and 2D. RGB value is (114,17,45). Sum of RGB (Red+Green+Blue) = 114+17+45=176 (23% of max value = 765). Red value is 114 (44.92% from 255 or 64.77% from 176); Green value is 17 (7.03% from 255 or 9.66% from 176); Blue value is 45 (17.97% from 255 or 25.57% from 176); Max value from RGB is 114 - color contains mainly: red. Hex color #72112D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72112D is #8DEED2. Grayscale: #313131. Windows color (decimal): -9301715 or 2953586. OLE color: 2953586.
HSL color Cylindrical-coordinate representation of color #72112D: hue angle of 342.68º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #72112D is Cyan = 0, Magento = 0.85, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 17 | 45 | - |
| CMYK | 0 | 0.85 | 0.61 | 0.55 |
| HSL | 342.68º | 0.74% | 0.26% | - |
| HSV(B) | 342.68º | 0.85% | 0.45% | - |
| XYZ | 7.61 | 4.17 | 2.89 | - |
| YUV | 49.2 | 125.64 | 174.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 17 | 45 | 0 | 0.85 | 0.61 | 0.55 | 342.68 | 0.74 | 0.26 |
| Hex | 72 | 11 | 2D | 0 | 55 | 3D | 37 | 157 | 4A | 1A |
| Octal | 162 | 21 | 55 | 0 | 125 | 75 | 67 | 527 | 112 | 32 |
| Binary | 1110010 | 10001 | 101101 | 0 | 1010101 | 111101 | 110111 | 101010111 | 1001010 | 11010 |
Color Harmonies of #72112D
Complementary color
Monochromatic Colors of #72112D
Black with #72112D
Text Example
Text Example
White with #72112D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72112D; }
p { color: rgb(114,17,45); }
H1.HeaderClassName
{
color: #72112D;
}
.AnyTagClassName
{
color: #72112D;
}
</style>
background-color css
<style>
a { background-color: #72112D; }
a { background-color: rgb(114,17,45); }
div.DivClassName
{
background-color: #72112D;
}
.BgClassName
{
background-color: #72112D;
}
</style>
border-color css
<style>
span { border-color: #72112D; }
span { border-color: rgb(114,17,45); }
td.TdClassName
{
border-color: #72112D;
}
.TagClassName
{
border-color: #72112D;
}
</style>