Shades of Claret #701437
Tints of Claret #701437
RGB
CMYK
RGB Variations
Color information
#701437 (or 0x701437) is known color: Claret. HEX triplet: 70, 14 and 37. RGB value is (112,20,55). Sum of RGB (Red+Green+Blue) = 112+20+55=187 (24% of max value = 765). Red value is 112 (44.14% from 255 or 59.89% from 187); Green value is 20 (8.20% from 255 or 10.70% from 187); Blue value is 55 (21.88% from 255 or 29.41% from 187); Max value from RGB is 112 - color contains mainly: red. Hex color #701437 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701437 is #8FEBC8. Grayscale: #333333. Windows color (decimal): -9432009 or 3609712. OLE color: 3609712.
HSL color Cylindrical-coordinate representation of color #701437: hue angle of 337.17º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #701437 is Cyan = 0, Magento = 0.82, Yellow = 0.51 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 20 | 55 | - |
| CMYK | 0 | 0.82 | 0.51 | 0.56 |
| HSL | 337.17º | 0.7% | 0.26% | - |
| HSV(B) | 337.17º | 0.82% | 0.44% | - |
| XYZ | 7.62 | 4.22 | 4.03 | - |
| YUV | 51.5 | 129.98 | 171.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 20 | 55 | 0 | 0.82 | 0.51 | 0.56 | 337.17 | 0.7 | 0.26 |
| Hex | 70 | 14 | 37 | 0 | 52 | 33 | 38 | 151 | 46 | 1A |
| Octal | 160 | 24 | 67 | 0 | 122 | 63 | 70 | 521 | 106 | 32 |
| Binary | 1110000 | 10100 | 110111 | 0 | 1010010 | 110011 | 111000 | 101010001 | 1000110 | 11010 |
Color Harmonies of #701437
Complementary color
Monochromatic Colors of #701437
Black with #701437
Text Example
Text Example
White with #701437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701437; }
p { color: rgb(112,20,55); }
H1.HeaderClassName
{
color: #701437;
}
.AnyTagClassName
{
color: #701437;
}
</style>
background-color css
<style>
a { background-color: #701437; }
a { background-color: rgb(112,20,55); }
div.DivClassName
{
background-color: #701437;
}
.BgClassName
{
background-color: #701437;
}
</style>
border-color css
<style>
span { border-color: #701437; }
span { border-color: rgb(112,20,55); }
td.TdClassName
{
border-color: #701437;
}
.TagClassName
{
border-color: #701437;
}
</style>