Shades of Claret #701637
Tints of Claret #701637
RGB
CMYK
RGB Variations
Color information
#701637 (or 0x701637) is known color: Claret. HEX triplet: 70, 16 and 37. RGB value is (112,22,55). Sum of RGB (Red+Green+Blue) = 112+22+55=189 (25% of max value = 765). Red value is 112 (44.14% from 255 or 59.26% from 189); Green value is 22 (8.98% from 255 or 11.64% from 189); Blue value is 55 (21.88% from 255 or 29.10% from 189); Max value from RGB is 112 - color contains mainly: red. Hex color #701637 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701637 is #8FE9C8. Grayscale: #343434. Windows color (decimal): -9431497 or 3610224. OLE color: 3610224.
HSL color Cylindrical-coordinate representation of color #701637: hue angle of 338º 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 #701637 is Cyan = 0, Magento = 0.80, Yellow = 0.51 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 22 | 55 | - |
| CMYK | 0 | 0.80 | 0.51 | 0.56 |
| HSL | 338º | 0.67% | 0.26% | - |
| HSV(B) | 338º | 0.8% | 0.44% | - |
| XYZ | 7.66 | 4.29 | 4.04 | - |
| YUV | 52.67 | 129.32 | 170.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 22 | 55 | 0 | 0.80 | 0.51 | 0.56 | 338 | 0.67 | 0.26 |
| Hex | 70 | 16 | 37 | 0 | 50 | 33 | 38 | 152 | 43 | 1A |
| Octal | 160 | 26 | 67 | 0 | 120 | 63 | 70 | 522 | 103 | 32 |
| Binary | 1110000 | 10110 | 110111 | 0 | 1010000 | 110011 | 111000 | 101010010 | 1000011 | 11010 |
Color Harmonies of #701637
Complementary color
Monochromatic Colors of #701637
Black with #701637
Text Example
Text Example
White with #701637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701637; }
p { color: rgb(112,22,55); }
H1.HeaderClassName
{
color: #701637;
}
.AnyTagClassName
{
color: #701637;
}
</style>
background-color css
<style>
a { background-color: #701637; }
a { background-color: rgb(112,22,55); }
div.DivClassName
{
background-color: #701637;
}
.BgClassName
{
background-color: #701637;
}
</style>
border-color css
<style>
span { border-color: #701637; }
span { border-color: rgb(112,22,55); }
td.TdClassName
{
border-color: #701637;
}
.TagClassName
{
border-color: #701637;
}
</style>