Shades of Claret #701032
Tints of Claret #701032
RGB
CMYK
RGB Variations
Color information
#701032 (or 0x701032) is known color: Claret. HEX triplet: 70, 10 and 32. RGB value is (112,16,50). Sum of RGB (Red+Green+Blue) = 112+16+50=178 (23% of max value = 765). Red value is 112 (44.14% from 255 or 62.92% from 178); Green value is 16 (6.64% from 255 or 8.99% from 178); Blue value is 50 (19.92% from 255 or 28.09% from 178); Max value from RGB is 112 - color contains mainly: red. Hex color #701032 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701032 is #8FEFCD. Grayscale: #303030. Windows color (decimal): -9433038 or 3281008. OLE color: 3281008.
HSL color Cylindrical-coordinate representation of color #701032: hue angle of 338.75º 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 #701032 is Cyan = 0, Magento = 0.86, Yellow = 0.55 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 16 | 50 | - |
| CMYK | 0 | 0.86 | 0.55 | 0.56 |
| HSL | 338.75º | 0.75% | 0.25% | - |
| HSV(B) | 338.75º | 0.86% | 0.44% | - |
| XYZ | 7.44 | 4.05 | 3.41 | - |
| YUV | 48.58 | 128.8 | 173.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 16 | 50 | 0 | 0.86 | 0.55 | 0.56 | 338.75 | 0.75 | 0.25 |
| Hex | 70 | 10 | 32 | 0 | 56 | 37 | 38 | 153 | 4B | 19 |
| Octal | 160 | 20 | 62 | 0 | 126 | 67 | 70 | 523 | 113 | 31 |
| Binary | 1110000 | 10000 | 110010 | 0 | 1010110 | 110111 | 111000 | 101010011 | 1001011 | 11001 |
Color Harmonies of #701032
Complementary color
Monochromatic Colors of #701032
Black with #701032
Text Example
Text Example
White with #701032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701032; }
p { color: rgb(112,16,50); }
H1.HeaderClassName
{
color: #701032;
}
.AnyTagClassName
{
color: #701032;
}
</style>
background-color css
<style>
a { background-color: #701032; }
a { background-color: rgb(112,16,50); }
div.DivClassName
{
background-color: #701032;
}
.BgClassName
{
background-color: #701032;
}
</style>
border-color css
<style>
span { border-color: #701032; }
span { border-color: rgb(112,16,50); }
td.TdClassName
{
border-color: #701032;
}
.TagClassName
{
border-color: #701032;
}
</style>