Shades of Burgundy #70080F
Tints of Burgundy #70080F
RGB
CMYK
RGB Variations
Color information
#70080F (or 0x70080F) is known color: Burgundy. HEX triplet: 70, 08 and 0F. RGB value is (112,8,15). Sum of RGB (Red+Green+Blue) = 112+8+15=135 (17% of max value = 765). Red value is 112 (44.14% from 255 or 82.96% from 135); Green value is 8 (3.52% from 255 or 5.93% from 135); Blue value is 15 (6.25% from 255 or 11.11% from 135); Max value from RGB is 112 - color contains mainly: red. Hex color #70080F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #70080F is #8FF7F0. Grayscale: #272727. Windows color (decimal): -9435121 or 985200. OLE color: 985200.
HSL color Cylindrical-coordinate representation of color #70080F: hue angle of 355.96º 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 #70080F is Cyan = 0, Magento = 0.93, Yellow = 0.87 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 8 | 15 | - |
| CMYK | 0 | 0.93 | 0.87 | 0.56 |
| HSL | 355.96º | 0.87% | 0.24% | - |
| HSV(B) | 355.96º | 0.93% | 0.44% | - |
| XYZ | 6.86 | 3.65 | 0.8 | - |
| YUV | 39.89 | 113.96 | 179.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 8 | 15 | 0 | 0.93 | 0.87 | 0.56 | 355.96 | 0.87 | 0.24 |
| Hex | 70 | 8 | F | 0 | 5D | 57 | 38 | 164 | 57 | 18 |
| Octal | 160 | 10 | 17 | 0 | 135 | 127 | 70 | 544 | 127 | 30 |
| Binary | 1110000 | 1000 | 1111 | 0 | 1011101 | 1010111 | 111000 | 101100100 | 1010111 | 11000 |
Color Harmonies of #70080F
Complementary color
Monochromatic Colors of #70080F
Black with #70080F
Text Example
Text Example
White with #70080F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70080F; }
p { color: rgb(112,8,15); }
H1.HeaderClassName
{
color: #70080F;
}
.AnyTagClassName
{
color: #70080F;
}
</style>
background-color css
<style>
a { background-color: #70080F; }
a { background-color: rgb(112,8,15); }
div.DivClassName
{
background-color: #70080F;
}
.BgClassName
{
background-color: #70080F;
}
</style>
border-color css
<style>
span { border-color: #70080F; }
span { border-color: rgb(112,8,15); }
td.TdClassName
{
border-color: #70080F;
}
.TagClassName
{
border-color: #70080F;
}
</style>