Shades of Claret #701F39
Tints of Claret #701F39
RGB
CMYK
RGB Variations
Color information
#701F39 (or 0x701F39) is known color: Claret. HEX triplet: 70, 1F and 39. RGB value is (112,31,57). Sum of RGB (Red+Green+Blue) = 112+31+57=200 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56% from 200); Green value is 31 (12.5% from 255 or 15.5% from 200); Blue value is 57 (22.66% from 255 or 28.5% from 200); Max value from RGB is 112 - color contains mainly: red. Hex color #701F39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #701F39 is #8FE0C6. Grayscale: #3A3A3A. Windows color (decimal): -9429191 or 3743600. OLE color: 3743600.
HSL color Cylindrical-coordinate representation of color #701F39: hue angle of 340.74º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #701F39 is Cyan = 0, Magento = 0.72, Yellow = 0.49 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 31 | 57 | - |
| CMYK | 0 | 0.72 | 0.49 | 0.56 |
| HSL | 340.74º | 0.57% | 0.28% | - |
| HSV(B) | 340.74º | 0.72% | 0.44% | - |
| XYZ | 7.91 | 4.72 | 4.37 | - |
| YUV | 58.18 | 127.34 | 166.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 31 | 57 | 0 | 0.72 | 0.49 | 0.56 | 340.74 | 0.57 | 0.28 |
| Hex | 70 | 1F | 39 | 0 | 48 | 31 | 38 | 155 | 39 | 1C |
| Octal | 160 | 37 | 71 | 0 | 110 | 61 | 70 | 525 | 71 | 34 |
| Binary | 1110000 | 11111 | 111001 | 0 | 1001000 | 110001 | 111000 | 101010101 | 111001 | 11100 |
Color Harmonies of #701F39
Complementary color
Monochromatic Colors of #701F39
Black with #701F39
Text Example
Text Example
White with #701F39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701F39; }
p { color: rgb(112,31,57); }
H1.HeaderClassName
{
color: #701F39;
}
.AnyTagClassName
{
color: #701F39;
}
</style>
background-color css
<style>
a { background-color: #701F39; }
a { background-color: rgb(112,31,57); }
div.DivClassName
{
background-color: #701F39;
}
.BgClassName
{
background-color: #701F39;
}
</style>
border-color css
<style>
span { border-color: #701F39; }
span { border-color: rgb(112,31,57); }
td.TdClassName
{
border-color: #701F39;
}
.TagClassName
{
border-color: #701F39;
}
</style>