Shades of Claret #711D31
Tints of Claret #711D31
RGB
CMYK
RGB Variations
Color information
#711D31 (or 0x711D31) is known color: Claret. HEX triplet: 71, 1D and 31. RGB value is (113,29,49). Sum of RGB (Red+Green+Blue) = 113+29+49=191 (25% of max value = 765). Red value is 113 (44.53% from 255 or 59.16% from 191); Green value is 29 (11.72% from 255 or 15.18% from 191); Blue value is 49 (19.53% from 255 or 25.65% from 191); Max value from RGB is 113 - color contains mainly: red. Hex color #711D31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #711D31 is #8EE2CE. Grayscale: #383838. Windows color (decimal): -9364175 or 3218801. OLE color: 3218801.
HSL color Cylindrical-coordinate representation of color #711D31: hue angle of 345.71º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #711D31 is Cyan = 0, Magento = 0.74, Yellow = 0.57 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 29 | 49 | - |
| CMYK | 0 | 0.74 | 0.57 | 0.56 |
| HSL | 345.71º | 0.59% | 0.28% | - |
| HSV(B) | 345.71º | 0.74% | 0.44% | - |
| XYZ | 7.8 | 4.61 | 3.38 | - |
| YUV | 56.4 | 123.83 | 168.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 29 | 49 | 0 | 0.74 | 0.57 | 0.56 | 345.71 | 0.59 | 0.28 |
| Hex | 71 | 1D | 31 | 0 | 4A | 39 | 38 | 15A | 3B | 1C |
| Octal | 161 | 35 | 61 | 0 | 112 | 71 | 70 | 532 | 73 | 34 |
| Binary | 1110001 | 11101 | 110001 | 0 | 1001010 | 111001 | 111000 | 101011010 | 111011 | 11100 |
Color Harmonies of #711D31
Complementary color
Monochromatic Colors of #711D31
Black with #711D31
Text Example
Text Example
White with #711D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711D31; }
p { color: rgb(113,29,49); }
H1.HeaderClassName
{
color: #711D31;
}
.AnyTagClassName
{
color: #711D31;
}
</style>
background-color css
<style>
a { background-color: #711D31; }
a { background-color: rgb(113,29,49); }
div.DivClassName
{
background-color: #711D31;
}
.BgClassName
{
background-color: #711D31;
}
</style>
border-color css
<style>
span { border-color: #711D31; }
span { border-color: rgb(113,29,49); }
td.TdClassName
{
border-color: #711D31;
}
.TagClassName
{
border-color: #711D31;
}
</style>