Shades of Burgundy #8B0529
Tints of Burgundy #8B0529
RGB
CMYK
RGB Variations
Color information
#8B0529 (or 0x8B0529) is known color: Burgundy. HEX triplet: 8B, 05 and 29. RGB value is (139,5,41). Sum of RGB (Red+Green+Blue) = 139+5+41=185 (24% of max value = 765). Red value is 139 (54.69% from 255 or 75.14% from 185); Green value is 5 (2.34% from 255 or 2.70% from 185); Blue value is 41 (16.41% from 255 or 22.16% from 185); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0529 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B0529 is #74FAD6. Grayscale: #313131. Windows color (decimal): -7666391 or 2688395. OLE color: 2688395.
HSL color Cylindrical-coordinate representation of color #8B0529: hue angle of 343.88º 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 #8B0529 is Cyan = 0, Magento = 0.96, Yellow = 0.71 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 5 | 41 | - |
| CMYK | 0 | 0.96 | 0.71 | 0.45 |
| HSL | 343.88º | 0.93% | 0.28% | - |
| HSV(B) | 343.88º | 0.96% | 0.55% | - |
| XYZ | 11.1 | 5.76 | 2.62 | - |
| YUV | 49.17 | 123.39 | 192.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 5 | 41 | 0 | 0.96 | 0.71 | 0.45 | 343.88 | 0.93 | 0.28 |
| Hex | 8B | 5 | 29 | 0 | 60 | 47 | 2D | 158 | 5D | 1C |
| Octal | 213 | 5 | 51 | 0 | 140 | 107 | 55 | 530 | 135 | 34 |
| Binary | 10001011 | 101 | 101001 | 0 | 1100000 | 1000111 | 101101 | 101011000 | 1011101 | 11100 |
Color Harmonies of #8B0529
Complementary color
Monochromatic Colors of #8B0529
Black with #8B0529
Text Example
Text Example
White with #8B0529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B0529; }
p { color: rgb(139,5,41); }
H1.HeaderClassName
{
color: #8B0529;
}
.AnyTagClassName
{
color: #8B0529;
}
</style>
background-color css
<style>
a { background-color: #8B0529; }
a { background-color: rgb(139,5,41); }
div.DivClassName
{
background-color: #8B0529;
}
.BgClassName
{
background-color: #8B0529;
}
</style>
border-color css
<style>
span { border-color: #8B0529; }
span { border-color: rgb(139,5,41); }
td.TdClassName
{
border-color: #8B0529;
}
.TagClassName
{
border-color: #8B0529;
}
</style>