Shades of Claret #72102C
Tints of Claret #72102C
RGB
CMYK
RGB Variations
Color information
#72102C (or 0x72102C) is known color: Claret. HEX triplet: 72, 10 and 2C. RGB value is (114,16,44). Sum of RGB (Red+Green+Blue) = 114+16+44=174 (23% of max value = 765). Red value is 114 (44.92% from 255 or 65.52% from 174); Green value is 16 (6.64% from 255 or 9.20% from 174); Blue value is 44 (17.58% from 255 or 25.29% from 174); Max value from RGB is 114 - color contains mainly: red. Hex color #72102C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72102C is #8DEFD3. Grayscale: #303030. Windows color (decimal): -9301972 or 2887794. OLE color: 2887794.
HSL color Cylindrical-coordinate representation of color #72102C: hue angle of 342.86º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #72102C is Cyan = 0, Magento = 0.86, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 16 | 44 | - |
| CMYK | 0 | 0.86 | 0.61 | 0.55 |
| HSL | 342.86º | 0.75% | 0.25% | - |
| HSV(B) | 342.86º | 0.86% | 0.45% | - |
| XYZ | 7.58 | 4.13 | 2.78 | - |
| YUV | 48.49 | 125.47 | 174.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 16 | 44 | 0 | 0.86 | 0.61 | 0.55 | 342.86 | 0.75 | 0.25 |
| Hex | 72 | 10 | 2C | 0 | 56 | 3D | 37 | 157 | 4B | 19 |
| Octal | 162 | 20 | 54 | 0 | 126 | 75 | 67 | 527 | 113 | 31 |
| Binary | 1110010 | 10000 | 101100 | 0 | 1010110 | 111101 | 110111 | 101010111 | 1001011 | 11001 |
Color Harmonies of #72102C
Complementary color
Monochromatic Colors of #72102C
Black with #72102C
Text Example
Text Example
White with #72102C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72102C; }
p { color: rgb(114,16,44); }
H1.HeaderClassName
{
color: #72102C;
}
.AnyTagClassName
{
color: #72102C;
}
</style>
background-color css
<style>
a { background-color: #72102C; }
a { background-color: rgb(114,16,44); }
div.DivClassName
{
background-color: #72102C;
}
.BgClassName
{
background-color: #72102C;
}
</style>
border-color css
<style>
span { border-color: #72102C; }
span { border-color: rgb(114,16,44); }
td.TdClassName
{
border-color: #72102C;
}
.TagClassName
{
border-color: #72102C;
}
</style>