Shades of Claret #711C31
Tints of Claret #711C31
RGB
CMYK
RGB Variations
Color information
#711C31 (or 0x711C31) is known color: Claret. HEX triplet: 71, 1C and 31. RGB value is (113,28,49). Sum of RGB (Red+Green+Blue) = 113+28+49=190 (25% of max value = 765). Red value is 113 (44.53% from 255 or 59.47% from 190); Green value is 28 (11.33% from 255 or 14.74% from 190); Blue value is 49 (19.53% from 255 or 25.79% from 190); Max value from RGB is 113 - color contains mainly: red. Hex color #711C31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #711C31 is #8EE3CE. Grayscale: #373737. Windows color (decimal): -9364431 or 3218545. OLE color: 3218545.
HSL color Cylindrical-coordinate representation of color #711C31: hue angle of 345.18º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #711C31 is Cyan = 0, Magento = 0.75, Yellow = 0.57 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 28 | 49 | - |
| CMYK | 0 | 0.75 | 0.57 | 0.56 |
| HSL | 345.18º | 0.6% | 0.28% | - |
| HSV(B) | 345.18º | 0.75% | 0.44% | - |
| XYZ | 7.78 | 4.56 | 3.38 | - |
| YUV | 55.81 | 124.16 | 168.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 28 | 49 | 0 | 0.75 | 0.57 | 0.56 | 345.18 | 0.6 | 0.28 |
| Hex | 71 | 1C | 31 | 0 | 4B | 39 | 38 | 159 | 3C | 1C |
| Octal | 161 | 34 | 61 | 0 | 113 | 71 | 70 | 531 | 74 | 34 |
| Binary | 1110001 | 11100 | 110001 | 0 | 1001011 | 111001 | 111000 | 101011001 | 111100 | 11100 |
Color Harmonies of #711C31
Complementary color
Monochromatic Colors of #711C31
Black with #711C31
Text Example
Text Example
White with #711C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711C31; }
p { color: rgb(113,28,49); }
H1.HeaderClassName
{
color: #711C31;
}
.AnyTagClassName
{
color: #711C31;
}
</style>
background-color css
<style>
a { background-color: #711C31; }
a { background-color: rgb(113,28,49); }
div.DivClassName
{
background-color: #711C31;
}
.BgClassName
{
background-color: #711C31;
}
</style>
border-color css
<style>
span { border-color: #711C31; }
span { border-color: rgb(113,28,49); }
td.TdClassName
{
border-color: #711C31;
}
.TagClassName
{
border-color: #711C31;
}
</style>