Shades of Claret #71162D
Tints of Claret #71162D
RGB
CMYK
RGB Variations
Color information
#71162D (or 0x71162D) is known color: Claret. HEX triplet: 71, 16 and 2D. RGB value is (113,22,45). Sum of RGB (Red+Green+Blue) = 113+22+45=180 (23% of max value = 765). Red value is 113 (44.53% from 255 or 62.78% from 180); Green value is 22 (8.98% from 255 or 12.22% from 180); Blue value is 45 (17.97% from 255 or 25% from 180); Max value from RGB is 113 - color contains mainly: red. Hex color #71162D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71162D is #8EE9D2. Grayscale: #333333. Windows color (decimal): -9365971 or 2954865. OLE color: 2954865.
HSL color Cylindrical-coordinate representation of color #71162D: hue angle of 344.84º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #71162D is Cyan = 0, Magento = 0.81, Yellow = 0.60 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 22 | 45 | - |
| CMYK | 0 | 0.81 | 0.60 | 0.56 |
| HSL | 344.84º | 0.67% | 0.26% | - |
| HSV(B) | 344.84º | 0.81% | 0.44% | - |
| XYZ | 7.57 | 4.27 | 2.91 | - |
| YUV | 51.83 | 124.15 | 171.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 22 | 45 | 0 | 0.81 | 0.60 | 0.56 | 344.84 | 0.67 | 0.26 |
| Hex | 71 | 16 | 2D | 0 | 51 | 3C | 38 | 159 | 43 | 1A |
| Octal | 161 | 26 | 55 | 0 | 121 | 74 | 70 | 531 | 103 | 32 |
| Binary | 1110001 | 10110 | 101101 | 0 | 1010001 | 111100 | 111000 | 101011001 | 1000011 | 11010 |
Color Harmonies of #71162D
Complementary color
Monochromatic Colors of #71162D
Black with #71162D
Text Example
Text Example
White with #71162D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71162D; }
p { color: rgb(113,22,45); }
H1.HeaderClassName
{
color: #71162D;
}
.AnyTagClassName
{
color: #71162D;
}
</style>
background-color css
<style>
a { background-color: #71162D; }
a { background-color: rgb(113,22,45); }
div.DivClassName
{
background-color: #71162D;
}
.BgClassName
{
background-color: #71162D;
}
</style>
border-color css
<style>
span { border-color: #71162D; }
span { border-color: rgb(113,22,45); }
td.TdClassName
{
border-color: #71162D;
}
.TagClassName
{
border-color: #71162D;
}
</style>