Shades of Claret #711D3A
Tints of Claret #711D3A
RGB
CMYK
RGB Variations
Color information
#711D3A (or 0x711D3A) is known color: Claret. HEX triplet: 71, 1D and 3A. RGB value is (113,29,58). Sum of RGB (Red+Green+Blue) = 113+29+58=200 (26% of max value = 765). Red value is 113 (44.53% from 255 or 56.5% from 200); Green value is 29 (11.72% from 255 or 14.5% from 200); Blue value is 58 (23.05% from 255 or 29% from 200); Max value from RGB is 113 - color contains mainly: red. Hex color #711D3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #711D3A is #8EE2C5. Grayscale: #393939. Windows color (decimal): -9364166 or 3808625. OLE color: 3808625.
HSL color Cylindrical-coordinate representation of color #711D3A: hue angle of 339.29º 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 #711D3A is Cyan = 0, Magento = 0.74, Yellow = 0.49 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 29 | 58 | - |
| CMYK | 0 | 0.74 | 0.49 | 0.56 |
| HSL | 339.29º | 0.59% | 0.28% | - |
| HSV(B) | 339.29º | 0.74% | 0.44% | - |
| XYZ | 8.01 | 4.69 | 4.49 | - |
| YUV | 57.42 | 128.33 | 167.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 29 | 58 | 0 | 0.74 | 0.49 | 0.56 | 339.29 | 0.59 | 0.28 |
| Hex | 71 | 1D | 3A | 0 | 4A | 31 | 38 | 153 | 3B | 1C |
| Octal | 161 | 35 | 72 | 0 | 112 | 61 | 70 | 523 | 73 | 34 |
| Binary | 1110001 | 11101 | 111010 | 0 | 1001010 | 110001 | 111000 | 101010011 | 111011 | 11100 |
Color Harmonies of #711D3A
Complementary color
Monochromatic Colors of #711D3A
Black with #711D3A
Text Example
Text Example
White with #711D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711D3A; }
p { color: rgb(113,29,58); }
H1.HeaderClassName
{
color: #711D3A;
}
.AnyTagClassName
{
color: #711D3A;
}
</style>
background-color css
<style>
a { background-color: #711D3A; }
a { background-color: rgb(113,29,58); }
div.DivClassName
{
background-color: #711D3A;
}
.BgClassName
{
background-color: #711D3A;
}
</style>
border-color css
<style>
span { border-color: #711D3A; }
span { border-color: rgb(113,29,58); }
td.TdClassName
{
border-color: #711D3A;
}
.TagClassName
{
border-color: #711D3A;
}
</style>