Shades of Claret #711931
Tints of Claret #711931
RGB
CMYK
RGB Variations
Color information
#711931 (or 0x711931) is known color: Claret. HEX triplet: 71, 19 and 31. RGB value is (113,25,49). Sum of RGB (Red+Green+Blue) = 113+25+49=187 (24% of max value = 765). Red value is 113 (44.53% from 255 or 60.43% from 187); Green value is 25 (10.16% from 255 or 13.37% from 187); Blue value is 49 (19.53% from 255 or 26.20% from 187); Max value from RGB is 113 - color contains mainly: red. Hex color #711931 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #711931 is #8EE6CE. Grayscale: #363636. Windows color (decimal): -9365199 or 3217777. OLE color: 3217777.
HSL color Cylindrical-coordinate representation of color #711931: hue angle of 343.64º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #711931 is Cyan = 0, Magento = 0.78, Yellow = 0.57 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 25 | 49 | - |
| CMYK | 0 | 0.78 | 0.57 | 0.56 |
| HSL | 343.64º | 0.64% | 0.27% | - |
| HSV(B) | 343.64º | 0.78% | 0.44% | - |
| XYZ | 7.71 | 4.43 | 3.35 | - |
| YUV | 54.05 | 125.15 | 170.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 25 | 49 | 0 | 0.78 | 0.57 | 0.56 | 343.64 | 0.64 | 0.27 |
| Hex | 71 | 19 | 31 | 0 | 4E | 39 | 38 | 158 | 40 | 1B |
| Octal | 161 | 31 | 61 | 0 | 116 | 71 | 70 | 530 | 100 | 33 |
| Binary | 1110001 | 11001 | 110001 | 0 | 1001110 | 111001 | 111000 | 101011000 | 1000000 | 11011 |
Color Harmonies of #711931
Complementary color
Monochromatic Colors of #711931
Black with #711931
Text Example
Text Example
White with #711931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711931; }
p { color: rgb(113,25,49); }
H1.HeaderClassName
{
color: #711931;
}
.AnyTagClassName
{
color: #711931;
}
</style>
background-color css
<style>
a { background-color: #711931; }
a { background-color: rgb(113,25,49); }
div.DivClassName
{
background-color: #711931;
}
.BgClassName
{
background-color: #711931;
}
</style>
border-color css
<style>
span { border-color: #711931; }
span { border-color: rgb(113,25,49); }
td.TdClassName
{
border-color: #711931;
}
.TagClassName
{
border-color: #711931;
}
</style>