Shades of Burgundy #8B0B21
Tints of Burgundy #8B0B21
RGB
CMYK
RGB Variations
Color information
#8B0B21 (or 0x8B0B21) is known color: Burgundy. HEX triplet: 8B, 0B and 21. RGB value is (139,11,33). Sum of RGB (Red+Green+Blue) = 139+11+33=183 (24% of max value = 765). Red value is 139 (54.69% from 255 or 75.96% from 183); Green value is 11 (4.69% from 255 or 6.01% from 183); Blue value is 33 (13.28% from 255 or 18.03% from 183); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0B21 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B0B21 is #74F4DE. Grayscale: #333333. Windows color (decimal): -7664863 or 2165643. OLE color: 2165643.
HSL color Cylindrical-coordinate representation of color #8B0B21: hue angle of 349.69º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8B0B21 is Cyan = 0, Magento = 0.92, Yellow = 0.76 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 11 | 33 | - |
| CMYK | 0 | 0.92 | 0.76 | 0.45 |
| HSL | 349.69º | 0.85% | 0.29% | - |
| HSV(B) | 349.69º | 0.92% | 0.55% | - |
| XYZ | 11.04 | 5.84 | 1.98 | - |
| YUV | 51.78 | 117.41 | 190.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 11 | 33 | 0 | 0.92 | 0.76 | 0.45 | 349.69 | 0.85 | 0.29 |
| Hex | 8B | B | 21 | 0 | 5C | 4C | 2D | 15E | 55 | 1D |
| Octal | 213 | 13 | 41 | 0 | 134 | 114 | 55 | 536 | 125 | 35 |
| Binary | 10001011 | 1011 | 100001 | 0 | 1011100 | 1001100 | 101101 | 101011110 | 1010101 | 11101 |
Color Harmonies of #8B0B21
Complementary color
Monochromatic Colors of #8B0B21
Black with #8B0B21
Text Example
Text Example
White with #8B0B21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B0B21; }
p { color: rgb(139,11,33); }
H1.HeaderClassName
{
color: #8B0B21;
}
.AnyTagClassName
{
color: #8B0B21;
}
</style>
background-color css
<style>
a { background-color: #8B0B21; }
a { background-color: rgb(139,11,33); }
div.DivClassName
{
background-color: #8B0B21;
}
.BgClassName
{
background-color: #8B0B21;
}
</style>
border-color css
<style>
span { border-color: #8B0B21; }
span { border-color: rgb(139,11,33); }
td.TdClassName
{
border-color: #8B0B21;
}
.TagClassName
{
border-color: #8B0B21;
}
</style>