Shades of Claret #71192F
Tints of Claret #71192F
RGB
CMYK
RGB Variations
Color information
#71192F (or 0x71192F) is known color: Claret. HEX triplet: 71, 19 and 2F. RGB value is (113,25,47). Sum of RGB (Red+Green+Blue) = 113+25+47=185 (24% of max value = 765). Red value is 113 (44.53% from 255 or 61.08% from 185); Green value is 25 (10.16% from 255 or 13.51% from 185); Blue value is 47 (18.75% from 255 or 25.41% from 185); Max value from RGB is 113 - color contains mainly: red. Hex color #71192F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71192F is #8EE6D0. Grayscale: #353535. Windows color (decimal): -9365201 or 3086705. OLE color: 3086705.
HSL color Cylindrical-coordinate representation of color #71192F: hue angle of 345º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #71192F is Cyan = 0, Magento = 0.78, Yellow = 0.58 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 25 | 47 | - |
| CMYK | 0 | 0.78 | 0.58 | 0.56 |
| HSL | 345º | 0.64% | 0.27% | - |
| HSV(B) | 345º | 0.78% | 0.44% | - |
| XYZ | 7.67 | 4.41 | 3.14 | - |
| YUV | 53.82 | 124.15 | 170.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 25 | 47 | 0 | 0.78 | 0.58 | 0.56 | 345 | 0.64 | 0.27 |
| Hex | 71 | 19 | 2F | 0 | 4E | 3A | 38 | 159 | 40 | 1B |
| Octal | 161 | 31 | 57 | 0 | 116 | 72 | 70 | 531 | 100 | 33 |
| Binary | 1110001 | 11001 | 101111 | 0 | 1001110 | 111010 | 111000 | 101011001 | 1000000 | 11011 |
Color Harmonies of #71192F
Complementary color
Monochromatic Colors of #71192F
Black with #71192F
Text Example
Text Example
White with #71192F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71192F; }
p { color: rgb(113,25,47); }
H1.HeaderClassName
{
color: #71192F;
}
.AnyTagClassName
{
color: #71192F;
}
</style>
background-color css
<style>
a { background-color: #71192F; }
a { background-color: rgb(113,25,47); }
div.DivClassName
{
background-color: #71192F;
}
.BgClassName
{
background-color: #71192F;
}
</style>
border-color css
<style>
span { border-color: #71192F; }
span { border-color: rgb(113,25,47); }
td.TdClassName
{
border-color: #71192F;
}
.TagClassName
{
border-color: #71192F;
}
</style>