Shades of Claret #70142C
Tints of Claret #70142C
RGB
CMYK
RGB Variations
Color information
#70142C (or 0x70142C) is known color: Claret. HEX triplet: 70, 14 and 2C. RGB value is (112,20,44). Sum of RGB (Red+Green+Blue) = 112+20+44=176 (23% of max value = 765). Red value is 112 (44.14% from 255 or 63.64% from 176); Green value is 20 (8.20% from 255 or 11.36% from 176); Blue value is 44 (17.58% from 255 or 25% from 176); Max value from RGB is 112 - color contains mainly: red. Hex color #70142C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70142C is #8FEBD3. Grayscale: #323232. Windows color (decimal): -9432020 or 2888816. OLE color: 2888816.
HSL color Cylindrical-coordinate representation of color #70142C: hue angle of 344.35º 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 #70142C is Cyan = 0, Magento = 0.82, Yellow = 0.61 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 20 | 44 | - |
| CMYK | 0 | 0.82 | 0.61 | 0.56 |
| HSL | 344.35º | 0.7% | 0.26% | - |
| HSV(B) | 344.35º | 0.82% | 0.44% | - |
| XYZ | 7.39 | 4.13 | 2.79 | - |
| YUV | 50.24 | 124.48 | 172.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 20 | 44 | 0 | 0.82 | 0.61 | 0.56 | 344.35 | 0.7 | 0.26 |
| Hex | 70 | 14 | 2C | 0 | 52 | 3D | 38 | 158 | 46 | 1A |
| Octal | 160 | 24 | 54 | 0 | 122 | 75 | 70 | 530 | 106 | 32 |
| Binary | 1110000 | 10100 | 101100 | 0 | 1010010 | 111101 | 111000 | 101011000 | 1000110 | 11010 |
Color Harmonies of #70142C
Complementary color
Monochromatic Colors of #70142C
Black with #70142C
Text Example
Text Example
White with #70142C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70142C; }
p { color: rgb(112,20,44); }
H1.HeaderClassName
{
color: #70142C;
}
.AnyTagClassName
{
color: #70142C;
}
</style>
background-color css
<style>
a { background-color: #70142C; }
a { background-color: rgb(112,20,44); }
div.DivClassName
{
background-color: #70142C;
}
.BgClassName
{
background-color: #70142C;
}
</style>
border-color css
<style>
span { border-color: #70142C; }
span { border-color: rgb(112,20,44); }
td.TdClassName
{
border-color: #70142C;
}
.TagClassName
{
border-color: #70142C;
}
</style>