Shades of Burgundy #70071B
Tints of Burgundy #70071B
RGB
CMYK
RGB Variations
Color information
#70071B (or 0x70071B) is known color: Burgundy. HEX triplet: 70, 07 and 1B. RGB value is (112,7,27). Sum of RGB (Red+Green+Blue) = 112+7+27=146 (19% of max value = 765). Red value is 112 (44.14% from 255 or 76.71% from 146); Green value is 7 (3.12% from 255 or 4.79% from 146); Blue value is 27 (10.94% from 255 or 18.49% from 146); Max value from RGB is 112 - color contains mainly: red. Hex color #70071B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70071B is #8FF8E4. Grayscale: #282828. Windows color (decimal): -9435365 or 1771376. OLE color: 1771376.
HSL color Cylindrical-coordinate representation of color #70071B: hue angle of 348.57º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #70071B is Cyan = 0, Magento = 0.94, Yellow = 0.76 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 7 | 27 | - |
| CMYK | 0 | 0.94 | 0.76 | 0.56 |
| HSL | 348.57º | 0.88% | 0.23% | - |
| HSV(B) | 348.57º | 0.94% | 0.44% | - |
| XYZ | 6.96 | 3.68 | 1.38 | - |
| YUV | 40.68 | 120.29 | 178.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 7 | 27 | 0 | 0.94 | 0.76 | 0.56 | 348.57 | 0.88 | 0.23 |
| Hex | 70 | 7 | 1B | 0 | 5E | 4C | 38 | 15D | 58 | 17 |
| Octal | 160 | 7 | 33 | 0 | 136 | 114 | 70 | 535 | 130 | 27 |
| Binary | 1110000 | 111 | 11011 | 0 | 1011110 | 1001100 | 111000 | 101011101 | 1011000 | 10111 |
Color Harmonies of #70071B
Complementary color
Monochromatic Colors of #70071B
Black with #70071B
Text Example
Text Example
White with #70071B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70071B; }
p { color: rgb(112,7,27); }
H1.HeaderClassName
{
color: #70071B;
}
.AnyTagClassName
{
color: #70071B;
}
</style>
background-color css
<style>
a { background-color: #70071B; }
a { background-color: rgb(112,7,27); }
div.DivClassName
{
background-color: #70071B;
}
.BgClassName
{
background-color: #70071B;
}
</style>
border-color css
<style>
span { border-color: #70071B; }
span { border-color: rgb(112,7,27); }
td.TdClassName
{
border-color: #70071B;
}
.TagClassName
{
border-color: #70071B;
}
</style>