Shades of Claret #712431
Tints of Claret #712431
RGB
CMYK
RGB Variations
Color information
#712431 (or 0x712431) is known color: Claret. HEX triplet: 71, 24 and 31. RGB value is (113,36,49). Sum of RGB (Red+Green+Blue) = 113+36+49=198 (26% of max value = 765). Red value is 113 (44.53% from 255 or 57.07% from 198); Green value is 36 (14.45% from 255 or 18.18% from 198); Blue value is 49 (19.53% from 255 or 24.75% from 198); Max value from RGB is 113 - color contains mainly: red. Hex color #712431 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712431 is #8EDBCE. Grayscale: #3C3C3C. Windows color (decimal): -9362383 or 3220593. OLE color: 3220593.
HSL color Cylindrical-coordinate representation of color #712431: hue angle of 349.87º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #712431 is Cyan = 0, Magento = 0.68, Yellow = 0.57 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 36 | 49 | - |
| CMYK | 0 | 0.68 | 0.57 | 0.56 |
| HSL | 349.87º | 0.52% | 0.29% | - |
| HSV(B) | 349.87º | 0.68% | 0.44% | - |
| XYZ | 8 | 4.99 | 3.45 | - |
| YUV | 60.51 | 121.51 | 165.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 36 | 49 | 0 | 0.68 | 0.57 | 0.56 | 349.87 | 0.52 | 0.29 |
| Hex | 71 | 24 | 31 | 0 | 44 | 39 | 38 | 15E | 34 | 1D |
| Octal | 161 | 44 | 61 | 0 | 104 | 71 | 70 | 536 | 64 | 35 |
| Binary | 1110001 | 100100 | 110001 | 0 | 1000100 | 111001 | 111000 | 101011110 | 110100 | 11101 |
Color Harmonies of #712431
Complementary color
Monochromatic Colors of #712431
Black with #712431
Text Example
Text Example
White with #712431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712431; }
p { color: rgb(113,36,49); }
H1.HeaderClassName
{
color: #712431;
}
.AnyTagClassName
{
color: #712431;
}
</style>
background-color css
<style>
a { background-color: #712431; }
a { background-color: rgb(113,36,49); }
div.DivClassName
{
background-color: #712431;
}
.BgClassName
{
background-color: #712431;
}
</style>
border-color css
<style>
span { border-color: #712431; }
span { border-color: rgb(113,36,49); }
td.TdClassName
{
border-color: #712431;
}
.TagClassName
{
border-color: #712431;
}
</style>