Shades of Claret #710F2D
Tints of Claret #710F2D
RGB
CMYK
RGB Variations
Color information
#710F2D (or 0x710F2D) is known color: Claret. HEX triplet: 71, 0F and 2D. RGB value is (113,15,45). Sum of RGB (Red+Green+Blue) = 113+15+45=173 (22% of max value = 765). Red value is 113 (44.53% from 255 or 65.32% from 173); Green value is 15 (6.25% from 255 or 8.67% from 173); Blue value is 45 (17.97% from 255 or 26.01% from 173); Max value from RGB is 113 - color contains mainly: red. Hex color #710F2D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710F2D is #8EF0D2. Grayscale: #2F2F2F. Windows color (decimal): -9367763 or 2953073. OLE color: 2953073.
HSL color Cylindrical-coordinate representation of color #710F2D: hue angle of 341.63º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #710F2D is Cyan = 0, Magento = 0.87, Yellow = 0.60 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 15 | 45 | - |
| CMYK | 0 | 0.87 | 0.60 | 0.56 |
| HSL | 341.63º | 0.77% | 0.25% | - |
| HSV(B) | 341.63º | 0.87% | 0.44% | - |
| XYZ | 7.45 | 4.04 | 2.87 | - |
| YUV | 47.72 | 126.47 | 174.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 15 | 45 | 0 | 0.87 | 0.60 | 0.56 | 341.63 | 0.77 | 0.25 |
| Hex | 71 | F | 2D | 0 | 57 | 3C | 38 | 156 | 4D | 19 |
| Octal | 161 | 17 | 55 | 0 | 127 | 74 | 70 | 526 | 115 | 31 |
| Binary | 1110001 | 1111 | 101101 | 0 | 1010111 | 111100 | 111000 | 101010110 | 1001101 | 11001 |
Color Harmonies of #710F2D
Complementary color
Monochromatic Colors of #710F2D
Black with #710F2D
Text Example
Text Example
White with #710F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710F2D; }
p { color: rgb(113,15,45); }
H1.HeaderClassName
{
color: #710F2D;
}
.AnyTagClassName
{
color: #710F2D;
}
</style>
background-color css
<style>
a { background-color: #710F2D; }
a { background-color: rgb(113,15,45); }
div.DivClassName
{
background-color: #710F2D;
}
.BgClassName
{
background-color: #710F2D;
}
</style>
border-color css
<style>
span { border-color: #710F2D; }
span { border-color: rgb(113,15,45); }
td.TdClassName
{
border-color: #710F2D;
}
.TagClassName
{
border-color: #710F2D;
}
</style>