Shades of Burgundy #8B033E
Tints of Burgundy #8B033E
RGB
CMYK
RGB Variations
Color information
#8B033E (or 0x8B033E) is known color: Burgundy. HEX triplet: 8B, 03 and 3E. RGB value is (139,3,62). Sum of RGB (Red+Green+Blue) = 139+3+62=204 (27% of max value = 765). Red value is 139 (54.69% from 255 or 68.14% from 204); Green value is 3 (1.56% from 255 or 1.47% from 204); Blue value is 62 (24.61% from 255 or 30.39% from 204); Max value from RGB is 139 - color contains mainly: red. Hex color #8B033E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B033E is #74FCC1. Grayscale: #323232. Windows color (decimal): -7666882 or 4064139. OLE color: 4064139.
HSL color Cylindrical-coordinate representation of color #8B033E: hue angle of 333.97º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8B033E is Cyan = 0, Magento = 0.98, Yellow = 0.55 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 3 | 62 | - |
| CMYK | 0 | 0.98 | 0.55 | 0.45 |
| HSL | 333.97º | 0.96% | 0.28% | - |
| HSV(B) | 333.97º | 0.98% | 0.55% | - |
| XYZ | 11.55 | 5.9 | 5.09 | - |
| YUV | 50.39 | 134.56 | 191.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 3 | 62 | 0 | 0.98 | 0.55 | 0.45 | 333.97 | 0.96 | 0.28 |
| Hex | 8B | 3 | 3E | 0 | 62 | 37 | 2D | 14E | 60 | 1C |
| Octal | 213 | 3 | 76 | 0 | 142 | 67 | 55 | 516 | 140 | 34 |
| Binary | 10001011 | 11 | 111110 | 0 | 1100010 | 110111 | 101101 | 101001110 | 1100000 | 11100 |
Color Harmonies of #8B033E
Complementary color
Monochromatic Colors of #8B033E
Black with #8B033E
Text Example
Text Example
White with #8B033E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B033E; }
p { color: rgb(139,3,62); }
H1.HeaderClassName
{
color: #8B033E;
}
.AnyTagClassName
{
color: #8B033E;
}
</style>
background-color css
<style>
a { background-color: #8B033E; }
a { background-color: rgb(139,3,62); }
div.DivClassName
{
background-color: #8B033E;
}
.BgClassName
{
background-color: #8B033E;
}
</style>
border-color css
<style>
span { border-color: #8B033E; }
span { border-color: rgb(139,3,62); }
td.TdClassName
{
border-color: #8B033E;
}
.TagClassName
{
border-color: #8B033E;
}
</style>