Shades of Claret #701031
Tints of Claret #701031
RGB
CMYK
RGB Variations
Color information
#701031 (or 0x701031) is known color: Claret. HEX triplet: 70, 10 and 31. RGB value is (112,16,49). Sum of RGB (Red+Green+Blue) = 112+16+49=177 (23% of max value = 765). Red value is 112 (44.14% from 255 or 63.28% from 177); Green value is 16 (6.64% from 255 or 9.04% from 177); Blue value is 49 (19.53% from 255 or 27.68% from 177); Max value from RGB is 112 - color contains mainly: red. Hex color #701031 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701031 is #8FEFCE. Grayscale: #303030. Windows color (decimal): -9433039 or 3215472. OLE color: 3215472.
HSL color Cylindrical-coordinate representation of color #701031: hue angle of 339.38º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #701031 is Cyan = 0, Magento = 0.86, Yellow = 0.56 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 16 | 49 | - |
| CMYK | 0 | 0.86 | 0.56 | 0.56 |
| HSL | 339.38º | 0.75% | 0.25% | - |
| HSV(B) | 339.38º | 0.86% | 0.44% | - |
| XYZ | 7.42 | 4.04 | 3.29 | - |
| YUV | 48.47 | 128.3 | 173.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 16 | 49 | 0 | 0.86 | 0.56 | 0.56 | 339.38 | 0.75 | 0.25 |
| Hex | 70 | 10 | 31 | 0 | 56 | 38 | 38 | 153 | 4B | 19 |
| Octal | 160 | 20 | 61 | 0 | 126 | 70 | 70 | 523 | 113 | 31 |
| Binary | 1110000 | 10000 | 110001 | 0 | 1010110 | 111000 | 111000 | 101010011 | 1001011 | 11001 |
Color Harmonies of #701031
Complementary color
Monochromatic Colors of #701031
Black with #701031
Text Example
Text Example
White with #701031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701031; }
p { color: rgb(112,16,49); }
H1.HeaderClassName
{
color: #701031;
}
.AnyTagClassName
{
color: #701031;
}
</style>
background-color css
<style>
a { background-color: #701031; }
a { background-color: rgb(112,16,49); }
div.DivClassName
{
background-color: #701031;
}
.BgClassName
{
background-color: #701031;
}
</style>
border-color css
<style>
span { border-color: #701031; }
span { border-color: rgb(112,16,49); }
td.TdClassName
{
border-color: #701031;
}
.TagClassName
{
border-color: #701031;
}
</style>