Shades of Burgundy #8B0B3F
Tints of Burgundy #8B0B3F
RGB
CMYK
RGB Variations
Color information
#8B0B3F (or 0x8B0B3F) is known color: Burgundy. HEX triplet: 8B, 0B and 3F. RGB value is (139,11,63). Sum of RGB (Red+Green+Blue) = 139+11+63=213 (28% of max value = 765). Red value is 139 (54.69% from 255 or 65.26% from 213); Green value is 11 (4.69% from 255 or 5.16% from 213); Blue value is 63 (25% from 255 or 29.58% from 213); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0B3F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B0B3F is #74F4C0. Grayscale: #373737. Windows color (decimal): -7664833 or 4131723. OLE color: 4131723.
HSL color Cylindrical-coordinate representation of color #8B0B3F: hue angle of 335.62º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8B0B3F is Cyan = 0, Magento = 0.92, Yellow = 0.55 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 11 | 63 | - |
| CMYK | 0 | 0.92 | 0.55 | 0.45 |
| HSL | 335.63º | 0.85% | 0.29% | - |
| HSV(B) | 335.63º | 0.92% | 0.55% | - |
| XYZ | 11.66 | 6.09 | 5.26 | - |
| YUV | 55.2 | 132.41 | 187.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 11 | 63 | 0 | 0.92 | 0.55 | 0.45 | 335.63 | 0.85 | 0.29 |
| Hex | 8B | B | 3F | 0 | 5C | 37 | 2D | 150 | 55 | 1D |
| Octal | 213 | 13 | 77 | 0 | 134 | 67 | 55 | 520 | 125 | 35 |
| Binary | 10001011 | 1011 | 111111 | 0 | 1011100 | 110111 | 101101 | 101010000 | 1010101 | 11101 |
Color Harmonies of #8B0B3F
Complementary color
Monochromatic Colors of #8B0B3F
Black with #8B0B3F
Text Example
Text Example
White with #8B0B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B0B3F; }
p { color: rgb(139,11,63); }
H1.HeaderClassName
{
color: #8B0B3F;
}
.AnyTagClassName
{
color: #8B0B3F;
}
</style>
background-color css
<style>
a { background-color: #8B0B3F; }
a { background-color: rgb(139,11,63); }
div.DivClassName
{
background-color: #8B0B3F;
}
.BgClassName
{
background-color: #8B0B3F;
}
</style>
border-color css
<style>
span { border-color: #8B0B3F; }
span { border-color: rgb(139,11,63); }
td.TdClassName
{
border-color: #8B0B3F;
}
.TagClassName
{
border-color: #8B0B3F;
}
</style>