Shades of Burgundy #8B053A
Tints of Burgundy #8B053A
RGB
CMYK
RGB Variations
Color information
#8B053A (or 0x8B053A) is known color: Burgundy. HEX triplet: 8B, 05 and 3A. RGB value is (139,5,58). Sum of RGB (Red+Green+Blue) = 139+5+58=202 (26% of max value = 765). Red value is 139 (54.69% from 255 or 68.81% from 202); Green value is 5 (2.34% from 255 or 2.48% from 202); Blue value is 58 (23.05% from 255 or 28.71% from 202); Max value from RGB is 139 - color contains mainly: red. Hex color #8B053A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B053A is #74FAC5. Grayscale: #333333. Windows color (decimal): -7666374 or 3802507. OLE color: 3802507.
HSL color Cylindrical-coordinate representation of color #8B053A: hue angle of 336.27º 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 #8B053A is Cyan = 0, Magento = 0.96, Yellow = 0.58 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 5 | 58 | - |
| CMYK | 0 | 0.96 | 0.58 | 0.45 |
| HSL | 336.27º | 0.93% | 0.28% | - |
| HSV(B) | 336.27º | 0.96% | 0.55% | - |
| XYZ | 11.47 | 5.9 | 4.54 | - |
| YUV | 51.11 | 131.89 | 190.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 5 | 58 | 0 | 0.96 | 0.58 | 0.45 | 336.27 | 0.93 | 0.28 |
| Hex | 8B | 5 | 3A | 0 | 60 | 3A | 2D | 150 | 5D | 1C |
| Octal | 213 | 5 | 72 | 0 | 140 | 72 | 55 | 520 | 135 | 34 |
| Binary | 10001011 | 101 | 111010 | 0 | 1100000 | 111010 | 101101 | 101010000 | 1011101 | 11100 |
Color Harmonies of #8B053A
Complementary color
Monochromatic Colors of #8B053A
Black with #8B053A
Text Example
Text Example
White with #8B053A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B053A; }
p { color: rgb(139,5,58); }
H1.HeaderClassName
{
color: #8B053A;
}
.AnyTagClassName
{
color: #8B053A;
}
</style>
background-color css
<style>
a { background-color: #8B053A; }
a { background-color: rgb(139,5,58); }
div.DivClassName
{
background-color: #8B053A;
}
.BgClassName
{
background-color: #8B053A;
}
</style>
border-color css
<style>
span { border-color: #8B053A; }
span { border-color: rgb(139,5,58); }
td.TdClassName
{
border-color: #8B053A;
}
.TagClassName
{
border-color: #8B053A;
}
</style>