Shades of Claret #700E33
Tints of Claret #700E33
RGB
CMYK
RGB Variations
Color information
#700E33 (or 0x700E33) is known color: Claret. HEX triplet: 70, 0E and 33. RGB value is (112,14,51). Sum of RGB (Red+Green+Blue) = 112+14+51=177 (23% of max value = 765). Red value is 112 (44.14% from 255 or 63.28% from 177); Green value is 14 (5.86% from 255 or 7.91% from 177); Blue value is 51 (20.31% from 255 or 28.81% from 177); Max value from RGB is 112 - color contains mainly: red. Hex color #700E33 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700E33 is #8FF1CC. Grayscale: #2F2F2F. Windows color (decimal): -9433549 or 3346032. OLE color: 3346032.
HSL color Cylindrical-coordinate representation of color #700E33: hue angle of 337.35º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #700E33 is Cyan = 0, Magento = 0.88, Yellow = 0.54 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 14 | 51 | - |
| CMYK | 0 | 0.88 | 0.54 | 0.56 |
| HSL | 337.35º | 0.78% | 0.25% | - |
| HSV(B) | 337.35º | 0.88% | 0.44% | - |
| XYZ | 7.44 | 4 | 3.51 | - |
| YUV | 47.52 | 129.97 | 173.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 14 | 51 | 0 | 0.88 | 0.54 | 0.56 | 337.35 | 0.78 | 0.25 |
| Hex | 70 | E | 33 | 0 | 58 | 36 | 38 | 151 | 4E | 19 |
| Octal | 160 | 16 | 63 | 0 | 130 | 66 | 70 | 521 | 116 | 31 |
| Binary | 1110000 | 1110 | 110011 | 0 | 1011000 | 110110 | 111000 | 101010001 | 1001110 | 11001 |
Color Harmonies of #700E33
Complementary color
Monochromatic Colors of #700E33
Black with #700E33
Text Example
Text Example
White with #700E33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700E33; }
p { color: rgb(112,14,51); }
H1.HeaderClassName
{
color: #700E33;
}
.AnyTagClassName
{
color: #700E33;
}
</style>
background-color css
<style>
a { background-color: #700E33; }
a { background-color: rgb(112,14,51); }
div.DivClassName
{
background-color: #700E33;
}
.BgClassName
{
background-color: #700E33;
}
</style>
border-color css
<style>
span { border-color: #700E33; }
span { border-color: rgb(112,14,51); }
td.TdClassName
{
border-color: #700E33;
}
.TagClassName
{
border-color: #700E33;
}
</style>