Shades of Claret #711D2E
Tints of Claret #711D2E
RGB
CMYK
RGB Variations
Color information
#711D2E (or 0x711D2E) is known color: Claret. HEX triplet: 71, 1D and 2E. RGB value is (113,29,46). Sum of RGB (Red+Green+Blue) = 113+29+46=188 (24% of max value = 765). Red value is 113 (44.53% from 255 or 60.11% from 188); Green value is 29 (11.72% from 255 or 15.43% from 188); Blue value is 46 (18.36% from 255 or 24.47% from 188); Max value from RGB is 113 - color contains mainly: red. Hex color #711D2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #711D2E is #8EE2D1. Grayscale: #383838. Windows color (decimal): -9364178 or 3022193. OLE color: 3022193.
HSL color Cylindrical-coordinate representation of color #711D2E: hue angle of 347.86º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #711D2E is Cyan = 0, Magento = 0.74, Yellow = 0.59 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 29 | 46 | - |
| CMYK | 0 | 0.74 | 0.59 | 0.56 |
| HSL | 347.86º | 0.59% | 0.28% | - |
| HSV(B) | 347.86º | 0.74% | 0.44% | - |
| XYZ | 7.74 | 4.59 | 3.06 | - |
| YUV | 56.05 | 122.33 | 168.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 29 | 46 | 0 | 0.74 | 0.59 | 0.56 | 347.86 | 0.59 | 0.28 |
| Hex | 71 | 1D | 2E | 0 | 4A | 3B | 38 | 15C | 3B | 1C |
| Octal | 161 | 35 | 56 | 0 | 112 | 73 | 70 | 534 | 73 | 34 |
| Binary | 1110001 | 11101 | 101110 | 0 | 1001010 | 111011 | 111000 | 101011100 | 111011 | 11100 |
Color Harmonies of #711D2E
Complementary color
Monochromatic Colors of #711D2E
Black with #711D2E
Text Example
Text Example
White with #711D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711D2E; }
p { color: rgb(113,29,46); }
H1.HeaderClassName
{
color: #711D2E;
}
.AnyTagClassName
{
color: #711D2E;
}
</style>
background-color css
<style>
a { background-color: #711D2E; }
a { background-color: rgb(113,29,46); }
div.DivClassName
{
background-color: #711D2E;
}
.BgClassName
{
background-color: #711D2E;
}
</style>
border-color css
<style>
span { border-color: #711D2E; }
span { border-color: rgb(113,29,46); }
td.TdClassName
{
border-color: #711D2E;
}
.TagClassName
{
border-color: #711D2E;
}
</style>