Shades of Claret #711932
Tints of Claret #711932
RGB
CMYK
RGB Variations
Color information
#711932 (or 0x711932) is known color: Claret. HEX triplet: 71, 19 and 32. RGB value is (113,25,50). Sum of RGB (Red+Green+Blue) = 113+25+50=188 (24% of max value = 765). Red value is 113 (44.53% from 255 or 60.11% from 188); Green value is 25 (10.16% from 255 or 13.30% from 188); Blue value is 50 (19.92% from 255 or 26.60% from 188); Max value from RGB is 113 - color contains mainly: red. Hex color #711932 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #711932 is #8EE6CD. Grayscale: #363636. Windows color (decimal): -9365198 or 3283313. OLE color: 3283313.
HSL color Cylindrical-coordinate representation of color #711932: hue angle of 342.95º 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 #711932 is Cyan = 0, Magento = 0.78, Yellow = 0.56 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 25 | 50 | - |
| CMYK | 0 | 0.78 | 0.56 | 0.56 |
| HSL | 342.95º | 0.64% | 0.27% | - |
| HSV(B) | 342.95º | 0.78% | 0.44% | - |
| XYZ | 7.73 | 4.44 | 3.47 | - |
| YUV | 54.16 | 125.65 | 169.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 25 | 50 | 0 | 0.78 | 0.56 | 0.56 | 342.95 | 0.64 | 0.27 |
| Hex | 71 | 19 | 32 | 0 | 4E | 38 | 38 | 157 | 40 | 1B |
| Octal | 161 | 31 | 62 | 0 | 116 | 70 | 70 | 527 | 100 | 33 |
| Binary | 1110001 | 11001 | 110010 | 0 | 1001110 | 111000 | 111000 | 101010111 | 1000000 | 11011 |
Color Harmonies of #711932
Complementary color
Monochromatic Colors of #711932
Black with #711932
Text Example
Text Example
White with #711932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711932; }
p { color: rgb(113,25,50); }
H1.HeaderClassName
{
color: #711932;
}
.AnyTagClassName
{
color: #711932;
}
</style>
background-color css
<style>
a { background-color: #711932; }
a { background-color: rgb(113,25,50); }
div.DivClassName
{
background-color: #711932;
}
.BgClassName
{
background-color: #711932;
}
</style>
border-color css
<style>
span { border-color: #711932; }
span { border-color: rgb(113,25,50); }
td.TdClassName
{
border-color: #711932;
}
.TagClassName
{
border-color: #711932;
}
</style>