Shades of Burgundy #8B0940
Tints of Burgundy #8B0940
RGB
CMYK
RGB Variations
Color information
#8B0940 (or 0x8B0940) is known color: Burgundy. HEX triplet: 8B, 09 and 40. RGB value is (139,9,64). Sum of RGB (Red+Green+Blue) = 139+9+64=212 (28% of max value = 765). Red value is 139 (54.69% from 255 or 65.57% from 212); Green value is 9 (3.91% from 255 or 4.25% from 212); Blue value is 64 (25.39% from 255 or 30.19% from 212); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0940 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B0940 is #74F6BF. Grayscale: #363636. Windows color (decimal): -7665344 or 4196747. OLE color: 4196747.
HSL color Cylindrical-coordinate representation of color #8B0940: hue angle of 334.62º 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 #8B0940 is Cyan = 0, Magento = 0.94, Yellow = 0.54 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 9 | 64 | - |
| CMYK | 0 | 0.94 | 0.54 | 0.45 |
| HSL | 334.62º | 0.88% | 0.29% | - |
| HSV(B) | 334.62º | 0.94% | 0.55% | - |
| XYZ | 11.67 | 6.05 | 5.4 | - |
| YUV | 54.14 | 133.57 | 188.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 9 | 64 | 0 | 0.94 | 0.54 | 0.45 | 334.62 | 0.88 | 0.29 |
| Hex | 8B | 9 | 40 | 0 | 5E | 36 | 2D | 14F | 58 | 1D |
| Octal | 213 | 11 | 100 | 0 | 136 | 66 | 55 | 517 | 130 | 35 |
| Binary | 10001011 | 1001 | 1000000 | 0 | 1011110 | 110110 | 101101 | 101001111 | 1011000 | 11101 |
Color Harmonies of #8B0940
Complementary color
Monochromatic Colors of #8B0940
Black with #8B0940
Text Example
Text Example
White with #8B0940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B0940; }
p { color: rgb(139,9,64); }
H1.HeaderClassName
{
color: #8B0940;
}
.AnyTagClassName
{
color: #8B0940;
}
</style>
background-color css
<style>
a { background-color: #8B0940; }
a { background-color: rgb(139,9,64); }
div.DivClassName
{
background-color: #8B0940;
}
.BgClassName
{
background-color: #8B0940;
}
</style>
border-color css
<style>
span { border-color: #8B0940; }
span { border-color: rgb(139,9,64); }
td.TdClassName
{
border-color: #8B0940;
}
.TagClassName
{
border-color: #8B0940;
}
</style>