Shades of Claret #712637
Tints of Claret #712637
RGB
CMYK
RGB Variations
Color information
#712637 (or 0x712637) is known color: Claret. HEX triplet: 71, 26 and 37. RGB value is (113,38,55). Sum of RGB (Red+Green+Blue) = 113+38+55=206 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.85% from 206); Green value is 38 (15.23% from 255 or 18.45% from 206); Blue value is 55 (21.88% from 255 or 26.70% from 206); Max value from RGB is 113 - color contains mainly: red. Hex color #712637 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712637 is #8ED9C8. Grayscale: #3E3E3E. Windows color (decimal): -9361865 or 3614321. OLE color: 3614321.
HSL color Cylindrical-coordinate representation of color #712637: hue angle of 346.4º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #712637 is Cyan = 0, Magento = 0.66, Yellow = 0.51 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 38 | 55 | - |
| CMYK | 0 | 0.66 | 0.51 | 0.56 |
| HSL | 346.4º | 0.5% | 0.3% | - |
| HSV(B) | 346.4º | 0.66% | 0.44% | - |
| XYZ | 8.19 | 5.17 | 4.18 | - |
| YUV | 62.36 | 123.85 | 164.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 38 | 55 | 0 | 0.66 | 0.51 | 0.56 | 346.4 | 0.5 | 0.3 |
| Hex | 71 | 26 | 37 | 0 | 42 | 33 | 38 | 15A | 32 | 1E |
| Octal | 161 | 46 | 67 | 0 | 102 | 63 | 70 | 532 | 62 | 36 |
| Binary | 1110001 | 100110 | 110111 | 0 | 1000010 | 110011 | 111000 | 101011010 | 110010 | 11110 |
Color Harmonies of #712637
Complementary color
Monochromatic Colors of #712637
Black with #712637
Text Example
Text Example
White with #712637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712637; }
p { color: rgb(113,38,55); }
H1.HeaderClassName
{
color: #712637;
}
.AnyTagClassName
{
color: #712637;
}
</style>
background-color css
<style>
a { background-color: #712637; }
a { background-color: rgb(113,38,55); }
div.DivClassName
{
background-color: #712637;
}
.BgClassName
{
background-color: #712637;
}
</style>
border-color css
<style>
span { border-color: #712637; }
span { border-color: rgb(113,38,55); }
td.TdClassName
{
border-color: #712637;
}
.TagClassName
{
border-color: #712637;
}
</style>