Shades of Claret #701E39
Tints of Claret #701E39
RGB
CMYK
RGB Variations
Color information
#701E39 (or 0x701E39) is known color: Claret. HEX triplet: 70, 1E and 39. RGB value is (112,30,57). Sum of RGB (Red+Green+Blue) = 112+30+57=199 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.28% from 199); Green value is 30 (12.11% from 255 or 15.08% from 199); Blue value is 57 (22.66% from 255 or 28.64% from 199); Max value from RGB is 112 - color contains mainly: red. Hex color #701E39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #701E39 is #8FE1C6. Grayscale: #393939. Windows color (decimal): -9429447 or 3743344. OLE color: 3743344.
HSL color Cylindrical-coordinate representation of color #701E39: hue angle of 340.24º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #701E39 is Cyan = 0, Magento = 0.73, Yellow = 0.49 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 30 | 57 | - |
| CMYK | 0 | 0.73 | 0.49 | 0.56 |
| HSL | 340.24º | 0.58% | 0.28% | - |
| HSV(B) | 340.24º | 0.73% | 0.44% | - |
| XYZ | 7.88 | 4.67 | 4.36 | - |
| YUV | 57.6 | 127.67 | 166.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 30 | 57 | 0 | 0.73 | 0.49 | 0.56 | 340.24 | 0.58 | 0.28 |
| Hex | 70 | 1E | 39 | 0 | 49 | 31 | 38 | 154 | 3A | 1C |
| Octal | 160 | 36 | 71 | 0 | 111 | 61 | 70 | 524 | 72 | 34 |
| Binary | 1110000 | 11110 | 111001 | 0 | 1001001 | 110001 | 111000 | 101010100 | 111010 | 11100 |
Color Harmonies of #701E39
Complementary color
Monochromatic Colors of #701E39
Black with #701E39
Text Example
Text Example
White with #701E39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701E39; }
p { color: rgb(112,30,57); }
H1.HeaderClassName
{
color: #701E39;
}
.AnyTagClassName
{
color: #701E39;
}
</style>
background-color css
<style>
a { background-color: #701E39; }
a { background-color: rgb(112,30,57); }
div.DivClassName
{
background-color: #701E39;
}
.BgClassName
{
background-color: #701E39;
}
</style>
border-color css
<style>
span { border-color: #701E39; }
span { border-color: rgb(112,30,57); }
td.TdClassName
{
border-color: #701E39;
}
.TagClassName
{
border-color: #701E39;
}
</style>