Shades of Burgundy #700509
Tints of Burgundy #700509
RGB
CMYK
RGB Variations
Color information
#700509 (or 0x700509) is known color: Burgundy. HEX triplet: 70, 05 and 09. RGB value is (112,5,9). Sum of RGB (Red+Green+Blue) = 112+5+9=126 (16% of max value = 765). Red value is 112 (44.14% from 255 or 88.89% from 126); Green value is 5 (2.34% from 255 or 3.97% from 126); Blue value is 9 (3.91% from 255 or 7.14% from 126); Max value from RGB is 112 - color contains mainly: red. Hex color #700509 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700509 is #8FFAF6. Grayscale: #252525. Windows color (decimal): -9435895 or 591216. OLE color: 591216.
HSL color Cylindrical-coordinate representation of color #700509: hue angle of 357.76º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #700509 is Cyan = 0, Magento = 0.96, Yellow = 0.92 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 5 | 9 | - |
| CMYK | 0 | 0.96 | 0.92 | 0.56 |
| HSL | 357.76º | 0.91% | 0.23% | - |
| HSV(B) | 357.76º | 0.96% | 0.44% | - |
| XYZ | 6.79 | 3.57 | 0.59 | - |
| YUV | 37.45 | 111.95 | 181.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 5 | 9 | 0 | 0.96 | 0.92 | 0.56 | 357.76 | 0.91 | 0.23 |
| Hex | 70 | 5 | 9 | 0 | 60 | 5C | 38 | 166 | 5B | 17 |
| Octal | 160 | 5 | 11 | 0 | 140 | 134 | 70 | 546 | 133 | 27 |
| Binary | 1110000 | 101 | 1001 | 0 | 1100000 | 1011100 | 111000 | 101100110 | 1011011 | 10111 |
Color Harmonies of #700509
Complementary color
Monochromatic Colors of #700509
Black with #700509
Text Example
Text Example
White with #700509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700509; }
p { color: rgb(112,5,9); }
H1.HeaderClassName
{
color: #700509;
}
.AnyTagClassName
{
color: #700509;
}
</style>
background-color css
<style>
a { background-color: #700509; }
a { background-color: rgb(112,5,9); }
div.DivClassName
{
background-color: #700509;
}
.BgClassName
{
background-color: #700509;
}
</style>
border-color css
<style>
span { border-color: #700509; }
span { border-color: rgb(112,5,9); }
td.TdClassName
{
border-color: #700509;
}
.TagClassName
{
border-color: #700509;
}
</style>