Shades of Claret #70172F
Tints of Claret #70172F
RGB
CMYK
RGB Variations
Color information
#70172F (or 0x70172F) is known color: Claret. HEX triplet: 70, 17 and 2F. RGB value is (112,23,47). Sum of RGB (Red+Green+Blue) = 112+23+47=182 (24% of max value = 765). Red value is 112 (44.14% from 255 or 61.54% from 182); Green value is 23 (9.38% from 255 or 12.64% from 182); Blue value is 47 (18.75% from 255 or 25.82% from 182); Max value from RGB is 112 - color contains mainly: red. Hex color #70172F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70172F is #8FE8D0. Grayscale: #343434. Windows color (decimal): -9431249 or 3086192. OLE color: 3086192.
HSL color Cylindrical-coordinate representation of color #70172F: hue angle of 343.82º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #70172F is Cyan = 0, Magento = 0.79, Yellow = 0.58 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 23 | 47 | - |
| CMYK | 0 | 0.79 | 0.58 | 0.56 |
| HSL | 343.82º | 0.66% | 0.26% | - |
| HSV(B) | 343.82º | 0.79% | 0.44% | - |
| XYZ | 7.5 | 4.26 | 3.12 | - |
| YUV | 52.35 | 124.99 | 170.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 23 | 47 | 0 | 0.79 | 0.58 | 0.56 | 343.82 | 0.66 | 0.26 |
| Hex | 70 | 17 | 2F | 0 | 4F | 3A | 38 | 158 | 42 | 1A |
| Octal | 160 | 27 | 57 | 0 | 117 | 72 | 70 | 530 | 102 | 32 |
| Binary | 1110000 | 10111 | 101111 | 0 | 1001111 | 111010 | 111000 | 101011000 | 1000010 | 11010 |
Color Harmonies of #70172F
Complementary color
Monochromatic Colors of #70172F
Black with #70172F
Text Example
Text Example
White with #70172F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70172F; }
p { color: rgb(112,23,47); }
H1.HeaderClassName
{
color: #70172F;
}
.AnyTagClassName
{
color: #70172F;
}
</style>
background-color css
<style>
a { background-color: #70172F; }
a { background-color: rgb(112,23,47); }
div.DivClassName
{
background-color: #70172F;
}
.BgClassName
{
background-color: #70172F;
}
</style>
border-color css
<style>
span { border-color: #70172F; }
span { border-color: rgb(112,23,47); }
td.TdClassName
{
border-color: #70172F;
}
.TagClassName
{
border-color: #70172F;
}
</style>