Shades of Claret #701634
Tints of Claret #701634
RGB
CMYK
RGB Variations
Color information
#701634 (or 0x701634) is known color: Claret. HEX triplet: 70, 16 and 34. RGB value is (112,22,52). Sum of RGB (Red+Green+Blue) = 112+22+52=186 (24% of max value = 765). Red value is 112 (44.14% from 255 or 60.22% from 186); Green value is 22 (8.98% from 255 or 11.83% from 186); Blue value is 52 (20.70% from 255 or 27.96% from 186); Max value from RGB is 112 - color contains mainly: red. Hex color #701634 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701634 is #8FE9CB. Grayscale: #343434. Windows color (decimal): -9431500 or 3413616. OLE color: 3413616.
HSL color Cylindrical-coordinate representation of color #701634: hue angle of 340º 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 #701634 is Cyan = 0, Magento = 0.80, Yellow = 0.54 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 22 | 52 | - |
| CMYK | 0 | 0.80 | 0.54 | 0.56 |
| HSL | 340º | 0.67% | 0.26% | - |
| HSV(B) | 340º | 0.8% | 0.44% | - |
| XYZ | 7.59 | 4.27 | 3.67 | - |
| YUV | 52.33 | 127.82 | 170.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 22 | 52 | 0 | 0.80 | 0.54 | 0.56 | 340 | 0.67 | 0.26 |
| Hex | 70 | 16 | 34 | 0 | 50 | 36 | 38 | 154 | 43 | 1A |
| Octal | 160 | 26 | 64 | 0 | 120 | 66 | 70 | 524 | 103 | 32 |
| Binary | 1110000 | 10110 | 110100 | 0 | 1010000 | 110110 | 111000 | 101010100 | 1000011 | 11010 |
Color Harmonies of #701634
Complementary color
Monochromatic Colors of #701634
Black with #701634
Text Example
Text Example
White with #701634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701634; }
p { color: rgb(112,22,52); }
H1.HeaderClassName
{
color: #701634;
}
.AnyTagClassName
{
color: #701634;
}
</style>
background-color css
<style>
a { background-color: #701634; }
a { background-color: rgb(112,22,52); }
div.DivClassName
{
background-color: #701634;
}
.BgClassName
{
background-color: #701634;
}
</style>
border-color css
<style>
span { border-color: #701634; }
span { border-color: rgb(112,22,52); }
td.TdClassName
{
border-color: #701634;
}
.TagClassName
{
border-color: #701634;
}
</style>