Shades of Burgundy #8B0621
Tints of Burgundy #8B0621
RGB
CMYK
RGB Variations
Color information
#8B0621 (or 0x8B0621) is known color: Burgundy. HEX triplet: 8B, 06 and 21. RGB value is (139,6,33). Sum of RGB (Red+Green+Blue) = 139+6+33=178 (23% of max value = 765). Red value is 139 (54.69% from 255 or 78.09% from 178); Green value is 6 (2.73% from 255 or 3.37% from 178); Blue value is 33 (13.28% from 255 or 18.54% from 178); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0621 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B0621 is #74F9DE. Grayscale: #303030. Windows color (decimal): -7666143 or 2164363. OLE color: 2164363.
HSL color Cylindrical-coordinate representation of color #8B0621: hue angle of 347.82º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8B0621 is Cyan = 0, Magento = 0.96, Yellow = 0.76 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 6 | 33 | - |
| CMYK | 0 | 0.96 | 0.76 | 0.45 |
| HSL | 347.82º | 0.92% | 0.28% | - |
| HSV(B) | 347.82º | 0.96% | 0.55% | - |
| XYZ | 10.99 | 5.73 | 1.97 | - |
| YUV | 48.85 | 119.06 | 192.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 6 | 33 | 0 | 0.96 | 0.76 | 0.45 | 347.82 | 0.92 | 0.28 |
| Hex | 8B | 6 | 21 | 0 | 60 | 4C | 2D | 15C | 5C | 1C |
| Octal | 213 | 6 | 41 | 0 | 140 | 114 | 55 | 534 | 134 | 34 |
| Binary | 10001011 | 110 | 100001 | 0 | 1100000 | 1001100 | 101101 | 101011100 | 1011100 | 11100 |
Color Harmonies of #8B0621
Complementary color
Monochromatic Colors of #8B0621
Black with #8B0621
Text Example
Text Example
White with #8B0621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B0621; }
p { color: rgb(139,6,33); }
H1.HeaderClassName
{
color: #8B0621;
}
.AnyTagClassName
{
color: #8B0621;
}
</style>
background-color css
<style>
a { background-color: #8B0621; }
a { background-color: rgb(139,6,33); }
div.DivClassName
{
background-color: #8B0621;
}
.BgClassName
{
background-color: #8B0621;
}
</style>
border-color css
<style>
span { border-color: #8B0621; }
span { border-color: rgb(139,6,33); }
td.TdClassName
{
border-color: #8B0621;
}
.TagClassName
{
border-color: #8B0621;
}
</style>