Shades of Claret #701631
Tints of Claret #701631
RGB
CMYK
RGB Variations
Color information
#701631 (or 0x701631) is known color: Claret. HEX triplet: 70, 16 and 31. RGB value is (112,22,49). Sum of RGB (Red+Green+Blue) = 112+22+49=183 (24% of max value = 765). Red value is 112 (44.14% from 255 or 61.20% from 183); Green value is 22 (8.98% from 255 or 12.02% from 183); Blue value is 49 (19.53% from 255 or 26.78% from 183); Max value from RGB is 112 - color contains mainly: red. Hex color #701631 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701631 is #8FE9CE. Grayscale: #333333. Windows color (decimal): -9431503 or 3217008. OLE color: 3217008.
HSL color Cylindrical-coordinate representation of color #701631: hue angle of 342º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #701631 is Cyan = 0, Magento = 0.80, Yellow = 0.56 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 22 | 49 | - |
| CMYK | 0 | 0.80 | 0.56 | 0.56 |
| HSL | 342º | 0.67% | 0.26% | - |
| HSV(B) | 342º | 0.8% | 0.44% | - |
| XYZ | 7.52 | 4.24 | 3.33 | - |
| YUV | 51.99 | 126.32 | 170.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 22 | 49 | 0 | 0.80 | 0.56 | 0.56 | 342 | 0.67 | 0.26 |
| Hex | 70 | 16 | 31 | 0 | 50 | 38 | 38 | 156 | 43 | 1A |
| Octal | 160 | 26 | 61 | 0 | 120 | 70 | 70 | 526 | 103 | 32 |
| Binary | 1110000 | 10110 | 110001 | 0 | 1010000 | 111000 | 111000 | 101010110 | 1000011 | 11010 |
Color Harmonies of #701631
Complementary color
Monochromatic Colors of #701631
Black with #701631
Text Example
Text Example
White with #701631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701631; }
p { color: rgb(112,22,49); }
H1.HeaderClassName
{
color: #701631;
}
.AnyTagClassName
{
color: #701631;
}
</style>
background-color css
<style>
a { background-color: #701631; }
a { background-color: rgb(112,22,49); }
div.DivClassName
{
background-color: #701631;
}
.BgClassName
{
background-color: #701631;
}
</style>
border-color css
<style>
span { border-color: #701631; }
span { border-color: rgb(112,22,49); }
td.TdClassName
{
border-color: #701631;
}
.TagClassName
{
border-color: #701631;
}
</style>