Shades of Burgundy #700409
Tints of Burgundy #700409
RGB
CMYK
RGB Variations
Color information
#700409 (or 0x700409) is known color: Burgundy. HEX triplet: 70, 04 and 09. RGB value is (112,4,9). Sum of RGB (Red+Green+Blue) = 112+4+9=125 (16% of max value = 765). Red value is 112 (44.14% from 255 or 89.6% from 125); Green value is 4 (1.95% from 255 or 3.2% from 125); Blue value is 9 (3.91% from 255 or 7.2% from 125); Max value from RGB is 112 - color contains mainly: red. Hex color #700409 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700409 is #8FFBF6. Grayscale: #242424. Windows color (decimal): -9436151 or 590960. OLE color: 590960.
HSL color Cylindrical-coordinate representation of color #700409: hue angle of 357.22º degrees, saturation: 0.93, 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 #700409 is Cyan = 0, Magento = 0.96, Yellow = 0.92 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 4 | 9 | - |
| CMYK | 0 | 0.96 | 0.92 | 0.56 |
| HSL | 357.22º | 0.93% | 0.23% | - |
| HSV(B) | 357.22º | 0.96% | 0.44% | - |
| XYZ | 6.77 | 3.55 | 0.59 | - |
| YUV | 36.86 | 112.28 | 181.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 4 | 9 | 0 | 0.96 | 0.92 | 0.56 | 357.22 | 0.93 | 0.23 |
| Hex | 70 | 4 | 9 | 0 | 60 | 5C | 38 | 165 | 5D | 17 |
| Octal | 160 | 4 | 11 | 0 | 140 | 134 | 70 | 545 | 135 | 27 |
| Binary | 1110000 | 100 | 1001 | 0 | 1100000 | 1011100 | 111000 | 101100101 | 1011101 | 10111 |
Color Harmonies of #700409
Complementary color
Monochromatic Colors of #700409
Black with #700409
Text Example
Text Example
White with #700409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700409; }
p { color: rgb(112,4,9); }
H1.HeaderClassName
{
color: #700409;
}
.AnyTagClassName
{
color: #700409;
}
</style>
background-color css
<style>
a { background-color: #700409; }
a { background-color: rgb(112,4,9); }
div.DivClassName
{
background-color: #700409;
}
.BgClassName
{
background-color: #700409;
}
</style>
border-color css
<style>
span { border-color: #700409; }
span { border-color: rgb(112,4,9); }
td.TdClassName
{
border-color: #700409;
}
.TagClassName
{
border-color: #700409;
}
</style>