Shades of Claret #701436
Tints of Claret #701436
RGB
CMYK
RGB Variations
Color information
#701436 (or 0x701436) is known color: Claret. HEX triplet: 70, 14 and 36. RGB value is (112,20,54). Sum of RGB (Red+Green+Blue) = 112+20+54=186 (24% of max value = 765). Red value is 112 (44.14% from 255 or 60.22% from 186); Green value is 20 (8.20% from 255 or 10.75% from 186); Blue value is 54 (21.48% from 255 or 29.03% from 186); Max value from RGB is 112 - color contains mainly: red. Hex color #701436 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701436 is #8FEBC9. Grayscale: #333333. Windows color (decimal): -9432010 or 3544176. OLE color: 3544176.
HSL color Cylindrical-coordinate representation of color #701436: hue angle of 337.83º 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 #701436 is Cyan = 0, Magento = 0.82, Yellow = 0.52 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 20 | 54 | - |
| CMYK | 0 | 0.82 | 0.52 | 0.56 |
| HSL | 337.83º | 0.7% | 0.26% | - |
| HSV(B) | 337.83º | 0.82% | 0.44% | - |
| XYZ | 7.6 | 4.21 | 3.9 | - |
| YUV | 51.38 | 129.48 | 171.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 20 | 54 | 0 | 0.82 | 0.52 | 0.56 | 337.83 | 0.7 | 0.26 |
| Hex | 70 | 14 | 36 | 0 | 52 | 34 | 38 | 152 | 46 | 1A |
| Octal | 160 | 24 | 66 | 0 | 122 | 64 | 70 | 522 | 106 | 32 |
| Binary | 1110000 | 10100 | 110110 | 0 | 1010010 | 110100 | 111000 | 101010010 | 1000110 | 11010 |
Color Harmonies of #701436
Complementary color
Monochromatic Colors of #701436
Black with #701436
Text Example
Text Example
White with #701436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701436; }
p { color: rgb(112,20,54); }
H1.HeaderClassName
{
color: #701436;
}
.AnyTagClassName
{
color: #701436;
}
</style>
background-color css
<style>
a { background-color: #701436; }
a { background-color: rgb(112,20,54); }
div.DivClassName
{
background-color: #701436;
}
.BgClassName
{
background-color: #701436;
}
</style>
border-color css
<style>
span { border-color: #701436; }
span { border-color: rgb(112,20,54); }
td.TdClassName
{
border-color: #701436;
}
.TagClassName
{
border-color: #701436;
}
</style>