Shades of Claret #701937
Tints of Claret #701937
RGB
CMYK
RGB Variations
Color information
#701937 (or 0x701937) is known color: Claret. HEX triplet: 70, 19 and 37. RGB value is (112,25,55). Sum of RGB (Red+Green+Blue) = 112+25+55=192 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.33% from 192); Green value is 25 (10.16% from 255 or 13.02% from 192); Blue value is 55 (21.88% from 255 or 28.65% from 192); Max value from RGB is 112 - color contains mainly: red. Hex color #701937 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701937 is #8FE6C8. Grayscale: #363636. Windows color (decimal): -9430729 or 3610992. OLE color: 3610992.
HSL color Cylindrical-coordinate representation of color #701937: hue angle of 339.31º 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 #701937 is Cyan = 0, Magento = 0.78, Yellow = 0.51 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 25 | 55 | - |
| CMYK | 0 | 0.78 | 0.51 | 0.56 |
| HSL | 339.31º | 0.64% | 0.27% | - |
| HSV(B) | 339.31º | 0.78% | 0.44% | - |
| XYZ | 7.72 | 4.42 | 4.06 | - |
| YUV | 54.43 | 128.32 | 169.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 25 | 55 | 0 | 0.78 | 0.51 | 0.56 | 339.31 | 0.64 | 0.27 |
| Hex | 70 | 19 | 37 | 0 | 4E | 33 | 38 | 153 | 40 | 1B |
| Octal | 160 | 31 | 67 | 0 | 116 | 63 | 70 | 523 | 100 | 33 |
| Binary | 1110000 | 11001 | 110111 | 0 | 1001110 | 110011 | 111000 | 101010011 | 1000000 | 11011 |
Color Harmonies of #701937
Complementary color
Monochromatic Colors of #701937
Black with #701937
Text Example
Text Example
White with #701937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701937; }
p { color: rgb(112,25,55); }
H1.HeaderClassName
{
color: #701937;
}
.AnyTagClassName
{
color: #701937;
}
</style>
background-color css
<style>
a { background-color: #701937; }
a { background-color: rgb(112,25,55); }
div.DivClassName
{
background-color: #701937;
}
.BgClassName
{
background-color: #701937;
}
</style>
border-color css
<style>
span { border-color: #701937; }
span { border-color: rgb(112,25,55); }
td.TdClassName
{
border-color: #701937;
}
.TagClassName
{
border-color: #701937;
}
</style>