Shades of Burgundy #8B1032
Tints of Burgundy #8B1032
RGB
CMYK
RGB Variations
Color information
#8B1032 (or 0x8B1032) is known color: Burgundy. HEX triplet: 8B, 10 and 32. RGB value is (139,16,50). Sum of RGB (Red+Green+Blue) = 139+16+50=205 (27% of max value = 765). Red value is 139 (54.69% from 255 or 67.80% from 205); Green value is 16 (6.64% from 255 or 7.80% from 205); Blue value is 50 (19.92% from 255 or 24.39% from 205); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1032 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B1032 is #74EFCD. Grayscale: #383838. Windows color (decimal): -7663566 or 3281035. OLE color: 3281035.
HSL color Cylindrical-coordinate representation of color #8B1032: hue angle of 343.41º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8B1032 is Cyan = 0, Magento = 0.88, Yellow = 0.64 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 16 | 50 | - |
| CMYK | 0 | 0.88 | 0.64 | 0.45 |
| HSL | 343.41º | 0.79% | 0.3% | - |
| HSV(B) | 343.41º | 0.88% | 0.55% | - |
| XYZ | 11.41 | 6.09 | 3.59 | - |
| YUV | 56.65 | 124.25 | 186.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 16 | 50 | 0 | 0.88 | 0.64 | 0.45 | 343.41 | 0.79 | 0.3 |
| Hex | 8B | 10 | 32 | 0 | 58 | 40 | 2D | 157 | 4F | 1E |
| Octal | 213 | 20 | 62 | 0 | 130 | 100 | 55 | 527 | 117 | 36 |
| Binary | 10001011 | 10000 | 110010 | 0 | 1011000 | 1000000 | 101101 | 101010111 | 1001111 | 11110 |
Color Harmonies of #8B1032
Complementary color
Monochromatic Colors of #8B1032
Black with #8B1032
Text Example
Text Example
White with #8B1032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B1032; }
p { color: rgb(139,16,50); }
H1.HeaderClassName
{
color: #8B1032;
}
.AnyTagClassName
{
color: #8B1032;
}
</style>
background-color css
<style>
a { background-color: #8B1032; }
a { background-color: rgb(139,16,50); }
div.DivClassName
{
background-color: #8B1032;
}
.BgClassName
{
background-color: #8B1032;
}
</style>
border-color css
<style>
span { border-color: #8B1032; }
span { border-color: rgb(139,16,50); }
td.TdClassName
{
border-color: #8B1032;
}
.TagClassName
{
border-color: #8B1032;
}
</style>