Shades of Claret #711B2F
Tints of Claret #711B2F
RGB
CMYK
RGB Variations
Color information
#711B2F (or 0x711B2F) is known color: Claret. HEX triplet: 71, 1B and 2F. RGB value is (113,27,47). Sum of RGB (Red+Green+Blue) = 113+27+47=187 (24% of max value = 765). Red value is 113 (44.53% from 255 or 60.43% from 187); Green value is 27 (10.94% from 255 or 14.44% from 187); Blue value is 47 (18.75% from 255 or 25.13% from 187); Max value from RGB is 113 - color contains mainly: red. Hex color #711B2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #711B2F is #8EE4D0. Grayscale: #373737. Windows color (decimal): -9364689 or 3087217. OLE color: 3087217.
HSL color Cylindrical-coordinate representation of color #711B2F: hue angle of 346.05º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #711B2F is Cyan = 0, Magento = 0.76, Yellow = 0.58 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 27 | 47 | - |
| CMYK | 0 | 0.76 | 0.58 | 0.56 |
| HSL | 346.05º | 0.61% | 0.27% | - |
| HSV(B) | 346.05º | 0.76% | 0.44% | - |
| XYZ | 7.72 | 4.5 | 3.15 | - |
| YUV | 54.99 | 123.49 | 169.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 27 | 47 | 0 | 0.76 | 0.58 | 0.56 | 346.05 | 0.61 | 0.27 |
| Hex | 71 | 1B | 2F | 0 | 4C | 3A | 38 | 15A | 3D | 1B |
| Octal | 161 | 33 | 57 | 0 | 114 | 72 | 70 | 532 | 75 | 33 |
| Binary | 1110001 | 11011 | 101111 | 0 | 1001100 | 111010 | 111000 | 101011010 | 111101 | 11011 |
Color Harmonies of #711B2F
Complementary color
Monochromatic Colors of #711B2F
Black with #711B2F
Text Example
Text Example
White with #711B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711B2F; }
p { color: rgb(113,27,47); }
H1.HeaderClassName
{
color: #711B2F;
}
.AnyTagClassName
{
color: #711B2F;
}
</style>
background-color css
<style>
a { background-color: #711B2F; }
a { background-color: rgb(113,27,47); }
div.DivClassName
{
background-color: #711B2F;
}
.BgClassName
{
background-color: #711B2F;
}
</style>
border-color css
<style>
span { border-color: #711B2F; }
span { border-color: rgb(113,27,47); }
td.TdClassName
{
border-color: #711B2F;
}
.TagClassName
{
border-color: #711B2F;
}
</style>