Shades of Claret #70122C
Tints of Claret #70122C
RGB
CMYK
RGB Variations
Color information
#70122C (or 0x70122C) is known color: Claret. HEX triplet: 70, 12 and 2C. RGB value is (112,18,44). Sum of RGB (Red+Green+Blue) = 112+18+44=174 (23% of max value = 765). Red value is 112 (44.14% from 255 or 64.37% from 174); Green value is 18 (7.42% from 255 or 10.34% from 174); Blue value is 44 (17.58% from 255 or 25.29% from 174); Max value from RGB is 112 - color contains mainly: red. Hex color #70122C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70122C is #8FEDD3. Grayscale: #313131. Windows color (decimal): -9432532 or 2888304. OLE color: 2888304.
HSL color Cylindrical-coordinate representation of color #70122C: hue angle of 343.4º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #70122C is Cyan = 0, Magento = 0.84, Yellow = 0.61 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 18 | 44 | - |
| CMYK | 0 | 0.84 | 0.61 | 0.56 |
| HSL | 343.4º | 0.72% | 0.25% | - |
| HSV(B) | 343.4º | 0.84% | 0.44% | - |
| XYZ | 7.35 | 4.06 | 2.78 | - |
| YUV | 49.07 | 125.14 | 172.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 18 | 44 | 0 | 0.84 | 0.61 | 0.56 | 343.4 | 0.72 | 0.25 |
| Hex | 70 | 12 | 2C | 0 | 54 | 3D | 38 | 157 | 48 | 19 |
| Octal | 160 | 22 | 54 | 0 | 124 | 75 | 70 | 527 | 110 | 31 |
| Binary | 1110000 | 10010 | 101100 | 0 | 1010100 | 111101 | 111000 | 101010111 | 1001000 | 11001 |
Color Harmonies of #70122C
Complementary color
Monochromatic Colors of #70122C
Black with #70122C
Text Example
Text Example
White with #70122C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70122C; }
p { color: rgb(112,18,44); }
H1.HeaderClassName
{
color: #70122C;
}
.AnyTagClassName
{
color: #70122C;
}
</style>
background-color css
<style>
a { background-color: #70122C; }
a { background-color: rgb(112,18,44); }
div.DivClassName
{
background-color: #70122C;
}
.BgClassName
{
background-color: #70122C;
}
</style>
border-color css
<style>
span { border-color: #70122C; }
span { border-color: rgb(112,18,44); }
td.TdClassName
{
border-color: #70122C;
}
.TagClassName
{
border-color: #70122C;
}
</style>