Shades of Claret #71172D
Tints of Claret #71172D
RGB
CMYK
RGB Variations
Color information
#71172D (or 0x71172D) is known color: Claret. HEX triplet: 71, 17 and 2D. RGB value is (113,23,45). Sum of RGB (Red+Green+Blue) = 113+23+45=181 (23% of max value = 765). Red value is 113 (44.53% from 255 or 62.43% from 181); Green value is 23 (9.38% from 255 or 12.71% from 181); Blue value is 45 (17.97% from 255 or 24.86% from 181); Max value from RGB is 113 - color contains mainly: red. Hex color #71172D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71172D is #8EE8D2. Grayscale: #343434. Windows color (decimal): -9365715 or 2955121. OLE color: 2955121.
HSL color Cylindrical-coordinate representation of color #71172D: hue angle of 345.33º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #71172D is Cyan = 0, Magento = 0.80, Yellow = 0.60 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 23 | 45 | - |
| CMYK | 0 | 0.80 | 0.60 | 0.56 |
| HSL | 345.33º | 0.66% | 0.27% | - |
| HSV(B) | 345.33º | 0.8% | 0.44% | - |
| XYZ | 7.59 | 4.31 | 2.92 | - |
| YUV | 52.42 | 123.82 | 171.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 23 | 45 | 0 | 0.80 | 0.60 | 0.56 | 345.33 | 0.66 | 0.27 |
| Hex | 71 | 17 | 2D | 0 | 50 | 3C | 38 | 159 | 42 | 1B |
| Octal | 161 | 27 | 55 | 0 | 120 | 74 | 70 | 531 | 102 | 33 |
| Binary | 1110001 | 10111 | 101101 | 0 | 1010000 | 111100 | 111000 | 101011001 | 1000010 | 11011 |
Color Harmonies of #71172D
Complementary color
Monochromatic Colors of #71172D
Black with #71172D
Text Example
Text Example
White with #71172D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71172D; }
p { color: rgb(113,23,45); }
H1.HeaderClassName
{
color: #71172D;
}
.AnyTagClassName
{
color: #71172D;
}
</style>
background-color css
<style>
a { background-color: #71172D; }
a { background-color: rgb(113,23,45); }
div.DivClassName
{
background-color: #71172D;
}
.BgClassName
{
background-color: #71172D;
}
</style>
border-color css
<style>
span { border-color: #71172D; }
span { border-color: rgb(113,23,45); }
td.TdClassName
{
border-color: #71172D;
}
.TagClassName
{
border-color: #71172D;
}
</style>