Shades of Burgundy #700C1E
Tints of Burgundy #700C1E
RGB
CMYK
RGB Variations
Color information
#700C1E (or 0x700C1E) is known color: Burgundy. HEX triplet: 70, 0C and 1E. RGB value is (112,12,30). Sum of RGB (Red+Green+Blue) = 112+12+30=154 (20% of max value = 765). Red value is 112 (44.14% from 255 or 72.73% from 154); Green value is 12 (5.08% from 255 or 7.79% from 154); Blue value is 30 (12.11% from 255 or 19.48% from 154); Max value from RGB is 112 - color contains mainly: red. Hex color #700C1E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700C1E is #8FF3E1. Grayscale: #2B2B2B. Windows color (decimal): -9434082 or 1969264. OLE color: 1969264.
HSL color Cylindrical-coordinate representation of color #700C1E: hue angle of 349.2º degrees, saturation: 0.81, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #700C1E is Cyan = 0, Magento = 0.89, Yellow = 0.73 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 12 | 30 | - |
| CMYK | 0 | 0.89 | 0.73 | 0.56 |
| HSL | 349.2º | 0.81% | 0.24% | - |
| HSV(B) | 349.2º | 0.89% | 0.44% | - |
| XYZ | 7.05 | 3.8 | 1.59 | - |
| YUV | 43.95 | 120.13 | 176.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 12 | 30 | 0 | 0.89 | 0.73 | 0.56 | 349.2 | 0.81 | 0.24 |
| Hex | 70 | C | 1E | 0 | 59 | 49 | 38 | 15D | 51 | 18 |
| Octal | 160 | 14 | 36 | 0 | 131 | 111 | 70 | 535 | 121 | 30 |
| Binary | 1110000 | 1100 | 11110 | 0 | 1011001 | 1001001 | 111000 | 101011101 | 1010001 | 11000 |
Color Harmonies of #700C1E
Complementary color
Monochromatic Colors of #700C1E
Black with #700C1E
Text Example
Text Example
White with #700C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700C1E; }
p { color: rgb(112,12,30); }
H1.HeaderClassName
{
color: #700C1E;
}
.AnyTagClassName
{
color: #700C1E;
}
</style>
background-color css
<style>
a { background-color: #700C1E; }
a { background-color: rgb(112,12,30); }
div.DivClassName
{
background-color: #700C1E;
}
.BgClassName
{
background-color: #700C1E;
}
</style>
border-color css
<style>
span { border-color: #700C1E; }
span { border-color: rgb(112,12,30); }
td.TdClassName
{
border-color: #700C1E;
}
.TagClassName
{
border-color: #700C1E;
}
</style>