Shades of Claret #710D31
Tints of Claret #710D31
RGB
CMYK
RGB Variations
Color information
#710D31 (or 0x710D31) is known color: Claret. HEX triplet: 71, 0D and 31. RGB value is (113,13,49). Sum of RGB (Red+Green+Blue) = 113+13+49=175 (23% of max value = 765). Red value is 113 (44.53% from 255 or 64.57% from 175); Green value is 13 (5.47% from 255 or 7.43% from 175); Blue value is 49 (19.53% from 255 or 28% from 175); Max value from RGB is 113 - color contains mainly: red. Hex color #710D31 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710D31 is #8EF2CE. Grayscale: #2E2E2E. Windows color (decimal): -9368271 or 3214705. OLE color: 3214705.
HSL color Cylindrical-coordinate representation of color #710D31: hue angle of 338.4º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #710D31 is Cyan = 0, Magento = 0.88, Yellow = 0.57 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 13 | 49 | - |
| CMYK | 0 | 0.88 | 0.57 | 0.56 |
| HSL | 338.4º | 0.79% | 0.25% | - |
| HSV(B) | 338.4º | 0.88% | 0.44% | - |
| XYZ | 7.51 | 4.02 | 3.29 | - |
| YUV | 47 | 129.13 | 175.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 13 | 49 | 0 | 0.88 | 0.57 | 0.56 | 338.4 | 0.79 | 0.25 |
| Hex | 71 | D | 31 | 0 | 58 | 39 | 38 | 152 | 4F | 19 |
| Octal | 161 | 15 | 61 | 0 | 130 | 71 | 70 | 522 | 117 | 31 |
| Binary | 1110001 | 1101 | 110001 | 0 | 1011000 | 111001 | 111000 | 101010010 | 1001111 | 11001 |
Color Harmonies of #710D31
Complementary color
Monochromatic Colors of #710D31
Black with #710D31
Text Example
Text Example
White with #710D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710D31; }
p { color: rgb(113,13,49); }
H1.HeaderClassName
{
color: #710D31;
}
.AnyTagClassName
{
color: #710D31;
}
</style>
background-color css
<style>
a { background-color: #710D31; }
a { background-color: rgb(113,13,49); }
div.DivClassName
{
background-color: #710D31;
}
.BgClassName
{
background-color: #710D31;
}
</style>
border-color css
<style>
span { border-color: #710D31; }
span { border-color: rgb(113,13,49); }
td.TdClassName
{
border-color: #710D31;
}
.TagClassName
{
border-color: #710D31;
}
</style>