Shades of Claret #701836
Tints of Claret #701836
RGB
CMYK
RGB Variations
Color information
#701836 (or 0x701836) is known color: Claret. HEX triplet: 70, 18 and 36. RGB value is (112,24,54). Sum of RGB (Red+Green+Blue) = 112+24+54=190 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.95% from 190); Green value is 24 (9.77% from 255 or 12.63% from 190); Blue value is 54 (21.48% from 255 or 28.42% from 190); Max value from RGB is 112 - color contains mainly: red. Hex color #701836 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701836 is #8FE7C9. Grayscale: #353535. Windows color (decimal): -9430986 or 3545200. OLE color: 3545200.
HSL color Cylindrical-coordinate representation of color #701836: hue angle of 339.55º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #701836 is Cyan = 0, Magento = 0.79, Yellow = 0.52 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 24 | 54 | - |
| CMYK | 0 | 0.79 | 0.52 | 0.56 |
| HSL | 339.55º | 0.65% | 0.27% | - |
| HSV(B) | 339.55º | 0.79% | 0.44% | - |
| XYZ | 7.67 | 4.36 | 3.93 | - |
| YUV | 53.73 | 128.15 | 169.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 24 | 54 | 0 | 0.79 | 0.52 | 0.56 | 339.55 | 0.65 | 0.27 |
| Hex | 70 | 18 | 36 | 0 | 4F | 34 | 38 | 154 | 41 | 1B |
| Octal | 160 | 30 | 66 | 0 | 117 | 64 | 70 | 524 | 101 | 33 |
| Binary | 1110000 | 11000 | 110110 | 0 | 1001111 | 110100 | 111000 | 101010100 | 1000001 | 11011 |
Color Harmonies of #701836
Complementary color
Monochromatic Colors of #701836
Black with #701836
Text Example
Text Example
White with #701836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701836; }
p { color: rgb(112,24,54); }
H1.HeaderClassName
{
color: #701836;
}
.AnyTagClassName
{
color: #701836;
}
</style>
background-color css
<style>
a { background-color: #701836; }
a { background-color: rgb(112,24,54); }
div.DivClassName
{
background-color: #701836;
}
.BgClassName
{
background-color: #701836;
}
</style>
border-color css
<style>
span { border-color: #701836; }
span { border-color: rgb(112,24,54); }
td.TdClassName
{
border-color: #701836;
}
.TagClassName
{
border-color: #701836;
}
</style>