Shades of Claret #701432
Tints of Claret #701432
RGB
CMYK
RGB Variations
Color information
#701432 (or 0x701432) is known color: Claret. HEX triplet: 70, 14 and 32. RGB value is (112,20,50). Sum of RGB (Red+Green+Blue) = 112+20+50=182 (24% of max value = 765). Red value is 112 (44.14% from 255 or 61.54% from 182); Green value is 20 (8.20% from 255 or 10.99% from 182); Blue value is 50 (19.92% from 255 or 27.47% from 182); Max value from RGB is 112 - color contains mainly: red. Hex color #701432 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701432 is #8FEBCD. Grayscale: #323232. Windows color (decimal): -9432014 or 3282032. OLE color: 3282032.
HSL color Cylindrical-coordinate representation of color #701432: hue angle of 340.43º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #701432 is Cyan = 0, Magento = 0.82, Yellow = 0.55 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 20 | 50 | - |
| CMYK | 0 | 0.82 | 0.55 | 0.56 |
| HSL | 340.43º | 0.7% | 0.26% | - |
| HSV(B) | 340.43º | 0.82% | 0.44% | - |
| XYZ | 7.51 | 4.18 | 3.43 | - |
| YUV | 50.93 | 127.48 | 171.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 20 | 50 | 0 | 0.82 | 0.55 | 0.56 | 340.43 | 0.7 | 0.26 |
| Hex | 70 | 14 | 32 | 0 | 52 | 37 | 38 | 154 | 46 | 1A |
| Octal | 160 | 24 | 62 | 0 | 122 | 67 | 70 | 524 | 106 | 32 |
| Binary | 1110000 | 10100 | 110010 | 0 | 1010010 | 110111 | 111000 | 101010100 | 1000110 | 11010 |
Color Harmonies of #701432
Complementary color
Monochromatic Colors of #701432
Black with #701432
Text Example
Text Example
White with #701432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701432; }
p { color: rgb(112,20,50); }
H1.HeaderClassName
{
color: #701432;
}
.AnyTagClassName
{
color: #701432;
}
</style>
background-color css
<style>
a { background-color: #701432; }
a { background-color: rgb(112,20,50); }
div.DivClassName
{
background-color: #701432;
}
.BgClassName
{
background-color: #701432;
}
</style>
border-color css
<style>
span { border-color: #701432; }
span { border-color: rgb(112,20,50); }
td.TdClassName
{
border-color: #701432;
}
.TagClassName
{
border-color: #701432;
}
</style>