Shades of Claret #711E2E
Tints of Claret #711E2E
RGB
CMYK
RGB Variations
Color information
#711E2E (or 0x711E2E) is known color: Claret. HEX triplet: 71, 1E and 2E. RGB value is (113,30,46). Sum of RGB (Red+Green+Blue) = 113+30+46=189 (25% of max value = 765). Red value is 113 (44.53% from 255 or 59.79% from 189); Green value is 30 (12.11% from 255 or 15.87% from 189); Blue value is 46 (18.36% from 255 or 24.34% from 189); Max value from RGB is 113 - color contains mainly: red. Hex color #711E2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #711E2E is #8EE1D1. Grayscale: #383838. Windows color (decimal): -9363922 or 3022449. OLE color: 3022449.
HSL color Cylindrical-coordinate representation of color #711E2E: hue angle of 348.43º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #711E2E is Cyan = 0, Magento = 0.73, Yellow = 0.59 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 30 | 46 | - |
| CMYK | 0 | 0.73 | 0.59 | 0.56 |
| HSL | 348.43º | 0.58% | 0.28% | - |
| HSV(B) | 348.43º | 0.73% | 0.44% | - |
| XYZ | 7.77 | 4.64 | 3.07 | - |
| YUV | 56.64 | 122 | 168.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 30 | 46 | 0 | 0.73 | 0.59 | 0.56 | 348.43 | 0.58 | 0.28 |
| Hex | 71 | 1E | 2E | 0 | 49 | 3B | 38 | 15C | 3A | 1C |
| Octal | 161 | 36 | 56 | 0 | 111 | 73 | 70 | 534 | 72 | 34 |
| Binary | 1110001 | 11110 | 101110 | 0 | 1001001 | 111011 | 111000 | 101011100 | 111010 | 11100 |
Color Harmonies of #711E2E
Complementary color
Monochromatic Colors of #711E2E
Black with #711E2E
Text Example
Text Example
White with #711E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711E2E; }
p { color: rgb(113,30,46); }
H1.HeaderClassName
{
color: #711E2E;
}
.AnyTagClassName
{
color: #711E2E;
}
</style>
background-color css
<style>
a { background-color: #711E2E; }
a { background-color: rgb(113,30,46); }
div.DivClassName
{
background-color: #711E2E;
}
.BgClassName
{
background-color: #711E2E;
}
</style>
border-color css
<style>
span { border-color: #711E2E; }
span { border-color: rgb(113,30,46); }
td.TdClassName
{
border-color: #711E2E;
}
.TagClassName
{
border-color: #711E2E;
}
</style>