Shades of Claret #712837
Tints of Claret #712837
RGB
CMYK
RGB Variations
Color information
#712837 (or 0x712837) is known color: Claret. HEX triplet: 71, 28 and 37. RGB value is (113,40,55). Sum of RGB (Red+Green+Blue) = 113+40+55=208 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.33% from 208); Green value is 40 (16.02% from 255 or 19.23% from 208); Blue value is 55 (21.88% from 255 or 26.44% from 208); Max value from RGB is 113 - color contains mainly: red. Hex color #712837 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712837 is #8ED7C8. Grayscale: #3F3F3F. Windows color (decimal): -9361353 or 3614833. OLE color: 3614833.
HSL color Cylindrical-coordinate representation of color #712837: hue angle of 347.67º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #712837 is Cyan = 0, Magento = 0.65, Yellow = 0.51 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 40 | 55 | - |
| CMYK | 0 | 0.65 | 0.51 | 0.56 |
| HSL | 347.67º | 0.48% | 0.3% | - |
| HSV(B) | 347.67º | 0.65% | 0.44% | - |
| XYZ | 8.26 | 5.3 | 4.2 | - |
| YUV | 63.54 | 123.18 | 163.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 40 | 55 | 0 | 0.65 | 0.51 | 0.56 | 347.67 | 0.48 | 0.3 |
| Hex | 71 | 28 | 37 | 0 | 41 | 33 | 38 | 15C | 30 | 1E |
| Octal | 161 | 50 | 67 | 0 | 101 | 63 | 70 | 534 | 60 | 36 |
| Binary | 1110001 | 101000 | 110111 | 0 | 1000001 | 110011 | 111000 | 101011100 | 110000 | 11110 |
Color Harmonies of #712837
Complementary color
Monochromatic Colors of #712837
Black with #712837
Text Example
Text Example
White with #712837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712837; }
p { color: rgb(113,40,55); }
H1.HeaderClassName
{
color: #712837;
}
.AnyTagClassName
{
color: #712837;
}
</style>
background-color css
<style>
a { background-color: #712837; }
a { background-color: rgb(113,40,55); }
div.DivClassName
{
background-color: #712837;
}
.BgClassName
{
background-color: #712837;
}
</style>
border-color css
<style>
span { border-color: #712837; }
span { border-color: rgb(113,40,55); }
td.TdClassName
{
border-color: #712837;
}
.TagClassName
{
border-color: #712837;
}
</style>