Shades of Claret #70142F
Tints of Claret #70142F
RGB
CMYK
RGB Variations
Color information
#70142F (or 0x70142F) is known color: Claret. HEX triplet: 70, 14 and 2F. RGB value is (112,20,47). Sum of RGB (Red+Green+Blue) = 112+20+47=179 (23% of max value = 765). Red value is 112 (44.14% from 255 or 62.57% from 179); Green value is 20 (8.20% from 255 or 11.17% from 179); Blue value is 47 (18.75% from 255 or 26.26% from 179); Max value from RGB is 112 - color contains mainly: red. Hex color #70142F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70142F is #8FEBD0. Grayscale: #323232. Windows color (decimal): -9432017 or 3085424. OLE color: 3085424.
HSL color Cylindrical-coordinate representation of color #70142F: hue angle of 342.39º 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 #70142F is Cyan = 0, Magento = 0.82, Yellow = 0.58 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 20 | 47 | - |
| CMYK | 0 | 0.82 | 0.58 | 0.56 |
| HSL | 342.39º | 0.7% | 0.26% | - |
| HSV(B) | 342.39º | 0.82% | 0.44% | - |
| XYZ | 7.45 | 4.15 | 3.1 | - |
| YUV | 50.59 | 125.98 | 171.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 20 | 47 | 0 | 0.82 | 0.58 | 0.56 | 342.39 | 0.7 | 0.26 |
| Hex | 70 | 14 | 2F | 0 | 52 | 3A | 38 | 156 | 46 | 1A |
| Octal | 160 | 24 | 57 | 0 | 122 | 72 | 70 | 526 | 106 | 32 |
| Binary | 1110000 | 10100 | 101111 | 0 | 1010010 | 111010 | 111000 | 101010110 | 1000110 | 11010 |
Color Harmonies of #70142F
Complementary color
Monochromatic Colors of #70142F
Black with #70142F
Text Example
Text Example
White with #70142F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70142F; }
p { color: rgb(112,20,47); }
H1.HeaderClassName
{
color: #70142F;
}
.AnyTagClassName
{
color: #70142F;
}
</style>
background-color css
<style>
a { background-color: #70142F; }
a { background-color: rgb(112,20,47); }
div.DivClassName
{
background-color: #70142F;
}
.BgClassName
{
background-color: #70142F;
}
</style>
border-color css
<style>
span { border-color: #70142F; }
span { border-color: rgb(112,20,47); }
td.TdClassName
{
border-color: #70142F;
}
.TagClassName
{
border-color: #70142F;
}
</style>