Shades of Burgundy #8B0521
Tints of Burgundy #8B0521
RGB
CMYK
RGB Variations
Color information
#8B0521 (or 0x8B0521) is known color: Burgundy. HEX triplet: 8B, 05 and 21. RGB value is (139,5,33). Sum of RGB (Red+Green+Blue) = 139+5+33=177 (23% of max value = 765). Red value is 139 (54.69% from 255 or 78.53% from 177); Green value is 5 (2.34% from 255 or 2.82% from 177); Blue value is 33 (13.28% from 255 or 18.64% from 177); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0521 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B0521 is #74FADE. Grayscale: #303030. Windows color (decimal): -7666399 or 2164107. OLE color: 2164107.
HSL color Cylindrical-coordinate representation of color #8B0521: hue angle of 347.46º degrees, saturation: 0.93, 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 #8B0521 is Cyan = 0, Magento = 0.96, Yellow = 0.76 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 5 | 33 | - |
| CMYK | 0 | 0.96 | 0.76 | 0.45 |
| HSL | 347.46º | 0.93% | 0.28% | - |
| HSV(B) | 347.46º | 0.96% | 0.55% | - |
| XYZ | 10.98 | 5.71 | 1.96 | - |
| YUV | 48.26 | 119.39 | 192.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 5 | 33 | 0 | 0.96 | 0.76 | 0.45 | 347.46 | 0.93 | 0.28 |
| Hex | 8B | 5 | 21 | 0 | 60 | 4C | 2D | 15B | 5D | 1C |
| Octal | 213 | 5 | 41 | 0 | 140 | 114 | 55 | 533 | 135 | 34 |
| Binary | 10001011 | 101 | 100001 | 0 | 1100000 | 1001100 | 101101 | 101011011 | 1011101 | 11100 |
Color Harmonies of #8B0521
Complementary color
Monochromatic Colors of #8B0521
Black with #8B0521
Text Example
Text Example
White with #8B0521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B0521; }
p { color: rgb(139,5,33); }
H1.HeaderClassName
{
color: #8B0521;
}
.AnyTagClassName
{
color: #8B0521;
}
</style>
background-color css
<style>
a { background-color: #8B0521; }
a { background-color: rgb(139,5,33); }
div.DivClassName
{
background-color: #8B0521;
}
.BgClassName
{
background-color: #8B0521;
}
</style>
border-color css
<style>
span { border-color: #8B0521; }
span { border-color: rgb(139,5,33); }
td.TdClassName
{
border-color: #8B0521;
}
.TagClassName
{
border-color: #8B0521;
}
</style>