Shades of Burgundy #700017
Tints of Burgundy #700017
RGB
CMYK
RGB Variations
Color information
#700017 (or 0x700017) is known color: Burgundy. HEX triplet: 70, 00 and 17. RGB value is (112,0,23). Sum of RGB (Red+Green+Blue) = 112+0+23=135 (17% of max value = 765). Red value is 112 (44.14% from 255 or 82.96% from 135); Green value is 0 (0.39% from 255 or 0% from 135); Blue value is 23 (9.38% from 255 or 17.04% from 135); Max value from RGB is 112 - color contains mainly: red. Hex color #700017 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700017 is #8FFFE8. Grayscale: #242424. Windows color (decimal): -9437161 or 1507440. OLE color: 1507440.
HSL color Cylindrical-coordinate representation of color #700017: hue angle of 347.68º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #700017 is Cyan = 0, Magento = 1, Yellow = 0.79 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 0 | 23 | - |
| CMYK | 0 | 1 | 0.79 | 0.56 |
| HSL | 347.68º | 1% | 0.22% | - |
| HSV(B) | 347.68º | 1% | 0.44% | - |
| XYZ | 6.84 | 3.51 | 1.13 | - |
| YUV | 36.11 | 120.61 | 182.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 0 | 23 | 0 | 1 | 0.79 | 0.56 | 347.68 | 1 | 0.22 |
| Hex | 70 | 0 | 17 | 0 | 64 | 4F | 38 | 15C | 64 | 16 |
| Octal | 160 | 0 | 27 | 0 | 144 | 117 | 70 | 534 | 144 | 26 |
| Binary | 1110000 | 0 | 10111 | 0 | 1100100 | 1001111 | 111000 | 101011100 | 1100100 | 10110 |
Color Harmonies of #700017
Complementary color
Monochromatic Colors of #700017
Black with #700017
Text Example
Text Example
White with #700017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700017; }
p { color: rgb(112,0,23); }
H1.HeaderClassName
{
color: #700017;
}
.AnyTagClassName
{
color: #700017;
}
</style>
background-color css
<style>
a { background-color: #700017; }
a { background-color: rgb(112,0,23); }
div.DivClassName
{
background-color: #700017;
}
.BgClassName
{
background-color: #700017;
}
</style>
border-color css
<style>
span { border-color: #700017; }
span { border-color: rgb(112,0,23); }
td.TdClassName
{
border-color: #700017;
}
.TagClassName
{
border-color: #700017;
}
</style>