Shades of Burgundy #8B023A
Tints of Burgundy #8B023A
RGB
CMYK
RGB Variations
Color information
#8B023A (or 0x8B023A) is known color: Burgundy. HEX triplet: 8B, 02 and 3A. RGB value is (139,2,58). Sum of RGB (Red+Green+Blue) = 139+2+58=199 (26% of max value = 765). Red value is 139 (54.69% from 255 or 69.85% from 199); Green value is 2 (1.17% from 255 or 1.01% from 199); Blue value is 58 (23.05% from 255 or 29.15% from 199); Max value from RGB is 139 - color contains mainly: red. Hex color #8B023A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B023A is #74FDC5. Grayscale: #313131. Windows color (decimal): -7667142 or 3801739. OLE color: 3801739.
HSL color Cylindrical-coordinate representation of color #8B023A: hue angle of 335.47º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8B023A is Cyan = 0, Magento = 0.99, Yellow = 0.58 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 2 | 58 | - |
| CMYK | 0 | 0.99 | 0.58 | 0.45 |
| HSL | 335.47º | 0.97% | 0.28% | - |
| HSV(B) | 335.47º | 0.99% | 0.55% | - |
| XYZ | 11.43 | 5.84 | 4.53 | - |
| YUV | 49.35 | 132.89 | 191.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 2 | 58 | 0 | 0.99 | 0.58 | 0.45 | 335.47 | 0.97 | 0.28 |
| Hex | 8B | 2 | 3A | 0 | 63 | 3A | 2D | 14F | 61 | 1C |
| Octal | 213 | 2 | 72 | 0 | 143 | 72 | 55 | 517 | 141 | 34 |
| Binary | 10001011 | 10 | 111010 | 0 | 1100011 | 111010 | 101101 | 101001111 | 1100001 | 11100 |
Color Harmonies of #8B023A
Complementary color
Monochromatic Colors of #8B023A
Black with #8B023A
Text Example
Text Example
White with #8B023A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B023A; }
p { color: rgb(139,2,58); }
H1.HeaderClassName
{
color: #8B023A;
}
.AnyTagClassName
{
color: #8B023A;
}
</style>
background-color css
<style>
a { background-color: #8B023A; }
a { background-color: rgb(139,2,58); }
div.DivClassName
{
background-color: #8B023A;
}
.BgClassName
{
background-color: #8B023A;
}
</style>
border-color css
<style>
span { border-color: #8B023A; }
span { border-color: rgb(139,2,58); }
td.TdClassName
{
border-color: #8B023A;
}
.TagClassName
{
border-color: #8B023A;
}
</style>