Shades of Claret #701735
Tints of Claret #701735
RGB
CMYK
RGB Variations
Color information
#701735 (or 0x701735) is known color: Claret. HEX triplet: 70, 17 and 35. RGB value is (112,23,53). Sum of RGB (Red+Green+Blue) = 112+23+53=188 (24% of max value = 765). Red value is 112 (44.14% from 255 or 59.57% from 188); Green value is 23 (9.38% from 255 or 12.23% from 188); Blue value is 53 (21.09% from 255 or 28.19% from 188); Max value from RGB is 112 - color contains mainly: red. Hex color #701735 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701735 is #8FE8CA. Grayscale: #353535. Windows color (decimal): -9431243 or 3479408. OLE color: 3479408.
HSL color Cylindrical-coordinate representation of color #701735: hue angle of 339.78º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #701735 is Cyan = 0, Magento = 0.79, Yellow = 0.53 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 23 | 53 | - |
| CMYK | 0 | 0.79 | 0.53 | 0.56 |
| HSL | 339.78º | 0.66% | 0.26% | - |
| HSV(B) | 339.78º | 0.79% | 0.44% | - |
| XYZ | 7.63 | 4.31 | 3.8 | - |
| YUV | 53.03 | 127.99 | 170.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 23 | 53 | 0 | 0.79 | 0.53 | 0.56 | 339.78 | 0.66 | 0.26 |
| Hex | 70 | 17 | 35 | 0 | 4F | 35 | 38 | 154 | 42 | 1A |
| Octal | 160 | 27 | 65 | 0 | 117 | 65 | 70 | 524 | 102 | 32 |
| Binary | 1110000 | 10111 | 110101 | 0 | 1001111 | 110101 | 111000 | 101010100 | 1000010 | 11010 |
Color Harmonies of #701735
Complementary color
Monochromatic Colors of #701735
Black with #701735
Text Example
Text Example
White with #701735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701735; }
p { color: rgb(112,23,53); }
H1.HeaderClassName
{
color: #701735;
}
.AnyTagClassName
{
color: #701735;
}
</style>
background-color css
<style>
a { background-color: #701735; }
a { background-color: rgb(112,23,53); }
div.DivClassName
{
background-color: #701735;
}
.BgClassName
{
background-color: #701735;
}
</style>
border-color css
<style>
span { border-color: #701735; }
span { border-color: rgb(112,23,53); }
td.TdClassName
{
border-color: #701735;
}
.TagClassName
{
border-color: #701735;
}
</style>