Shades of Claret #701632
Tints of Claret #701632
RGB
CMYK
RGB Variations
Color information
#701632 (or 0x701632) is known color: Claret. HEX triplet: 70, 16 and 32. RGB value is (112,22,50). Sum of RGB (Red+Green+Blue) = 112+22+50=184 (24% of max value = 765). Red value is 112 (44.14% from 255 or 60.87% from 184); Green value is 22 (8.98% from 255 or 11.96% from 184); Blue value is 50 (19.92% from 255 or 27.17% from 184); Max value from RGB is 112 - color contains mainly: red. Hex color #701632 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701632 is #8FE9CD. Grayscale: #343434. Windows color (decimal): -9431502 or 3282544. OLE color: 3282544.
HSL color Cylindrical-coordinate representation of color #701632: hue angle of 341.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 #701632 is Cyan = 0, Magento = 0.80, Yellow = 0.55 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 22 | 50 | - |
| CMYK | 0 | 0.80 | 0.55 | 0.56 |
| HSL | 341.33º | 0.67% | 0.26% | - |
| HSV(B) | 341.33º | 0.8% | 0.44% | - |
| XYZ | 7.54 | 4.25 | 3.44 | - |
| YUV | 52.1 | 126.82 | 170.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 22 | 50 | 0 | 0.80 | 0.55 | 0.56 | 341.33 | 0.67 | 0.26 |
| Hex | 70 | 16 | 32 | 0 | 50 | 37 | 38 | 155 | 43 | 1A |
| Octal | 160 | 26 | 62 | 0 | 120 | 67 | 70 | 525 | 103 | 32 |
| Binary | 1110000 | 10110 | 110010 | 0 | 1010000 | 110111 | 111000 | 101010101 | 1000011 | 11010 |
Color Harmonies of #701632
Complementary color
Monochromatic Colors of #701632
Black with #701632
Text Example
Text Example
White with #701632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701632; }
p { color: rgb(112,22,50); }
H1.HeaderClassName
{
color: #701632;
}
.AnyTagClassName
{
color: #701632;
}
</style>
background-color css
<style>
a { background-color: #701632; }
a { background-color: rgb(112,22,50); }
div.DivClassName
{
background-color: #701632;
}
.BgClassName
{
background-color: #701632;
}
</style>
border-color css
<style>
span { border-color: #701632; }
span { border-color: rgb(112,22,50); }
td.TdClassName
{
border-color: #701632;
}
.TagClassName
{
border-color: #701632;
}
</style>