Shades of Burgundy #8B0524
Tints of Burgundy #8B0524
RGB
CMYK
RGB Variations
Color information
#8B0524 (or 0x8B0524) is known color: Burgundy. HEX triplet: 8B, 05 and 24. RGB value is (139,5,36). Sum of RGB (Red+Green+Blue) = 139+5+36=180 (23% of max value = 765). Red value is 139 (54.69% from 255 or 77.22% from 180); Green value is 5 (2.34% from 255 or 2.78% from 180); Blue value is 36 (14.45% from 255 or 20% from 180); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0524 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B0524 is #74FADB. Grayscale: #303030. Windows color (decimal): -7666396 or 2360715. OLE color: 2360715.
HSL color Cylindrical-coordinate representation of color #8B0524: hue angle of 346.12º 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 #8B0524 is Cyan = 0, Magento = 0.96, Yellow = 0.74 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 5 | 36 | - |
| CMYK | 0 | 0.96 | 0.74 | 0.45 |
| HSL | 346.12º | 0.93% | 0.28% | - |
| HSV(B) | 346.12º | 0.96% | 0.55% | - |
| XYZ | 11.02 | 5.72 | 2.19 | - |
| YUV | 48.6 | 120.89 | 192.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 5 | 36 | 0 | 0.96 | 0.74 | 0.45 | 346.12 | 0.93 | 0.28 |
| Hex | 8B | 5 | 24 | 0 | 60 | 4A | 2D | 15A | 5D | 1C |
| Octal | 213 | 5 | 44 | 0 | 140 | 112 | 55 | 532 | 135 | 34 |
| Binary | 10001011 | 101 | 100100 | 0 | 1100000 | 1001010 | 101101 | 101011010 | 1011101 | 11100 |
Color Harmonies of #8B0524
Complementary color
Monochromatic Colors of #8B0524
Black with #8B0524
Text Example
Text Example
White with #8B0524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B0524; }
p { color: rgb(139,5,36); }
H1.HeaderClassName
{
color: #8B0524;
}
.AnyTagClassName
{
color: #8B0524;
}
</style>
background-color css
<style>
a { background-color: #8B0524; }
a { background-color: rgb(139,5,36); }
div.DivClassName
{
background-color: #8B0524;
}
.BgClassName
{
background-color: #8B0524;
}
</style>
border-color css
<style>
span { border-color: #8B0524; }
span { border-color: rgb(139,5,36); }
td.TdClassName
{
border-color: #8B0524;
}
.TagClassName
{
border-color: #8B0524;
}
</style>