Shades of Claret #712937
Tints of Claret #712937
RGB
CMYK
RGB Variations
Color information
#712937 (or 0x712937) is known color: Claret. HEX triplet: 71, 29 and 37. RGB value is (113,41,55). Sum of RGB (Red+Green+Blue) = 113+41+55=209 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.07% from 209); Green value is 41 (16.41% from 255 or 19.62% from 209); Blue value is 55 (21.88% from 255 or 26.32% from 209); Max value from RGB is 113 - color contains mainly: red. Hex color #712937 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712937 is #8ED6C8. Grayscale: #404040. Windows color (decimal): -9361097 or 3615089. OLE color: 3615089.
HSL color Cylindrical-coordinate representation of color #712937: hue angle of 348.33º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #712937 is Cyan = 0, Magento = 0.64, Yellow = 0.51 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 41 | 55 | - |
| CMYK | 0 | 0.64 | 0.51 | 0.56 |
| HSL | 348.33º | 0.47% | 0.3% | - |
| HSV(B) | 348.33º | 0.64% | 0.44% | - |
| XYZ | 8.29 | 5.37 | 4.21 | - |
| YUV | 64.12 | 122.85 | 162.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 41 | 55 | 0 | 0.64 | 0.51 | 0.56 | 348.33 | 0.47 | 0.3 |
| Hex | 71 | 29 | 37 | 0 | 40 | 33 | 38 | 15C | 2F | 1E |
| Octal | 161 | 51 | 67 | 0 | 100 | 63 | 70 | 534 | 57 | 36 |
| Binary | 1110001 | 101001 | 110111 | 0 | 1000000 | 110011 | 111000 | 101011100 | 101111 | 11110 |
Color Harmonies of #712937
Complementary color
Monochromatic Colors of #712937
Black with #712937
Text Example
Text Example
White with #712937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712937; }
p { color: rgb(113,41,55); }
H1.HeaderClassName
{
color: #712937;
}
.AnyTagClassName
{
color: #712937;
}
</style>
background-color css
<style>
a { background-color: #712937; }
a { background-color: rgb(113,41,55); }
div.DivClassName
{
background-color: #712937;
}
.BgClassName
{
background-color: #712937;
}
</style>
border-color css
<style>
span { border-color: #712937; }
span { border-color: rgb(113,41,55); }
td.TdClassName
{
border-color: #712937;
}
.TagClassName
{
border-color: #712937;
}
</style>