Shades of Claret #71122C
Tints of Claret #71122C
RGB
CMYK
RGB Variations
Color information
#71122C (or 0x71122C) is known color: Claret. HEX triplet: 71, 12 and 2C. RGB value is (113,18,44). Sum of RGB (Red+Green+Blue) = 113+18+44=175 (23% of max value = 765). Red value is 113 (44.53% from 255 or 64.57% from 175); Green value is 18 (7.42% from 255 or 10.29% from 175); Blue value is 44 (17.58% from 255 or 25.14% from 175); Max value from RGB is 113 - color contains mainly: red. Hex color #71122C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71122C is #8EEDD3. Grayscale: #313131. Windows color (decimal): -9366996 or 2888305. OLE color: 2888305.
HSL color Cylindrical-coordinate representation of color #71122C: hue angle of 343.58º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #71122C is Cyan = 0, Magento = 0.84, Yellow = 0.61 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 18 | 44 | - |
| CMYK | 0 | 0.84 | 0.61 | 0.56 |
| HSL | 343.58º | 0.73% | 0.26% | - |
| HSV(B) | 343.58º | 0.84% | 0.44% | - |
| XYZ | 7.48 | 4.13 | 2.78 | - |
| YUV | 49.37 | 124.97 | 173.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 18 | 44 | 0 | 0.84 | 0.61 | 0.56 | 343.58 | 0.73 | 0.26 |
| Hex | 71 | 12 | 2C | 0 | 54 | 3D | 38 | 158 | 49 | 1A |
| Octal | 161 | 22 | 54 | 0 | 124 | 75 | 70 | 530 | 111 | 32 |
| Binary | 1110001 | 10010 | 101100 | 0 | 1010100 | 111101 | 111000 | 101011000 | 1001001 | 11010 |
Color Harmonies of #71122C
Complementary color
Monochromatic Colors of #71122C
Black with #71122C
Text Example
Text Example
White with #71122C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71122C; }
p { color: rgb(113,18,44); }
H1.HeaderClassName
{
color: #71122C;
}
.AnyTagClassName
{
color: #71122C;
}
</style>
background-color css
<style>
a { background-color: #71122C; }
a { background-color: rgb(113,18,44); }
div.DivClassName
{
background-color: #71122C;
}
.BgClassName
{
background-color: #71122C;
}
</style>
border-color css
<style>
span { border-color: #71122C; }
span { border-color: rgb(113,18,44); }
td.TdClassName
{
border-color: #71122C;
}
.TagClassName
{
border-color: #71122C;
}
</style>