Shades of Claret #701938
Tints of Claret #701938
RGB
CMYK
RGB Variations
Color information
#701938 (or 0x701938) is known color: Claret. HEX triplet: 70, 19 and 38. RGB value is (112,25,56). Sum of RGB (Red+Green+Blue) = 112+25+56=193 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.03% from 193); Green value is 25 (10.16% from 255 or 12.95% from 193); Blue value is 56 (22.27% from 255 or 29.02% from 193); Max value from RGB is 112 - color contains mainly: red. Hex color #701938 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701938 is #8FE6C7. Grayscale: #363636. Windows color (decimal): -9430728 or 3676528. OLE color: 3676528.
HSL color Cylindrical-coordinate representation of color #701938: hue angle of 338.62º 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 #701938 is Cyan = 0, Magento = 0.78, Yellow = 0.50 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 25 | 56 | - |
| CMYK | 0 | 0.78 | 0.50 | 0.56 |
| HSL | 338.62º | 0.64% | 0.27% | - |
| HSV(B) | 338.62º | 0.78% | 0.44% | - |
| XYZ | 7.74 | 4.43 | 4.19 | - |
| YUV | 54.55 | 128.82 | 168.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 25 | 56 | 0 | 0.78 | 0.50 | 0.56 | 338.62 | 0.64 | 0.27 |
| Hex | 70 | 19 | 38 | 0 | 4E | 32 | 38 | 153 | 40 | 1B |
| Octal | 160 | 31 | 70 | 0 | 116 | 62 | 70 | 523 | 100 | 33 |
| Binary | 1110000 | 11001 | 111000 | 0 | 1001110 | 110010 | 111000 | 101010011 | 1000000 | 11011 |
Color Harmonies of #701938
Complementary color
Monochromatic Colors of #701938
Black with #701938
Text Example
Text Example
White with #701938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701938; }
p { color: rgb(112,25,56); }
H1.HeaderClassName
{
color: #701938;
}
.AnyTagClassName
{
color: #701938;
}
</style>
background-color css
<style>
a { background-color: #701938; }
a { background-color: rgb(112,25,56); }
div.DivClassName
{
background-color: #701938;
}
.BgClassName
{
background-color: #701938;
}
</style>
border-color css
<style>
span { border-color: #701938; }
span { border-color: rgb(112,25,56); }
td.TdClassName
{
border-color: #701938;
}
.TagClassName
{
border-color: #701938;
}
</style>