Shades of Claret #712132
Tints of Claret #712132
RGB
CMYK
RGB Variations
Color information
#712132 (or 0x712132) is known color: Claret. HEX triplet: 71, 21 and 32. RGB value is (113,33,50). Sum of RGB (Red+Green+Blue) = 113+33+50=196 (25% of max value = 765). Red value is 113 (44.53% from 255 or 57.65% from 196); Green value is 33 (13.28% from 255 or 16.84% from 196); Blue value is 50 (19.92% from 255 or 25.51% from 196); Max value from RGB is 113 - color contains mainly: red. Hex color #712132 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712132 is #8EDECD. Grayscale: #3A3A3A. Windows color (decimal): -9363150 or 3285361. OLE color: 3285361.
HSL color Cylindrical-coordinate representation of color #712132: hue angle of 347.25º 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 #712132 is Cyan = 0, Magento = 0.71, Yellow = 0.56 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 33 | 50 | - |
| CMYK | 0 | 0.71 | 0.56 | 0.56 |
| HSL | 347.25º | 0.55% | 0.29% | - |
| HSV(B) | 347.25º | 0.71% | 0.44% | - |
| XYZ | 7.93 | 4.83 | 3.53 | - |
| YUV | 58.86 | 123 | 166.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 33 | 50 | 0 | 0.71 | 0.56 | 0.56 | 347.25 | 0.55 | 0.29 |
| Hex | 71 | 21 | 32 | 0 | 47 | 38 | 38 | 15B | 37 | 1D |
| Octal | 161 | 41 | 62 | 0 | 107 | 70 | 70 | 533 | 67 | 35 |
| Binary | 1110001 | 100001 | 110010 | 0 | 1000111 | 111000 | 111000 | 101011011 | 110111 | 11101 |
Color Harmonies of #712132
Complementary color
Monochromatic Colors of #712132
Black with #712132
Text Example
Text Example
White with #712132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712132; }
p { color: rgb(113,33,50); }
H1.HeaderClassName
{
color: #712132;
}
.AnyTagClassName
{
color: #712132;
}
</style>
background-color css
<style>
a { background-color: #712132; }
a { background-color: rgb(113,33,50); }
div.DivClassName
{
background-color: #712132;
}
.BgClassName
{
background-color: #712132;
}
</style>
border-color css
<style>
span { border-color: #712132; }
span { border-color: rgb(113,33,50); }
td.TdClassName
{
border-color: #712132;
}
.TagClassName
{
border-color: #712132;
}
</style>