Shades of Claret #711130
Tints of Claret #711130
RGB
CMYK
RGB Variations
Color information
#711130 (or 0x711130) is known color: Claret. HEX triplet: 71, 11 and 30. RGB value is (113,17,48). Sum of RGB (Red+Green+Blue) = 113+17+48=178 (23% of max value = 765). Red value is 113 (44.53% from 255 or 63.48% from 178); Green value is 17 (7.03% from 255 or 9.55% from 178); Blue value is 48 (19.14% from 255 or 26.97% from 178); Max value from RGB is 113 - color contains mainly: red. Hex color #711130 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #711130 is #8EEECF. Grayscale: #313131. Windows color (decimal): -9367248 or 3150193. OLE color: 3150193.
HSL color Cylindrical-coordinate representation of color #711130: hue angle of 340.62º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #711130 is Cyan = 0, Magento = 0.85, Yellow = 0.58 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 17 | 48 | - |
| CMYK | 0 | 0.85 | 0.58 | 0.56 |
| HSL | 340.63º | 0.74% | 0.25% | - |
| HSV(B) | 340.63º | 0.85% | 0.44% | - |
| XYZ | 7.54 | 4.13 | 3.19 | - |
| YUV | 49.24 | 127.3 | 173.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 17 | 48 | 0 | 0.85 | 0.58 | 0.56 | 340.63 | 0.74 | 0.25 |
| Hex | 71 | 11 | 30 | 0 | 55 | 3A | 38 | 155 | 4A | 19 |
| Octal | 161 | 21 | 60 | 0 | 125 | 72 | 70 | 525 | 112 | 31 |
| Binary | 1110001 | 10001 | 110000 | 0 | 1010101 | 111010 | 111000 | 101010101 | 1001010 | 11001 |
Color Harmonies of #711130
Complementary color
Monochromatic Colors of #711130
Black with #711130
Text Example
Text Example
White with #711130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711130; }
p { color: rgb(113,17,48); }
H1.HeaderClassName
{
color: #711130;
}
.AnyTagClassName
{
color: #711130;
}
</style>
background-color css
<style>
a { background-color: #711130; }
a { background-color: rgb(113,17,48); }
div.DivClassName
{
background-color: #711130;
}
.BgClassName
{
background-color: #711130;
}
</style>
border-color css
<style>
span { border-color: #711130; }
span { border-color: rgb(113,17,48); }
td.TdClassName
{
border-color: #711130;
}
.TagClassName
{
border-color: #711130;
}
</style>