Shades of Claret #70162F
Tints of Claret #70162F
RGB
CMYK
RGB Variations
Color information
#70162F (or 0x70162F) is known color: Claret. HEX triplet: 70, 16 and 2F. RGB value is (112,22,47). Sum of RGB (Red+Green+Blue) = 112+22+47=181 (23% of max value = 765). Red value is 112 (44.14% from 255 or 61.88% from 181); Green value is 22 (8.98% from 255 or 12.15% from 181); Blue value is 47 (18.75% from 255 or 25.97% from 181); Max value from RGB is 112 - color contains mainly: red. Hex color #70162F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70162F is #8FE9D0. Grayscale: #333333. Windows color (decimal): -9431505 or 3085936. OLE color: 3085936.
HSL color Cylindrical-coordinate representation of color #70162F: hue angle of 343.33º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #70162F is Cyan = 0, Magento = 0.80, Yellow = 0.58 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 22 | 47 | - |
| CMYK | 0 | 0.80 | 0.58 | 0.56 |
| HSL | 343.33º | 0.67% | 0.26% | - |
| HSV(B) | 343.33º | 0.8% | 0.44% | - |
| XYZ | 7.48 | 4.22 | 3.11 | - |
| YUV | 51.76 | 125.32 | 170.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 22 | 47 | 0 | 0.80 | 0.58 | 0.56 | 343.33 | 0.67 | 0.26 |
| Hex | 70 | 16 | 2F | 0 | 50 | 3A | 38 | 157 | 43 | 1A |
| Octal | 160 | 26 | 57 | 0 | 120 | 72 | 70 | 527 | 103 | 32 |
| Binary | 1110000 | 10110 | 101111 | 0 | 1010000 | 111010 | 111000 | 101010111 | 1000011 | 11010 |
Color Harmonies of #70162F
Complementary color
Monochromatic Colors of #70162F
Black with #70162F
Text Example
Text Example
White with #70162F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70162F; }
p { color: rgb(112,22,47); }
H1.HeaderClassName
{
color: #70162F;
}
.AnyTagClassName
{
color: #70162F;
}
</style>
background-color css
<style>
a { background-color: #70162F; }
a { background-color: rgb(112,22,47); }
div.DivClassName
{
background-color: #70162F;
}
.BgClassName
{
background-color: #70162F;
}
</style>
border-color css
<style>
span { border-color: #70162F; }
span { border-color: rgb(112,22,47); }
td.TdClassName
{
border-color: #70162F;
}
.TagClassName
{
border-color: #70162F;
}
</style>