Shades of Burgundy #70020B
Tints of Burgundy #70020B
RGB
CMYK
RGB Variations
Color information
#70020B (or 0x70020B) is known color: Burgundy. HEX triplet: 70, 02 and 0B. RGB value is (112,2,11). Sum of RGB (Red+Green+Blue) = 112+2+11=125 (16% of max value = 765). Red value is 112 (44.14% from 255 or 89.6% from 125); Green value is 2 (1.17% from 255 or 1.6% from 125); Blue value is 11 (4.69% from 255 or 8.8% from 125); Max value from RGB is 112 - color contains mainly: red. Hex color #70020B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #70020B is #8FFDF4. Grayscale: #232323. Windows color (decimal): -9436661 or 721520. OLE color: 721520.
HSL color Cylindrical-coordinate representation of color #70020B: hue angle of 355.09º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #70020B is Cyan = 0, Magento = 0.98, Yellow = 0.90 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 2 | 11 | - |
| CMYK | 0 | 0.98 | 0.90 | 0.56 |
| HSL | 355.09º | 0.96% | 0.22% | - |
| HSV(B) | 355.09º | 0.98% | 0.44% | - |
| XYZ | 6.76 | 3.51 | 0.64 | - |
| YUV | 35.92 | 113.94 | 182.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 2 | 11 | 0 | 0.98 | 0.90 | 0.56 | 355.09 | 0.96 | 0.22 |
| Hex | 70 | 2 | B | 0 | 62 | 5A | 38 | 163 | 60 | 16 |
| Octal | 160 | 2 | 13 | 0 | 142 | 132 | 70 | 543 | 140 | 26 |
| Binary | 1110000 | 10 | 1011 | 0 | 1100010 | 1011010 | 111000 | 101100011 | 1100000 | 10110 |
Color Harmonies of #70020B
Complementary color
Monochromatic Colors of #70020B
Black with #70020B
Text Example
Text Example
White with #70020B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70020B; }
p { color: rgb(112,2,11); }
H1.HeaderClassName
{
color: #70020B;
}
.AnyTagClassName
{
color: #70020B;
}
</style>
background-color css
<style>
a { background-color: #70020B; }
a { background-color: rgb(112,2,11); }
div.DivClassName
{
background-color: #70020B;
}
.BgClassName
{
background-color: #70020B;
}
</style>
border-color css
<style>
span { border-color: #70020B; }
span { border-color: rgb(112,2,11); }
td.TdClassName
{
border-color: #70020B;
}
.TagClassName
{
border-color: #70020B;
}
</style>