Shades of Claret #711737
Tints of Claret #711737
RGB
CMYK
RGB Variations
Color information
#711737 (or 0x711737) is known color: Claret. HEX triplet: 71, 17 and 37. RGB value is (113,23,55). Sum of RGB (Red+Green+Blue) = 113+23+55=191 (25% of max value = 765). Red value is 113 (44.53% from 255 or 59.16% from 191); Green value is 23 (9.38% from 255 or 12.04% from 191); Blue value is 55 (21.88% from 255 or 28.80% from 191); Max value from RGB is 113 - color contains mainly: red. Hex color #711737 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #711737 is #8EE8C8. Grayscale: #353535. Windows color (decimal): -9365705 or 3610481. OLE color: 3610481.
HSL color Cylindrical-coordinate representation of color #711737: hue angle of 338.67º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #711737 is Cyan = 0, Magento = 0.80, Yellow = 0.51 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 23 | 55 | - |
| CMYK | 0 | 0.80 | 0.51 | 0.56 |
| HSL | 338.67º | 0.66% | 0.27% | - |
| HSV(B) | 338.67º | 0.8% | 0.44% | - |
| XYZ | 7.81 | 4.4 | 4.05 | - |
| YUV | 53.56 | 128.82 | 170.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 23 | 55 | 0 | 0.80 | 0.51 | 0.56 | 338.67 | 0.66 | 0.27 |
| Hex | 71 | 17 | 37 | 0 | 50 | 33 | 38 | 153 | 42 | 1B |
| Octal | 161 | 27 | 67 | 0 | 120 | 63 | 70 | 523 | 102 | 33 |
| Binary | 1110001 | 10111 | 110111 | 0 | 1010000 | 110011 | 111000 | 101010011 | 1000010 | 11011 |
Color Harmonies of #711737
Complementary color
Monochromatic Colors of #711737
Black with #711737
Text Example
Text Example
White with #711737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711737; }
p { color: rgb(113,23,55); }
H1.HeaderClassName
{
color: #711737;
}
.AnyTagClassName
{
color: #711737;
}
</style>
background-color css
<style>
a { background-color: #711737; }
a { background-color: rgb(113,23,55); }
div.DivClassName
{
background-color: #711737;
}
.BgClassName
{
background-color: #711737;
}
</style>
border-color css
<style>
span { border-color: #711737; }
span { border-color: rgb(113,23,55); }
td.TdClassName
{
border-color: #711737;
}
.TagClassName
{
border-color: #711737;
}
</style>