Shades of Claret #70112B
Tints of Claret #70112B
RGB
CMYK
RGB Variations
Color information
#70112B (or 0x70112B) is known color: Claret. HEX triplet: 70, 11 and 2B. RGB value is (112,17,43). Sum of RGB (Red+Green+Blue) = 112+17+43=172 (22% of max value = 765). Red value is 112 (44.14% from 255 or 65.12% from 172); Green value is 17 (7.03% from 255 or 9.88% from 172); Blue value is 43 (17.19% from 255 or 25% from 172); Max value from RGB is 112 - color contains mainly: red. Hex color #70112B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70112B is #8FEED4. Grayscale: #303030. Windows color (decimal): -9432789 or 2822512. OLE color: 2822512.
HSL color Cylindrical-coordinate representation of color #70112B: hue angle of 343.58º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #70112B is Cyan = 0, Magento = 0.85, Yellow = 0.62 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 17 | 43 | - |
| CMYK | 0 | 0.85 | 0.62 | 0.56 |
| HSL | 343.58º | 0.74% | 0.25% | - |
| HSV(B) | 343.58º | 0.85% | 0.44% | - |
| XYZ | 7.32 | 4.02 | 2.68 | - |
| YUV | 48.37 | 124.97 | 173.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 17 | 43 | 0 | 0.85 | 0.62 | 0.56 | 343.58 | 0.74 | 0.25 |
| Hex | 70 | 11 | 2B | 0 | 55 | 3E | 38 | 158 | 4A | 19 |
| Octal | 160 | 21 | 53 | 0 | 125 | 76 | 70 | 530 | 112 | 31 |
| Binary | 1110000 | 10001 | 101011 | 0 | 1010101 | 111110 | 111000 | 101011000 | 1001010 | 11001 |
Color Harmonies of #70112B
Complementary color
Monochromatic Colors of #70112B
Black with #70112B
Text Example
Text Example
White with #70112B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70112B; }
p { color: rgb(112,17,43); }
H1.HeaderClassName
{
color: #70112B;
}
.AnyTagClassName
{
color: #70112B;
}
</style>
background-color css
<style>
a { background-color: #70112B; }
a { background-color: rgb(112,17,43); }
div.DivClassName
{
background-color: #70112B;
}
.BgClassName
{
background-color: #70112B;
}
</style>
border-color css
<style>
span { border-color: #70112B; }
span { border-color: rgb(112,17,43); }
td.TdClassName
{
border-color: #70112B;
}
.TagClassName
{
border-color: #70112B;
}
</style>