Shades of Burgundy #8B0020
Tints of Burgundy #8B0020
RGB
CMYK
RGB Variations
Color information
#8B0020 (or 0x8B0020) is known color: Burgundy. HEX triplet: 8B, 00 and 20. RGB value is (139,0,32). Sum of RGB (Red+Green+Blue) = 139+0+32=171 (22% of max value = 765). Red value is 139 (54.69% from 255 or 81.29% from 171); Green value is 0 (0.39% from 255 or 0% from 171); Blue value is 32 (12.89% from 255 or 18.71% from 171); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0020 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B0020 is #74FFDF. Grayscale: #2D2D2D. Windows color (decimal): -7667680 or 2097291. OLE color: 2097291.
HSL color Cylindrical-coordinate representation of color #8B0020: hue angle of 346.19º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8B0020 is Cyan = 0, Magento = 1, Yellow = 0.77 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 0 | 32 | - |
| CMYK | 0 | 1 | 0.77 | 0.45 |
| HSL | 346.19º | 1% | 0.27% | - |
| HSV(B) | 346.19º | 1% | 0.55% | - |
| XYZ | 10.91 | 5.59 | 1.87 | - |
| YUV | 45.21 | 120.55 | 194.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 0 | 32 | 0 | 1 | 0.77 | 0.45 | 346.19 | 1 | 0.27 |
| Hex | 8B | 0 | 20 | 0 | 64 | 4D | 2D | 15A | 64 | 1B |
| Octal | 213 | 0 | 40 | 0 | 144 | 115 | 55 | 532 | 144 | 33 |
| Binary | 10001011 | 0 | 100000 | 0 | 1100100 | 1001101 | 101101 | 101011010 | 1100100 | 11011 |
Color Harmonies of #8B0020
Complementary color
Monochromatic Colors of #8B0020
Black with #8B0020
Text Example
Text Example
White with #8B0020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B0020; }
p { color: rgb(139,0,32); }
H1.HeaderClassName
{
color: #8B0020;
}
.AnyTagClassName
{
color: #8B0020;
}
</style>
background-color css
<style>
a { background-color: #8B0020; }
a { background-color: rgb(139,0,32); }
div.DivClassName
{
background-color: #8B0020;
}
.BgClassName
{
background-color: #8B0020;
}
</style>
border-color css
<style>
span { border-color: #8B0020; }
span { border-color: rgb(139,0,32); }
td.TdClassName
{
border-color: #8B0020;
}
.TagClassName
{
border-color: #8B0020;
}
</style>