Shades of Claret #701638
Tints of Claret #701638
RGB
CMYK
RGB Variations
Color information
#701638 (or 0x701638) is known color: Claret. HEX triplet: 70, 16 and 38. RGB value is (112,22,56). Sum of RGB (Red+Green+Blue) = 112+22+56=190 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.95% from 190); Green value is 22 (8.98% from 255 or 11.58% from 190); Blue value is 56 (22.27% from 255 or 29.47% from 190); Max value from RGB is 112 - color contains mainly: red. Hex color #701638 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701638 is #8FE9C7. Grayscale: #343434. Windows color (decimal): -9431496 or 3675760. OLE color: 3675760.
HSL color Cylindrical-coordinate representation of color #701638: hue angle of 337.33º 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 #701638 is Cyan = 0, Magento = 0.80, Yellow = 0.50 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 22 | 56 | - |
| CMYK | 0 | 0.80 | 0.50 | 0.56 |
| HSL | 337.33º | 0.67% | 0.26% | - |
| HSV(B) | 337.33º | 0.8% | 0.44% | - |
| XYZ | 7.68 | 4.3 | 4.17 | - |
| YUV | 52.79 | 129.82 | 170.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 22 | 56 | 0 | 0.80 | 0.50 | 0.56 | 337.33 | 0.67 | 0.26 |
| Hex | 70 | 16 | 38 | 0 | 50 | 32 | 38 | 151 | 43 | 1A |
| Octal | 160 | 26 | 70 | 0 | 120 | 62 | 70 | 521 | 103 | 32 |
| Binary | 1110000 | 10110 | 111000 | 0 | 1010000 | 110010 | 111000 | 101010001 | 1000011 | 11010 |
Color Harmonies of #701638
Complementary color
Monochromatic Colors of #701638
Black with #701638
Text Example
Text Example
White with #701638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701638; }
p { color: rgb(112,22,56); }
H1.HeaderClassName
{
color: #701638;
}
.AnyTagClassName
{
color: #701638;
}
</style>
background-color css
<style>
a { background-color: #701638; }
a { background-color: rgb(112,22,56); }
div.DivClassName
{
background-color: #701638;
}
.BgClassName
{
background-color: #701638;
}
</style>
border-color css
<style>
span { border-color: #701638; }
span { border-color: rgb(112,22,56); }
td.TdClassName
{
border-color: #701638;
}
.TagClassName
{
border-color: #701638;
}
</style>