Shades of Burgundy #8B032A
Tints of Burgundy #8B032A
RGB
CMYK
RGB Variations
Color information
#8B032A (or 0x8B032A) is known color: Burgundy. HEX triplet: 8B, 03 and 2A. RGB value is (139,3,42). Sum of RGB (Red+Green+Blue) = 139+3+42=184 (24% of max value = 765). Red value is 139 (54.69% from 255 or 75.54% from 184); Green value is 3 (1.56% from 255 or 1.63% from 184); Blue value is 42 (16.80% from 255 or 22.83% from 184); Max value from RGB is 139 - color contains mainly: red. Hex color #8B032A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B032A is #74FCD5. Grayscale: #303030. Windows color (decimal): -7666902 or 2753419. OLE color: 2753419.
HSL color Cylindrical-coordinate representation of color #8B032A: hue angle of 342.79º 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 #8B032A is Cyan = 0, Magento = 0.98, Yellow = 0.70 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 3 | 42 | - |
| CMYK | 0 | 0.98 | 0.70 | 0.45 |
| HSL | 342.79º | 0.96% | 0.28% | - |
| HSV(B) | 342.79º | 0.98% | 0.55% | - |
| XYZ | 11.1 | 5.72 | 2.71 | - |
| YUV | 48.11 | 124.56 | 192.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 3 | 42 | 0 | 0.98 | 0.70 | 0.45 | 342.79 | 0.96 | 0.28 |
| Hex | 8B | 3 | 2A | 0 | 62 | 46 | 2D | 157 | 60 | 1C |
| Octal | 213 | 3 | 52 | 0 | 142 | 106 | 55 | 527 | 140 | 34 |
| Binary | 10001011 | 11 | 101010 | 0 | 1100010 | 1000110 | 101101 | 101010111 | 1100000 | 11100 |
Color Harmonies of #8B032A
Complementary color
Monochromatic Colors of #8B032A
Black with #8B032A
Text Example
Text Example
White with #8B032A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B032A; }
p { color: rgb(139,3,42); }
H1.HeaderClassName
{
color: #8B032A;
}
.AnyTagClassName
{
color: #8B032A;
}
</style>
background-color css
<style>
a { background-color: #8B032A; }
a { background-color: rgb(139,3,42); }
div.DivClassName
{
background-color: #8B032A;
}
.BgClassName
{
background-color: #8B032A;
}
</style>
border-color css
<style>
span { border-color: #8B032A; }
span { border-color: rgb(139,3,42); }
td.TdClassName
{
border-color: #8B032A;
}
.TagClassName
{
border-color: #8B032A;
}
</style>