Shades of Claret #712139
Tints of Claret #712139
RGB
CMYK
RGB Variations
Color information
#712139 (or 0x712139) is known color: Claret. HEX triplet: 71, 21 and 39. RGB value is (113,33,57). Sum of RGB (Red+Green+Blue) = 113+33+57=203 (26% of max value = 765). Red value is 113 (44.53% from 255 or 55.67% from 203); Green value is 33 (13.28% from 255 or 16.26% from 203); Blue value is 57 (22.66% from 255 or 28.08% from 203); Max value from RGB is 113 - color contains mainly: red. Hex color #712139 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712139 is #8EDEC6. Grayscale: #3B3B3B. Windows color (decimal): -9363143 or 3744113. OLE color: 3744113.
HSL color Cylindrical-coordinate representation of color #712139: hue angle of 342º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #712139 is Cyan = 0, Magento = 0.71, Yellow = 0.50 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 33 | 57 | - |
| CMYK | 0 | 0.71 | 0.50 | 0.56 |
| HSL | 342º | 0.55% | 0.29% | - |
| HSV(B) | 342º | 0.71% | 0.44% | - |
| XYZ | 8.09 | 4.89 | 4.39 | - |
| YUV | 59.66 | 126.5 | 166.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 33 | 57 | 0 | 0.71 | 0.50 | 0.56 | 342 | 0.55 | 0.29 |
| Hex | 71 | 21 | 39 | 0 | 47 | 32 | 38 | 156 | 37 | 1D |
| Octal | 161 | 41 | 71 | 0 | 107 | 62 | 70 | 526 | 67 | 35 |
| Binary | 1110001 | 100001 | 111001 | 0 | 1000111 | 110010 | 111000 | 101010110 | 110111 | 11101 |
Color Harmonies of #712139
Complementary color
Monochromatic Colors of #712139
Black with #712139
Text Example
Text Example
White with #712139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712139; }
p { color: rgb(113,33,57); }
H1.HeaderClassName
{
color: #712139;
}
.AnyTagClassName
{
color: #712139;
}
</style>
background-color css
<style>
a { background-color: #712139; }
a { background-color: rgb(113,33,57); }
div.DivClassName
{
background-color: #712139;
}
.BgClassName
{
background-color: #712139;
}
</style>
border-color css
<style>
span { border-color: #712139; }
span { border-color: rgb(113,33,57); }
td.TdClassName
{
border-color: #712139;
}
.TagClassName
{
border-color: #712139;
}
</style>