Shades of Claret #711636
Tints of Claret #711636
RGB
CMYK
RGB Variations
Color information
#711636 (or 0x711636) is known color: Claret. HEX triplet: 71, 16 and 36. RGB value is (113,22,54). Sum of RGB (Red+Green+Blue) = 113+22+54=189 (25% of max value = 765). Red value is 113 (44.53% from 255 or 59.79% from 189); Green value is 22 (8.98% from 255 or 11.64% from 189); Blue value is 54 (21.48% from 255 or 28.57% from 189); Max value from RGB is 113 - color contains mainly: red. Hex color #711636 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #711636 is #8EE9C9. Grayscale: #343434. Windows color (decimal): -9365962 or 3544689. OLE color: 3544689.
HSL color Cylindrical-coordinate representation of color #711636: hue angle of 338.9º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #711636 is Cyan = 0, Magento = 0.81, Yellow = 0.52 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 22 | 54 | - |
| CMYK | 0 | 0.81 | 0.52 | 0.56 |
| HSL | 338.9º | 0.67% | 0.26% | - |
| HSV(B) | 338.9º | 0.81% | 0.44% | - |
| XYZ | 7.76 | 4.35 | 3.92 | - |
| YUV | 52.86 | 128.65 | 170.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 22 | 54 | 0 | 0.81 | 0.52 | 0.56 | 338.9 | 0.67 | 0.26 |
| Hex | 71 | 16 | 36 | 0 | 51 | 34 | 38 | 153 | 43 | 1A |
| Octal | 161 | 26 | 66 | 0 | 121 | 64 | 70 | 523 | 103 | 32 |
| Binary | 1110001 | 10110 | 110110 | 0 | 1010001 | 110100 | 111000 | 101010011 | 1000011 | 11010 |
Color Harmonies of #711636
Complementary color
Monochromatic Colors of #711636
Black with #711636
Text Example
Text Example
White with #711636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711636; }
p { color: rgb(113,22,54); }
H1.HeaderClassName
{
color: #711636;
}
.AnyTagClassName
{
color: #711636;
}
</style>
background-color css
<style>
a { background-color: #711636; }
a { background-color: rgb(113,22,54); }
div.DivClassName
{
background-color: #711636;
}
.BgClassName
{
background-color: #711636;
}
</style>
border-color css
<style>
span { border-color: #711636; }
span { border-color: rgb(113,22,54); }
td.TdClassName
{
border-color: #711636;
}
.TagClassName
{
border-color: #711636;
}
</style>