Shades of Burgundy #8B0920
Tints of Burgundy #8B0920
RGB
CMYK
RGB Variations
Color information
#8B0920 (or 0x8B0920) is known color: Burgundy. HEX triplet: 8B, 09 and 20. RGB value is (139,9,32). Sum of RGB (Red+Green+Blue) = 139+9+32=180 (23% of max value = 765). Red value is 139 (54.69% from 255 or 77.22% from 180); Green value is 9 (3.91% from 255 or 5% from 180); Blue value is 32 (12.89% from 255 or 17.78% from 180); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0920 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B0920 is #74F6DF. Grayscale: #323232. Windows color (decimal): -7665376 or 2099595. OLE color: 2099595.
HSL color Cylindrical-coordinate representation of color #8B0920: hue angle of 349.38º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8B0920 is Cyan = 0, Magento = 0.94, Yellow = 0.77 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 9 | 32 | - |
| CMYK | 0 | 0.94 | 0.77 | 0.45 |
| HSL | 349.38º | 0.88% | 0.29% | - |
| HSV(B) | 349.38º | 0.94% | 0.55% | - |
| XYZ | 11.01 | 5.79 | 1.9 | - |
| YUV | 50.49 | 117.57 | 191.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 9 | 32 | 0 | 0.94 | 0.77 | 0.45 | 349.38 | 0.88 | 0.29 |
| Hex | 8B | 9 | 20 | 0 | 5E | 4D | 2D | 15D | 58 | 1D |
| Octal | 213 | 11 | 40 | 0 | 136 | 115 | 55 | 535 | 130 | 35 |
| Binary | 10001011 | 1001 | 100000 | 0 | 1011110 | 1001101 | 101101 | 101011101 | 1011000 | 11101 |
Color Harmonies of #8B0920
Complementary color
Monochromatic Colors of #8B0920
Black with #8B0920
Text Example
Text Example
White with #8B0920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B0920; }
p { color: rgb(139,9,32); }
H1.HeaderClassName
{
color: #8B0920;
}
.AnyTagClassName
{
color: #8B0920;
}
</style>
background-color css
<style>
a { background-color: #8B0920; }
a { background-color: rgb(139,9,32); }
div.DivClassName
{
background-color: #8B0920;
}
.BgClassName
{
background-color: #8B0920;
}
</style>
border-color css
<style>
span { border-color: #8B0920; }
span { border-color: rgb(139,9,32); }
td.TdClassName
{
border-color: #8B0920;
}
.TagClassName
{
border-color: #8B0920;
}
</style>