Shades of Claret #712137
Tints of Claret #712137
RGB
CMYK
RGB Variations
Color information
#712137 (or 0x712137) is known color: Claret. HEX triplet: 71, 21 and 37. RGB value is (113,33,55). Sum of RGB (Red+Green+Blue) = 113+33+55=201 (26% of max value = 765). Red value is 113 (44.53% from 255 or 56.22% from 201); Green value is 33 (13.28% from 255 or 16.42% from 201); Blue value is 55 (21.88% from 255 or 27.36% from 201); Max value from RGB is 113 - color contains mainly: red. Hex color #712137 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712137 is #8EDEC8. Grayscale: #3B3B3B. Windows color (decimal): -9363145 or 3613041. OLE color: 3613041.
HSL color Cylindrical-coordinate representation of color #712137: hue angle of 343.5º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #712137 is Cyan = 0, Magento = 0.71, Yellow = 0.51 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 33 | 55 | - |
| CMYK | 0 | 0.71 | 0.51 | 0.56 |
| HSL | 343.5º | 0.55% | 0.29% | - |
| HSV(B) | 343.5º | 0.71% | 0.44% | - |
| XYZ | 8.04 | 4.87 | 4.13 | - |
| YUV | 59.43 | 125.5 | 166.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 33 | 55 | 0 | 0.71 | 0.51 | 0.56 | 343.5 | 0.55 | 0.29 |
| Hex | 71 | 21 | 37 | 0 | 47 | 33 | 38 | 158 | 37 | 1D |
| Octal | 161 | 41 | 67 | 0 | 107 | 63 | 70 | 530 | 67 | 35 |
| Binary | 1110001 | 100001 | 110111 | 0 | 1000111 | 110011 | 111000 | 101011000 | 110111 | 11101 |
Color Harmonies of #712137
Complementary color
Monochromatic Colors of #712137
Black with #712137
Text Example
Text Example
White with #712137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712137; }
p { color: rgb(113,33,55); }
H1.HeaderClassName
{
color: #712137;
}
.AnyTagClassName
{
color: #712137;
}
</style>
background-color css
<style>
a { background-color: #712137; }
a { background-color: rgb(113,33,55); }
div.DivClassName
{
background-color: #712137;
}
.BgClassName
{
background-color: #712137;
}
</style>
border-color css
<style>
span { border-color: #712137; }
span { border-color: rgb(113,33,55); }
td.TdClassName
{
border-color: #712137;
}
.TagClassName
{
border-color: #712137;
}
</style>