Shades of Claret #701433
Tints of Claret #701433
RGB
CMYK
RGB Variations
Color information
#701433 (or 0x701433) is known color: Claret. HEX triplet: 70, 14 and 33. RGB value is (112,20,51). Sum of RGB (Red+Green+Blue) = 112+20+51=183 (24% of max value = 765). Red value is 112 (44.14% from 255 or 61.20% from 183); Green value is 20 (8.20% from 255 or 10.93% from 183); Blue value is 51 (20.31% from 255 or 27.87% from 183); Max value from RGB is 112 - color contains mainly: red. Hex color #701433 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701433 is #8FEBCC. Grayscale: #333333. Windows color (decimal): -9432013 or 3347568. OLE color: 3347568.
HSL color Cylindrical-coordinate representation of color #701433: hue angle of 339.78º 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 #701433 is Cyan = 0, Magento = 0.82, Yellow = 0.54 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 20 | 51 | - |
| CMYK | 0 | 0.82 | 0.54 | 0.56 |
| HSL | 339.78º | 0.7% | 0.26% | - |
| HSV(B) | 339.78º | 0.82% | 0.44% | - |
| XYZ | 7.53 | 4.18 | 3.54 | - |
| YUV | 51.04 | 127.98 | 171.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 20 | 51 | 0 | 0.82 | 0.54 | 0.56 | 339.78 | 0.7 | 0.26 |
| Hex | 70 | 14 | 33 | 0 | 52 | 36 | 38 | 154 | 46 | 1A |
| Octal | 160 | 24 | 63 | 0 | 122 | 66 | 70 | 524 | 106 | 32 |
| Binary | 1110000 | 10100 | 110011 | 0 | 1010010 | 110110 | 111000 | 101010100 | 1000110 | 11010 |
Color Harmonies of #701433
Complementary color
Monochromatic Colors of #701433
Black with #701433
Text Example
Text Example
White with #701433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701433; }
p { color: rgb(112,20,51); }
H1.HeaderClassName
{
color: #701433;
}
.AnyTagClassName
{
color: #701433;
}
</style>
background-color css
<style>
a { background-color: #701433; }
a { background-color: rgb(112,20,51); }
div.DivClassName
{
background-color: #701433;
}
.BgClassName
{
background-color: #701433;
}
</style>
border-color css
<style>
span { border-color: #701433; }
span { border-color: rgb(112,20,51); }
td.TdClassName
{
border-color: #701433;
}
.TagClassName
{
border-color: #701433;
}
</style>