Shades of Claret #71142F
Tints of Claret #71142F
RGB
CMYK
RGB Variations
Color information
#71142F (or 0x71142F) is known color: Claret. HEX triplet: 71, 14 and 2F. RGB value is (113,20,47). Sum of RGB (Red+Green+Blue) = 113+20+47=180 (23% of max value = 765). Red value is 113 (44.53% from 255 or 62.78% from 180); Green value is 20 (8.20% from 255 or 11.11% from 180); Blue value is 47 (18.75% from 255 or 26.11% from 180); Max value from RGB is 113 - color contains mainly: red. Hex color #71142F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71142F is #8EEBD0. Grayscale: #323232. Windows color (decimal): -9366481 or 3085425. OLE color: 3085425.
HSL color Cylindrical-coordinate representation of color #71142F: hue angle of 342.58º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #71142F is Cyan = 0, Magento = 0.82, Yellow = 0.58 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 20 | 47 | - |
| CMYK | 0 | 0.82 | 0.58 | 0.56 |
| HSL | 342.58º | 0.7% | 0.26% | - |
| HSV(B) | 342.58º | 0.82% | 0.44% | - |
| XYZ | 7.57 | 4.22 | 3.1 | - |
| YUV | 50.89 | 125.81 | 172.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 20 | 47 | 0 | 0.82 | 0.58 | 0.56 | 342.58 | 0.7 | 0.26 |
| Hex | 71 | 14 | 2F | 0 | 52 | 3A | 38 | 157 | 46 | 1A |
| Octal | 161 | 24 | 57 | 0 | 122 | 72 | 70 | 527 | 106 | 32 |
| Binary | 1110001 | 10100 | 101111 | 0 | 1010010 | 111010 | 111000 | 101010111 | 1000110 | 11010 |
Color Harmonies of #71142F
Complementary color
Monochromatic Colors of #71142F
Black with #71142F
Text Example
Text Example
White with #71142F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71142F; }
p { color: rgb(113,20,47); }
H1.HeaderClassName
{
color: #71142F;
}
.AnyTagClassName
{
color: #71142F;
}
</style>
background-color css
<style>
a { background-color: #71142F; }
a { background-color: rgb(113,20,47); }
div.DivClassName
{
background-color: #71142F;
}
.BgClassName
{
background-color: #71142F;
}
</style>
border-color css
<style>
span { border-color: #71142F; }
span { border-color: rgb(113,20,47); }
td.TdClassName
{
border-color: #71142F;
}
.TagClassName
{
border-color: #71142F;
}
</style>