Shades of Claret #70112E
Tints of Claret #70112E
RGB
CMYK
RGB Variations
Color information
#70112E (or 0x70112E) is known color: Claret. HEX triplet: 70, 11 and 2E. RGB value is (112,17,46). Sum of RGB (Red+Green+Blue) = 112+17+46=175 (23% of max value = 765). Red value is 112 (44.14% from 255 or 64% from 175); Green value is 17 (7.03% from 255 or 9.71% from 175); Blue value is 46 (18.36% from 255 or 26.29% from 175); Max value from RGB is 112 - color contains mainly: red. Hex color #70112E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70112E is #8FEED1. Grayscale: #303030. Windows color (decimal): -9432786 or 3019120. OLE color: 3019120.
HSL color Cylindrical-coordinate representation of color #70112E: hue angle of 341.68º 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 #70112E is Cyan = 0, Magento = 0.85, Yellow = 0.59 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 17 | 46 | - |
| CMYK | 0 | 0.85 | 0.59 | 0.56 |
| HSL | 341.68º | 0.74% | 0.25% | - |
| HSV(B) | 341.68º | 0.85% | 0.44% | - |
| XYZ | 7.38 | 4.04 | 2.98 | - |
| YUV | 48.71 | 126.47 | 173.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 17 | 46 | 0 | 0.85 | 0.59 | 0.56 | 341.68 | 0.74 | 0.25 |
| Hex | 70 | 11 | 2E | 0 | 55 | 3B | 38 | 156 | 4A | 19 |
| Octal | 160 | 21 | 56 | 0 | 125 | 73 | 70 | 526 | 112 | 31 |
| Binary | 1110000 | 10001 | 101110 | 0 | 1010101 | 111011 | 111000 | 101010110 | 1001010 | 11001 |
Color Harmonies of #70112E
Complementary color
Monochromatic Colors of #70112E
Black with #70112E
Text Example
Text Example
White with #70112E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70112E; }
p { color: rgb(112,17,46); }
H1.HeaderClassName
{
color: #70112E;
}
.AnyTagClassName
{
color: #70112E;
}
</style>
background-color css
<style>
a { background-color: #70112E; }
a { background-color: rgb(112,17,46); }
div.DivClassName
{
background-color: #70112E;
}
.BgClassName
{
background-color: #70112E;
}
</style>
border-color css
<style>
span { border-color: #70112E; }
span { border-color: rgb(112,17,46); }
td.TdClassName
{
border-color: #70112E;
}
.TagClassName
{
border-color: #70112E;
}
</style>