Shades of Burgundy #8B0032
Tints of Burgundy #8B0032
RGB
CMYK
RGB Variations
Color information
#8B0032 (or 0x8B0032) is known color: Burgundy. HEX triplet: 8B, 00 and 32. RGB value is (139,0,50). Sum of RGB (Red+Green+Blue) = 139+0+50=189 (25% of max value = 765). Red value is 139 (54.69% from 255 or 73.54% from 189); Green value is 0 (0.39% from 255 or 0% from 189); Blue value is 50 (19.92% from 255 or 26.46% from 189); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0032 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B0032 is #74FFCD. Grayscale: #2F2F2F. Windows color (decimal): -7667662 or 3276939. OLE color: 3276939.
HSL color Cylindrical-coordinate representation of color #8B0032: hue angle of 338.42º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8B0032 is Cyan = 0, Magento = 1, Yellow = 0.64 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 0 | 50 | - |
| CMYK | 0 | 1 | 0.64 | 0.45 |
| HSL | 338.42º | 1% | 0.27% | - |
| HSV(B) | 338.42º | 1% | 0.55% | - |
| XYZ | 11.22 | 5.72 | 3.53 | - |
| YUV | 47.26 | 129.55 | 193.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 0 | 50 | 0 | 1 | 0.64 | 0.45 | 338.42 | 1 | 0.27 |
| Hex | 8B | 0 | 32 | 0 | 64 | 40 | 2D | 152 | 64 | 1B |
| Octal | 213 | 0 | 62 | 0 | 144 | 100 | 55 | 522 | 144 | 33 |
| Binary | 10001011 | 0 | 110010 | 0 | 1100100 | 1000000 | 101101 | 101010010 | 1100100 | 11011 |
Color Harmonies of #8B0032
Complementary color
Monochromatic Colors of #8B0032
Black with #8B0032
Text Example
Text Example
White with #8B0032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B0032; }
p { color: rgb(139,0,50); }
H1.HeaderClassName
{
color: #8B0032;
}
.AnyTagClassName
{
color: #8B0032;
}
</style>
background-color css
<style>
a { background-color: #8B0032; }
a { background-color: rgb(139,0,50); }
div.DivClassName
{
background-color: #8B0032;
}
.BgClassName
{
background-color: #8B0032;
}
</style>
border-color css
<style>
span { border-color: #8B0032; }
span { border-color: rgb(139,0,50); }
td.TdClassName
{
border-color: #8B0032;
}
.TagClassName
{
border-color: #8B0032;
}
</style>