Shades of Claret #701939
Tints of Claret #701939
RGB
CMYK
RGB Variations
Color information
#701939 (or 0x701939) is known color: Claret. HEX triplet: 70, 19 and 39. RGB value is (112,25,57). Sum of RGB (Red+Green+Blue) = 112+25+57=194 (25% of max value = 765). Red value is 112 (44.14% from 255 or 57.73% from 194); Green value is 25 (10.16% from 255 or 12.89% from 194); Blue value is 57 (22.66% from 255 or 29.38% from 194); Max value from RGB is 112 - color contains mainly: red. Hex color #701939 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701939 is #8FE6C6. Grayscale: #363636. Windows color (decimal): -9430727 or 3742064. OLE color: 3742064.
HSL color Cylindrical-coordinate representation of color #701939: hue angle of 337.93º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #701939 is Cyan = 0, Magento = 0.78, Yellow = 0.49 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 25 | 57 | - |
| CMYK | 0 | 0.78 | 0.49 | 0.56 |
| HSL | 337.93º | 0.64% | 0.27% | - |
| HSV(B) | 337.93º | 0.78% | 0.44% | - |
| XYZ | 7.77 | 4.44 | 4.32 | - |
| YUV | 54.66 | 129.32 | 168.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 25 | 57 | 0 | 0.78 | 0.49 | 0.56 | 337.93 | 0.64 | 0.27 |
| Hex | 70 | 19 | 39 | 0 | 4E | 31 | 38 | 152 | 40 | 1B |
| Octal | 160 | 31 | 71 | 0 | 116 | 61 | 70 | 522 | 100 | 33 |
| Binary | 1110000 | 11001 | 111001 | 0 | 1001110 | 110001 | 111000 | 101010010 | 1000000 | 11011 |
Color Harmonies of #701939
Complementary color
Monochromatic Colors of #701939
Black with #701939
Text Example
Text Example
White with #701939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701939; }
p { color: rgb(112,25,57); }
H1.HeaderClassName
{
color: #701939;
}
.AnyTagClassName
{
color: #701939;
}
</style>
background-color css
<style>
a { background-color: #701939; }
a { background-color: rgb(112,25,57); }
div.DivClassName
{
background-color: #701939;
}
.BgClassName
{
background-color: #701939;
}
</style>
border-color css
<style>
span { border-color: #701939; }
span { border-color: rgb(112,25,57); }
td.TdClassName
{
border-color: #701939;
}
.TagClassName
{
border-color: #701939;
}
</style>