Shades of Claret #710D2E
Tints of Claret #710D2E
RGB
CMYK
RGB Variations
Color information
#710D2E (or 0x710D2E) is known color: Claret. HEX triplet: 71, 0D and 2E. RGB value is (113,13,46). Sum of RGB (Red+Green+Blue) = 113+13+46=172 (22% of max value = 765). Red value is 113 (44.53% from 255 or 65.70% from 172); Green value is 13 (5.47% from 255 or 7.56% from 172); Blue value is 46 (18.36% from 255 or 26.74% from 172); Max value from RGB is 113 - color contains mainly: red. Hex color #710D2E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710D2E is #8EF2D1. Grayscale: #2E2E2E. Windows color (decimal): -9368274 or 3018097. OLE color: 3018097.
HSL color Cylindrical-coordinate representation of color #710D2E: hue angle of 340.2º 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 #710D2E is Cyan = 0, Magento = 0.88, Yellow = 0.59 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 13 | 46 | - |
| CMYK | 0 | 0.88 | 0.59 | 0.56 |
| HSL | 340.2º | 0.79% | 0.25% | - |
| HSV(B) | 340.2º | 0.88% | 0.44% | - |
| XYZ | 7.45 | 4 | 2.96 | - |
| YUV | 46.66 | 127.63 | 175.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 13 | 46 | 0 | 0.88 | 0.59 | 0.56 | 340.2 | 0.79 | 0.25 |
| Hex | 71 | D | 2E | 0 | 58 | 3B | 38 | 154 | 4F | 19 |
| Octal | 161 | 15 | 56 | 0 | 130 | 73 | 70 | 524 | 117 | 31 |
| Binary | 1110001 | 1101 | 101110 | 0 | 1011000 | 111011 | 111000 | 101010100 | 1001111 | 11001 |
Color Harmonies of #710D2E
Complementary color
Monochromatic Colors of #710D2E
Black with #710D2E
Text Example
Text Example
White with #710D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710D2E; }
p { color: rgb(113,13,46); }
H1.HeaderClassName
{
color: #710D2E;
}
.AnyTagClassName
{
color: #710D2E;
}
</style>
background-color css
<style>
a { background-color: #710D2E; }
a { background-color: rgb(113,13,46); }
div.DivClassName
{
background-color: #710D2E;
}
.BgClassName
{
background-color: #710D2E;
}
</style>
border-color css
<style>
span { border-color: #710D2E; }
span { border-color: rgb(113,13,46); }
td.TdClassName
{
border-color: #710D2E;
}
.TagClassName
{
border-color: #710D2E;
}
</style>