Shades of Claret #701635
Tints of Claret #701635
RGB
CMYK
RGB Variations
Color information
#701635 (or 0x701635) is known color: Claret. HEX triplet: 70, 16 and 35. RGB value is (112,22,53). Sum of RGB (Red+Green+Blue) = 112+22+53=187 (24% of max value = 765). Red value is 112 (44.14% from 255 or 59.89% from 187); Green value is 22 (8.98% from 255 or 11.76% from 187); Blue value is 53 (21.09% from 255 or 28.34% from 187); Max value from RGB is 112 - color contains mainly: red. Hex color #701635 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701635 is #8FE9CA. Grayscale: #343434. Windows color (decimal): -9431499 or 3479152. OLE color: 3479152.
HSL color Cylindrical-coordinate representation of color #701635: hue angle of 339.33º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #701635 is Cyan = 0, Magento = 0.80, Yellow = 0.53 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 22 | 53 | - |
| CMYK | 0 | 0.80 | 0.53 | 0.56 |
| HSL | 339.33º | 0.67% | 0.26% | - |
| HSV(B) | 339.33º | 0.8% | 0.44% | - |
| XYZ | 7.61 | 4.28 | 3.79 | - |
| YUV | 52.44 | 128.32 | 170.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 22 | 53 | 0 | 0.80 | 0.53 | 0.56 | 339.33 | 0.67 | 0.26 |
| Hex | 70 | 16 | 35 | 0 | 50 | 35 | 38 | 153 | 43 | 1A |
| Octal | 160 | 26 | 65 | 0 | 120 | 65 | 70 | 523 | 103 | 32 |
| Binary | 1110000 | 10110 | 110101 | 0 | 1010000 | 110101 | 111000 | 101010011 | 1000011 | 11010 |
Color Harmonies of #701635
Complementary color
Monochromatic Colors of #701635
Black with #701635
Text Example
Text Example
White with #701635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701635; }
p { color: rgb(112,22,53); }
H1.HeaderClassName
{
color: #701635;
}
.AnyTagClassName
{
color: #701635;
}
</style>
background-color css
<style>
a { background-color: #701635; }
a { background-color: rgb(112,22,53); }
div.DivClassName
{
background-color: #701635;
}
.BgClassName
{
background-color: #701635;
}
</style>
border-color css
<style>
span { border-color: #701635; }
span { border-color: rgb(112,22,53); }
td.TdClassName
{
border-color: #701635;
}
.TagClassName
{
border-color: #701635;
}
</style>