Shades of Burgundy #70080A
Tints of Burgundy #70080A
RGB
CMYK
RGB Variations
Color information
#70080A (or 0x70080A) is known color: Burgundy. HEX triplet: 70, 08 and 0A. RGB value is (112,8,10). Sum of RGB (Red+Green+Blue) = 112+8+10=130 (17% of max value = 765). Red value is 112 (44.14% from 255 or 86.15% from 130); Green value is 8 (3.52% from 255 or 6.15% from 130); Blue value is 10 (4.30% from 255 or 7.69% from 130); Max value from RGB is 112 - color contains mainly: red. Hex color #70080A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #70080A is #8FF7F5. Grayscale: #272727. Windows color (decimal): -9435126 or 657520. OLE color: 657520.
HSL color Cylindrical-coordinate representation of color #70080A: hue angle of 358.85º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #70080A is Cyan = 0, Magento = 0.93, Yellow = 0.91 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 8 | 10 | - |
| CMYK | 0 | 0.93 | 0.91 | 0.56 |
| HSL | 358.85º | 0.87% | 0.24% | - |
| HSV(B) | 358.85º | 0.93% | 0.44% | - |
| XYZ | 6.82 | 3.64 | 0.63 | - |
| YUV | 39.32 | 111.46 | 179.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 8 | 10 | 0 | 0.93 | 0.91 | 0.56 | 358.85 | 0.87 | 0.24 |
| Hex | 70 | 8 | A | 0 | 5D | 5B | 38 | 167 | 57 | 18 |
| Octal | 160 | 10 | 12 | 0 | 135 | 133 | 70 | 547 | 127 | 30 |
| Binary | 1110000 | 1000 | 1010 | 0 | 1011101 | 1011011 | 111000 | 101100111 | 1010111 | 11000 |
Color Harmonies of #70080A
Complementary color
Monochromatic Colors of #70080A
Black with #70080A
Text Example
Text Example
White with #70080A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70080A; }
p { color: rgb(112,8,10); }
H1.HeaderClassName
{
color: #70080A;
}
.AnyTagClassName
{
color: #70080A;
}
</style>
background-color css
<style>
a { background-color: #70080A; }
a { background-color: rgb(112,8,10); }
div.DivClassName
{
background-color: #70080A;
}
.BgClassName
{
background-color: #70080A;
}
</style>
border-color css
<style>
span { border-color: #70080A; }
span { border-color: rgb(112,8,10); }
td.TdClassName
{
border-color: #70080A;
}
.TagClassName
{
border-color: #70080A;
}
</style>