Shades of Claret #70213A
Tints of Claret #70213A
RGB
CMYK
RGB Variations
Color information
#70213A (or 0x70213A) is known color: Claret. HEX triplet: 70, 21 and 3A. RGB value is (112,33,58). Sum of RGB (Red+Green+Blue) = 112+33+58=203 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.17% from 203); Green value is 33 (13.28% from 255 or 16.26% from 203); Blue value is 58 (23.05% from 255 or 28.57% from 203); Max value from RGB is 112 - color contains mainly: red. Hex color #70213A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70213A is #8FDEC5. Grayscale: #3B3B3B. Windows color (decimal): -9428678 or 3809648. OLE color: 3809648.
HSL color Cylindrical-coordinate representation of color #70213A: hue angle of 341.01º 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 #70213A is Cyan = 0, Magento = 0.71, Yellow = 0.48 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 33 | 58 | - |
| CMYK | 0 | 0.71 | 0.48 | 0.56 |
| HSL | 341.01º | 0.54% | 0.28% | - |
| HSV(B) | 341.01º | 0.71% | 0.44% | - |
| XYZ | 7.99 | 4.84 | 4.52 | - |
| YUV | 59.47 | 127.17 | 165.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 33 | 58 | 0 | 0.71 | 0.48 | 0.56 | 341.01 | 0.54 | 0.28 |
| Hex | 70 | 21 | 3A | 0 | 47 | 30 | 38 | 155 | 36 | 1C |
| Octal | 160 | 41 | 72 | 0 | 107 | 60 | 70 | 525 | 66 | 34 |
| Binary | 1110000 | 100001 | 111010 | 0 | 1000111 | 110000 | 111000 | 101010101 | 110110 | 11100 |
Color Harmonies of #70213A
Complementary color
Monochromatic Colors of #70213A
Black with #70213A
Text Example
Text Example
White with #70213A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70213A; }
p { color: rgb(112,33,58); }
H1.HeaderClassName
{
color: #70213A;
}
.AnyTagClassName
{
color: #70213A;
}
</style>
background-color css
<style>
a { background-color: #70213A; }
a { background-color: rgb(112,33,58); }
div.DivClassName
{
background-color: #70213A;
}
.BgClassName
{
background-color: #70213A;
}
</style>
border-color css
<style>
span { border-color: #70213A; }
span { border-color: rgb(112,33,58); }
td.TdClassName
{
border-color: #70213A;
}
.TagClassName
{
border-color: #70213A;
}
</style>