Shades of Claret #711635
Tints of Claret #711635
RGB
CMYK
RGB Variations
Color information
#711635 (or 0x711635) is known color: Claret. HEX triplet: 71, 16 and 35. RGB value is (113,22,53). Sum of RGB (Red+Green+Blue) = 113+22+53=188 (24% of max value = 765). Red value is 113 (44.53% from 255 or 60.11% from 188); Green value is 22 (8.98% from 255 or 11.70% from 188); Blue value is 53 (21.09% from 255 or 28.19% from 188); Max value from RGB is 113 - color contains mainly: red. Hex color #711635 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #711635 is #8EE9CA. Grayscale: #343434. Windows color (decimal): -9365963 or 3479153. OLE color: 3479153.
HSL color Cylindrical-coordinate representation of color #711635: hue angle of 339.56º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #711635 is Cyan = 0, Magento = 0.81, Yellow = 0.53 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 22 | 53 | - |
| CMYK | 0 | 0.81 | 0.53 | 0.56 |
| HSL | 339.56º | 0.67% | 0.26% | - |
| HSV(B) | 339.56º | 0.81% | 0.44% | - |
| XYZ | 7.74 | 4.34 | 3.8 | - |
| YUV | 52.74 | 128.15 | 170.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 22 | 53 | 0 | 0.81 | 0.53 | 0.56 | 339.56 | 0.67 | 0.26 |
| Hex | 71 | 16 | 35 | 0 | 51 | 35 | 38 | 154 | 43 | 1A |
| Octal | 161 | 26 | 65 | 0 | 121 | 65 | 70 | 524 | 103 | 32 |
| Binary | 1110001 | 10110 | 110101 | 0 | 1010001 | 110101 | 111000 | 101010100 | 1000011 | 11010 |
Color Harmonies of #711635
Complementary color
Monochromatic Colors of #711635
Black with #711635
Text Example
Text Example
White with #711635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711635; }
p { color: rgb(113,22,53); }
H1.HeaderClassName
{
color: #711635;
}
.AnyTagClassName
{
color: #711635;
}
</style>
background-color css
<style>
a { background-color: #711635; }
a { background-color: rgb(113,22,53); }
div.DivClassName
{
background-color: #711635;
}
.BgClassName
{
background-color: #711635;
}
</style>
border-color css
<style>
span { border-color: #711635; }
span { border-color: rgb(113,22,53); }
td.TdClassName
{
border-color: #711635;
}
.TagClassName
{
border-color: #711635;
}
</style>