Shades of Claret #701833
Tints of Claret #701833
RGB
CMYK
RGB Variations
Color information
#701833 (or 0x701833) is known color: Claret. HEX triplet: 70, 18 and 33. RGB value is (112,24,51). Sum of RGB (Red+Green+Blue) = 112+24+51=187 (24% of max value = 765). Red value is 112 (44.14% from 255 or 59.89% from 187); Green value is 24 (9.77% from 255 or 12.83% from 187); Blue value is 51 (20.31% from 255 or 27.27% from 187); Max value from RGB is 112 - color contains mainly: red. Hex color #701833 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701833 is #8FE7CC. Grayscale: #353535. Windows color (decimal): -9430989 or 3348592. OLE color: 3348592.
HSL color Cylindrical-coordinate representation of color #701833: hue angle of 341.59º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #701833 is Cyan = 0, Magento = 0.79, Yellow = 0.54 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 24 | 51 | - |
| CMYK | 0 | 0.79 | 0.54 | 0.56 |
| HSL | 341.59º | 0.65% | 0.27% | - |
| HSV(B) | 341.59º | 0.79% | 0.44% | - |
| XYZ | 7.61 | 4.34 | 3.57 | - |
| YUV | 53.39 | 126.65 | 169.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 24 | 51 | 0 | 0.79 | 0.54 | 0.56 | 341.59 | 0.65 | 0.27 |
| Hex | 70 | 18 | 33 | 0 | 4F | 36 | 38 | 156 | 41 | 1B |
| Octal | 160 | 30 | 63 | 0 | 117 | 66 | 70 | 526 | 101 | 33 |
| Binary | 1110000 | 11000 | 110011 | 0 | 1001111 | 110110 | 111000 | 101010110 | 1000001 | 11011 |
Color Harmonies of #701833
Complementary color
Monochromatic Colors of #701833
Black with #701833
Text Example
Text Example
White with #701833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701833; }
p { color: rgb(112,24,51); }
H1.HeaderClassName
{
color: #701833;
}
.AnyTagClassName
{
color: #701833;
}
</style>
background-color css
<style>
a { background-color: #701833; }
a { background-color: rgb(112,24,51); }
div.DivClassName
{
background-color: #701833;
}
.BgClassName
{
background-color: #701833;
}
</style>
border-color css
<style>
span { border-color: #701833; }
span { border-color: rgb(112,24,51); }
td.TdClassName
{
border-color: #701833;
}
.TagClassName
{
border-color: #701833;
}
</style>