Shades of Claret #70212F
Tints of Claret #70212F
RGB
CMYK
RGB Variations
Color information
#70212F (or 0x70212F) is known color: Claret. HEX triplet: 70, 21 and 2F. RGB value is (112,33,47). Sum of RGB (Red+Green+Blue) = 112+33+47=192 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.33% from 192); Green value is 33 (13.28% from 255 or 17.19% from 192); Blue value is 47 (18.75% from 255 or 24.48% from 192); Max value from RGB is 112 - color contains mainly: red. Hex color #70212F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70212F is #8FDED0. Grayscale: #3A3A3A. Windows color (decimal): -9428689 or 3088752. OLE color: 3088752.
HSL color Cylindrical-coordinate representation of color #70212F: hue angle of 349.37º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #70212F is Cyan = 0, Magento = 0.71, Yellow = 0.58 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 33 | 47 | - |
| CMYK | 0 | 0.71 | 0.58 | 0.56 |
| HSL | 349.37º | 0.54% | 0.28% | - |
| HSV(B) | 349.37º | 0.71% | 0.44% | - |
| XYZ | 7.74 | 4.74 | 3.2 | - |
| YUV | 58.22 | 121.67 | 166.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 33 | 47 | 0 | 0.71 | 0.58 | 0.56 | 349.37 | 0.54 | 0.28 |
| Hex | 70 | 21 | 2F | 0 | 47 | 3A | 38 | 15D | 36 | 1C |
| Octal | 160 | 41 | 57 | 0 | 107 | 72 | 70 | 535 | 66 | 34 |
| Binary | 1110000 | 100001 | 101111 | 0 | 1000111 | 111010 | 111000 | 101011101 | 110110 | 11100 |
Color Harmonies of #70212F
Complementary color
Monochromatic Colors of #70212F
Black with #70212F
Text Example
Text Example
White with #70212F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70212F; }
p { color: rgb(112,33,47); }
H1.HeaderClassName
{
color: #70212F;
}
.AnyTagClassName
{
color: #70212F;
}
</style>
background-color css
<style>
a { background-color: #70212F; }
a { background-color: rgb(112,33,47); }
div.DivClassName
{
background-color: #70212F;
}
.BgClassName
{
background-color: #70212F;
}
</style>
border-color css
<style>
span { border-color: #70212F; }
span { border-color: rgb(112,33,47); }
td.TdClassName
{
border-color: #70212F;
}
.TagClassName
{
border-color: #70212F;
}
</style>