Shades of Claret #700D2E
Tints of Claret #700D2E
RGB
CMYK
RGB Variations
Color information
#700D2E (or 0x700D2E) is known color: Claret. HEX triplet: 70, 0D and 2E. RGB value is (112,13,46). Sum of RGB (Red+Green+Blue) = 112+13+46=171 (22% of max value = 765). Red value is 112 (44.14% from 255 or 65.50% from 171); Green value is 13 (5.47% from 255 or 7.60% from 171); Blue value is 46 (18.36% from 255 or 26.90% from 171); Max value from RGB is 112 - color contains mainly: red. Hex color #700D2E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700D2E is #8FF2D1. Grayscale: #2E2E2E. Windows color (decimal): -9433810 or 3018096. OLE color: 3018096.
HSL color Cylindrical-coordinate representation of color #700D2E: hue angle of 340º degrees, saturation: 0.79, 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 #700D2E is Cyan = 0, Magento = 0.88, Yellow = 0.59 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 13 | 46 | - |
| CMYK | 0 | 0.88 | 0.59 | 0.56 |
| HSL | 340º | 0.79% | 0.25% | - |
| HSV(B) | 340º | 0.88% | 0.44% | - |
| XYZ | 7.32 | 3.93 | 2.96 | - |
| YUV | 46.36 | 127.8 | 174.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 13 | 46 | 0 | 0.88 | 0.59 | 0.56 | 340 | 0.79 | 0.25 |
| Hex | 70 | D | 2E | 0 | 58 | 3B | 38 | 154 | 4F | 19 |
| Octal | 160 | 15 | 56 | 0 | 130 | 73 | 70 | 524 | 117 | 31 |
| Binary | 1110000 | 1101 | 101110 | 0 | 1011000 | 111011 | 111000 | 101010100 | 1001111 | 11001 |
Color Harmonies of #700D2E
Complementary color
Monochromatic Colors of #700D2E
Black with #700D2E
Text Example
Text Example
White with #700D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700D2E; }
p { color: rgb(112,13,46); }
H1.HeaderClassName
{
color: #700D2E;
}
.AnyTagClassName
{
color: #700D2E;
}
</style>
background-color css
<style>
a { background-color: #700D2E; }
a { background-color: rgb(112,13,46); }
div.DivClassName
{
background-color: #700D2E;
}
.BgClassName
{
background-color: #700D2E;
}
</style>
border-color css
<style>
span { border-color: #700D2E; }
span { border-color: rgb(112,13,46); }
td.TdClassName
{
border-color: #700D2E;
}
.TagClassName
{
border-color: #700D2E;
}
</style>