Shades of Claret #701434
Tints of Claret #701434
RGB
CMYK
RGB Variations
Color information
#701434 (or 0x701434) is known color: Claret. HEX triplet: 70, 14 and 34. RGB value is (112,20,52). Sum of RGB (Red+Green+Blue) = 112+20+52=184 (24% of max value = 765). Red value is 112 (44.14% from 255 or 60.87% from 184); Green value is 20 (8.20% from 255 or 10.87% from 184); Blue value is 52 (20.70% from 255 or 28.26% from 184); Max value from RGB is 112 - color contains mainly: red. Hex color #701434 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701434 is #8FEBCB. Grayscale: #333333. Windows color (decimal): -9432012 or 3413104. OLE color: 3413104.
HSL color Cylindrical-coordinate representation of color #701434: hue angle of 339.13º 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 #701434 is Cyan = 0, Magento = 0.82, Yellow = 0.54 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 20 | 52 | - |
| CMYK | 0 | 0.82 | 0.54 | 0.56 |
| HSL | 339.13º | 0.7% | 0.26% | - |
| HSV(B) | 339.13º | 0.82% | 0.44% | - |
| XYZ | 7.55 | 4.19 | 3.66 | - |
| YUV | 51.16 | 128.48 | 171.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 20 | 52 | 0 | 0.82 | 0.54 | 0.56 | 339.13 | 0.7 | 0.26 |
| Hex | 70 | 14 | 34 | 0 | 52 | 36 | 38 | 153 | 46 | 1A |
| Octal | 160 | 24 | 64 | 0 | 122 | 66 | 70 | 523 | 106 | 32 |
| Binary | 1110000 | 10100 | 110100 | 0 | 1010010 | 110110 | 111000 | 101010011 | 1000110 | 11010 |
Color Harmonies of #701434
Complementary color
Monochromatic Colors of #701434
Black with #701434
Text Example
Text Example
White with #701434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701434; }
p { color: rgb(112,20,52); }
H1.HeaderClassName
{
color: #701434;
}
.AnyTagClassName
{
color: #701434;
}
</style>
background-color css
<style>
a { background-color: #701434; }
a { background-color: rgb(112,20,52); }
div.DivClassName
{
background-color: #701434;
}
.BgClassName
{
background-color: #701434;
}
</style>
border-color css
<style>
span { border-color: #701434; }
span { border-color: rgb(112,20,52); }
td.TdClassName
{
border-color: #701434;
}
.TagClassName
{
border-color: #701434;
}
</style>