Shades of Claret #71132D
Tints of Claret #71132D
RGB
CMYK
RGB Variations
Color information
#71132D (or 0x71132D) is known color: Claret. HEX triplet: 71, 13 and 2D. RGB value is (113,19,45). Sum of RGB (Red+Green+Blue) = 113+19+45=177 (23% of max value = 765). Red value is 113 (44.53% from 255 or 63.84% from 177); Green value is 19 (7.81% from 255 or 10.73% from 177); Blue value is 45 (17.97% from 255 or 25.42% from 177); Max value from RGB is 113 - color contains mainly: red. Hex color #71132D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71132D is #8EECD2. Grayscale: #323232. Windows color (decimal): -9366739 or 2954097. OLE color: 2954097.
HSL color Cylindrical-coordinate representation of color #71132D: hue angle of 343.4º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #71132D is Cyan = 0, Magento = 0.83, Yellow = 0.60 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 19 | 45 | - |
| CMYK | 0 | 0.83 | 0.60 | 0.56 |
| HSL | 343.4º | 0.71% | 0.26% | - |
| HSV(B) | 343.4º | 0.83% | 0.44% | - |
| XYZ | 7.52 | 4.17 | 2.89 | - |
| YUV | 50.07 | 125.14 | 172.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 19 | 45 | 0 | 0.83 | 0.60 | 0.56 | 343.4 | 0.71 | 0.26 |
| Hex | 71 | 13 | 2D | 0 | 53 | 3C | 38 | 157 | 47 | 1A |
| Octal | 161 | 23 | 55 | 0 | 123 | 74 | 70 | 527 | 107 | 32 |
| Binary | 1110001 | 10011 | 101101 | 0 | 1010011 | 111100 | 111000 | 101010111 | 1000111 | 11010 |
Color Harmonies of #71132D
Complementary color
Monochromatic Colors of #71132D
Black with #71132D
Text Example
Text Example
White with #71132D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71132D; }
p { color: rgb(113,19,45); }
H1.HeaderClassName
{
color: #71132D;
}
.AnyTagClassName
{
color: #71132D;
}
</style>
background-color css
<style>
a { background-color: #71132D; }
a { background-color: rgb(113,19,45); }
div.DivClassName
{
background-color: #71132D;
}
.BgClassName
{
background-color: #71132D;
}
</style>
border-color css
<style>
span { border-color: #71132D; }
span { border-color: rgb(113,19,45); }
td.TdClassName
{
border-color: #71132D;
}
.TagClassName
{
border-color: #71132D;
}
</style>