Shades of Claret #711D38
Tints of Claret #711D38
RGB
CMYK
RGB Variations
Color information
#711D38 (or 0x711D38) is known color: Claret. HEX triplet: 71, 1D and 38. RGB value is (113,29,56). Sum of RGB (Red+Green+Blue) = 113+29+56=198 (26% of max value = 765). Red value is 113 (44.53% from 255 or 57.07% from 198); Green value is 29 (11.72% from 255 or 14.65% from 198); Blue value is 56 (22.27% from 255 or 28.28% from 198); Max value from RGB is 113 - color contains mainly: red. Hex color #711D38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #711D38 is #8EE2C7. Grayscale: #393939. Windows color (decimal): -9364168 or 3677553. OLE color: 3677553.
HSL color Cylindrical-coordinate representation of color #711D38: hue angle of 340.71º 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 #711D38 is Cyan = 0, Magento = 0.74, Yellow = 0.50 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 29 | 56 | - |
| CMYK | 0 | 0.74 | 0.50 | 0.56 |
| HSL | 340.71º | 0.59% | 0.28% | - |
| HSV(B) | 340.71º | 0.74% | 0.44% | - |
| XYZ | 7.96 | 4.67 | 4.22 | - |
| YUV | 57.19 | 127.33 | 167.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 29 | 56 | 0 | 0.74 | 0.50 | 0.56 | 340.71 | 0.59 | 0.28 |
| Hex | 71 | 1D | 38 | 0 | 4A | 32 | 38 | 155 | 3B | 1C |
| Octal | 161 | 35 | 70 | 0 | 112 | 62 | 70 | 525 | 73 | 34 |
| Binary | 1110001 | 11101 | 111000 | 0 | 1001010 | 110010 | 111000 | 101010101 | 111011 | 11100 |
Color Harmonies of #711D38
Complementary color
Monochromatic Colors of #711D38
Black with #711D38
Text Example
Text Example
White with #711D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711D38; }
p { color: rgb(113,29,56); }
H1.HeaderClassName
{
color: #711D38;
}
.AnyTagClassName
{
color: #711D38;
}
</style>
background-color css
<style>
a { background-color: #711D38; }
a { background-color: rgb(113,29,56); }
div.DivClassName
{
background-color: #711D38;
}
.BgClassName
{
background-color: #711D38;
}
</style>
border-color css
<style>
span { border-color: #711D38; }
span { border-color: rgb(113,29,56); }
td.TdClassName
{
border-color: #711D38;
}
.TagClassName
{
border-color: #711D38;
}
</style>