Shades of Claret #701737
Tints of Claret #701737
RGB
CMYK
RGB Variations
Color information
#701737 (or 0x701737) is known color: Claret. HEX triplet: 70, 17 and 37. RGB value is (112,23,55). Sum of RGB (Red+Green+Blue) = 112+23+55=190 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.95% from 190); Green value is 23 (9.38% from 255 or 12.11% from 190); Blue value is 55 (21.88% from 255 or 28.95% from 190); Max value from RGB is 112 - color contains mainly: red. Hex color #701737 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701737 is #8FE8C8. Grayscale: #353535. Windows color (decimal): -9431241 or 3610480. OLE color: 3610480.
HSL color Cylindrical-coordinate representation of color #701737: hue angle of 338.43º 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 #701737 is Cyan = 0, Magento = 0.79, Yellow = 0.51 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 23 | 55 | - |
| CMYK | 0 | 0.79 | 0.51 | 0.56 |
| HSL | 338.43º | 0.66% | 0.26% | - |
| HSV(B) | 338.43º | 0.79% | 0.44% | - |
| XYZ | 7.68 | 4.33 | 4.05 | - |
| YUV | 53.26 | 128.99 | 169.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 23 | 55 | 0 | 0.79 | 0.51 | 0.56 | 338.43 | 0.66 | 0.26 |
| Hex | 70 | 17 | 37 | 0 | 4F | 33 | 38 | 152 | 42 | 1A |
| Octal | 160 | 27 | 67 | 0 | 117 | 63 | 70 | 522 | 102 | 32 |
| Binary | 1110000 | 10111 | 110111 | 0 | 1001111 | 110011 | 111000 | 101010010 | 1000010 | 11010 |
Color Harmonies of #701737
Complementary color
Monochromatic Colors of #701737
Black with #701737
Text Example
Text Example
White with #701737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701737; }
p { color: rgb(112,23,55); }
H1.HeaderClassName
{
color: #701737;
}
.AnyTagClassName
{
color: #701737;
}
</style>
background-color css
<style>
a { background-color: #701737; }
a { background-color: rgb(112,23,55); }
div.DivClassName
{
background-color: #701737;
}
.BgClassName
{
background-color: #701737;
}
</style>
border-color css
<style>
span { border-color: #701737; }
span { border-color: rgb(112,23,55); }
td.TdClassName
{
border-color: #701737;
}
.TagClassName
{
border-color: #701737;
}
</style>