Shades of Claret #701932
Tints of Claret #701932
RGB
CMYK
RGB Variations
Color information
#701932 (or 0x701932) is known color: Claret. HEX triplet: 70, 19 and 32. RGB value is (112,25,50). Sum of RGB (Red+Green+Blue) = 112+25+50=187 (24% of max value = 765). Red value is 112 (44.14% from 255 or 59.89% from 187); Green value is 25 (10.16% from 255 or 13.37% from 187); Blue value is 50 (19.92% from 255 or 26.74% from 187); Max value from RGB is 112 - color contains mainly: red. Hex color #701932 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701932 is #8FE6CD. Grayscale: #353535. Windows color (decimal): -9430734 or 3283312. OLE color: 3283312.
HSL color Cylindrical-coordinate representation of color #701932: hue angle of 342.76º 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 #701932 is Cyan = 0, Magento = 0.78, Yellow = 0.55 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 25 | 50 | - |
| CMYK | 0 | 0.78 | 0.55 | 0.56 |
| HSL | 342.76º | 0.64% | 0.27% | - |
| HSV(B) | 342.76º | 0.78% | 0.44% | - |
| XYZ | 7.61 | 4.37 | 3.46 | - |
| YUV | 53.86 | 125.82 | 169.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 25 | 50 | 0 | 0.78 | 0.55 | 0.56 | 342.76 | 0.64 | 0.27 |
| Hex | 70 | 19 | 32 | 0 | 4E | 37 | 38 | 157 | 40 | 1B |
| Octal | 160 | 31 | 62 | 0 | 116 | 67 | 70 | 527 | 100 | 33 |
| Binary | 1110000 | 11001 | 110010 | 0 | 1001110 | 110111 | 111000 | 101010111 | 1000000 | 11011 |
Color Harmonies of #701932
Complementary color
Monochromatic Colors of #701932
Black with #701932
Text Example
Text Example
White with #701932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701932; }
p { color: rgb(112,25,50); }
H1.HeaderClassName
{
color: #701932;
}
.AnyTagClassName
{
color: #701932;
}
</style>
background-color css
<style>
a { background-color: #701932; }
a { background-color: rgb(112,25,50); }
div.DivClassName
{
background-color: #701932;
}
.BgClassName
{
background-color: #701932;
}
</style>
border-color css
<style>
span { border-color: #701932; }
span { border-color: rgb(112,25,50); }
td.TdClassName
{
border-color: #701932;
}
.TagClassName
{
border-color: #701932;
}
</style>