Shades of Claret #70142D
Tints of Claret #70142D
RGB
CMYK
RGB Variations
Color information
#70142D (or 0x70142D) is known color: Claret. HEX triplet: 70, 14 and 2D. RGB value is (112,20,45). Sum of RGB (Red+Green+Blue) = 112+20+45=177 (23% of max value = 765). Red value is 112 (44.14% from 255 or 63.28% from 177); Green value is 20 (8.20% from 255 or 11.30% from 177); Blue value is 45 (17.97% from 255 or 25.42% from 177); Max value from RGB is 112 - color contains mainly: red. Hex color #70142D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70142D is #8FEBD2. Grayscale: #323232. Windows color (decimal): -9432019 or 2954352. OLE color: 2954352.
HSL color Cylindrical-coordinate representation of color #70142D: hue angle of 343.7º 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 #70142D is Cyan = 0, Magento = 0.82, Yellow = 0.60 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 20 | 45 | - |
| CMYK | 0 | 0.82 | 0.60 | 0.56 |
| HSL | 343.7º | 0.7% | 0.26% | - |
| HSV(B) | 343.7º | 0.82% | 0.44% | - |
| XYZ | 7.41 | 4.13 | 2.89 | - |
| YUV | 50.36 | 124.98 | 171.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 20 | 45 | 0 | 0.82 | 0.60 | 0.56 | 343.7 | 0.7 | 0.26 |
| Hex | 70 | 14 | 2D | 0 | 52 | 3C | 38 | 158 | 46 | 1A |
| Octal | 160 | 24 | 55 | 0 | 122 | 74 | 70 | 530 | 106 | 32 |
| Binary | 1110000 | 10100 | 101101 | 0 | 1010010 | 111100 | 111000 | 101011000 | 1000110 | 11010 |
Color Harmonies of #70142D
Complementary color
Monochromatic Colors of #70142D
Black with #70142D
Text Example
Text Example
White with #70142D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70142D; }
p { color: rgb(112,20,45); }
H1.HeaderClassName
{
color: #70142D;
}
.AnyTagClassName
{
color: #70142D;
}
</style>
background-color css
<style>
a { background-color: #70142D; }
a { background-color: rgb(112,20,45); }
div.DivClassName
{
background-color: #70142D;
}
.BgClassName
{
background-color: #70142D;
}
</style>
border-color css
<style>
span { border-color: #70142D; }
span { border-color: rgb(112,20,45); }
td.TdClassName
{
border-color: #70142D;
}
.TagClassName
{
border-color: #70142D;
}
</style>