Shades of Claret #711432
Tints of Claret #711432
RGB
CMYK
RGB Variations
Color information
#711432 (or 0x711432) is known color: Claret. HEX triplet: 71, 14 and 32. RGB value is (113,20,50). Sum of RGB (Red+Green+Blue) = 113+20+50=183 (24% of max value = 765). Red value is 113 (44.53% from 255 or 61.75% from 183); Green value is 20 (8.20% from 255 or 10.93% from 183); Blue value is 50 (19.92% from 255 or 27.32% from 183); Max value from RGB is 113 - color contains mainly: red. Hex color #711432 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #711432 is #8EEBCD. Grayscale: #333333. Windows color (decimal): -9366478 or 3282033. OLE color: 3282033.
HSL color Cylindrical-coordinate representation of color #711432: hue angle of 340.65º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #711432 is Cyan = 0, Magento = 0.82, Yellow = 0.56 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 20 | 50 | - |
| CMYK | 0 | 0.82 | 0.56 | 0.56 |
| HSL | 340.65º | 0.7% | 0.26% | - |
| HSV(B) | 340.65º | 0.82% | 0.44% | - |
| XYZ | 7.64 | 4.24 | 3.43 | - |
| YUV | 51.23 | 127.31 | 172.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 20 | 50 | 0 | 0.82 | 0.56 | 0.56 | 340.65 | 0.7 | 0.26 |
| Hex | 71 | 14 | 32 | 0 | 52 | 38 | 38 | 155 | 46 | 1A |
| Octal | 161 | 24 | 62 | 0 | 122 | 70 | 70 | 525 | 106 | 32 |
| Binary | 1110001 | 10100 | 110010 | 0 | 1010010 | 111000 | 111000 | 101010101 | 1000110 | 11010 |
Color Harmonies of #711432
Complementary color
Monochromatic Colors of #711432
Black with #711432
Text Example
Text Example
White with #711432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711432; }
p { color: rgb(113,20,50); }
H1.HeaderClassName
{
color: #711432;
}
.AnyTagClassName
{
color: #711432;
}
</style>
background-color css
<style>
a { background-color: #711432; }
a { background-color: rgb(113,20,50); }
div.DivClassName
{
background-color: #711432;
}
.BgClassName
{
background-color: #711432;
}
</style>
border-color css
<style>
span { border-color: #711432; }
span { border-color: rgb(113,20,50); }
td.TdClassName
{
border-color: #711432;
}
.TagClassName
{
border-color: #711432;
}
</style>