Shades of Claret #701935
Tints of Claret #701935
RGB
CMYK
RGB Variations
Color information
#701935 (or 0x701935) is known color: Claret. HEX triplet: 70, 19 and 35. RGB value is (112,25,53). Sum of RGB (Red+Green+Blue) = 112+25+53=190 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.95% from 190); Green value is 25 (10.16% from 255 or 13.16% from 190); Blue value is 53 (21.09% from 255 or 27.89% from 190); Max value from RGB is 112 - color contains mainly: red. Hex color #701935 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701935 is #8FE6CA. Grayscale: #363636. Windows color (decimal): -9430731 or 3479920. OLE color: 3479920.
HSL color Cylindrical-coordinate representation of color #701935: hue angle of 340.69º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #701935 is Cyan = 0, Magento = 0.78, Yellow = 0.53 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 25 | 53 | - |
| CMYK | 0 | 0.78 | 0.53 | 0.56 |
| HSL | 340.69º | 0.64% | 0.27% | - |
| HSV(B) | 340.69º | 0.78% | 0.44% | - |
| XYZ | 7.67 | 4.4 | 3.81 | - |
| YUV | 54.21 | 127.32 | 169.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 25 | 53 | 0 | 0.78 | 0.53 | 0.56 | 340.69 | 0.64 | 0.27 |
| Hex | 70 | 19 | 35 | 0 | 4E | 35 | 38 | 155 | 40 | 1B |
| Octal | 160 | 31 | 65 | 0 | 116 | 65 | 70 | 525 | 100 | 33 |
| Binary | 1110000 | 11001 | 110101 | 0 | 1001110 | 110101 | 111000 | 101010101 | 1000000 | 11011 |
Color Harmonies of #701935
Complementary color
Monochromatic Colors of #701935
Black with #701935
Text Example
Text Example
White with #701935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701935; }
p { color: rgb(112,25,53); }
H1.HeaderClassName
{
color: #701935;
}
.AnyTagClassName
{
color: #701935;
}
</style>
background-color css
<style>
a { background-color: #701935; }
a { background-color: rgb(112,25,53); }
div.DivClassName
{
background-color: #701935;
}
.BgClassName
{
background-color: #701935;
}
</style>
border-color css
<style>
span { border-color: #701935; }
span { border-color: rgb(112,25,53); }
td.TdClassName
{
border-color: #701935;
}
.TagClassName
{
border-color: #701935;
}
</style>