Shades of Burgundy #8B0934
Tints of Burgundy #8B0934
RGB
CMYK
RGB Variations
Color information
#8B0934 (or 0x8B0934) is known color: Burgundy. HEX triplet: 8B, 09 and 34. RGB value is (139,9,52). Sum of RGB (Red+Green+Blue) = 139+9+52=200 (26% of max value = 765). Red value is 139 (54.69% from 255 or 69.5% from 200); Green value is 9 (3.91% from 255 or 4.5% from 200); Blue value is 52 (20.70% from 255 or 26% from 200); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0934 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B0934 is #74F6CB. Grayscale: #343434. Windows color (decimal): -7665356 or 3410315. OLE color: 3410315.
HSL color Cylindrical-coordinate representation of color #8B0934: hue angle of 340.15º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8B0934 is Cyan = 0, Magento = 0.94, Yellow = 0.63 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 9 | 52 | - |
| CMYK | 0 | 0.94 | 0.63 | 0.45 |
| HSL | 340.15º | 0.88% | 0.29% | - |
| HSV(B) | 340.15º | 0.94% | 0.55% | - |
| XYZ | 11.36 | 5.93 | 3.79 | - |
| YUV | 52.77 | 127.57 | 189.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 9 | 52 | 0 | 0.94 | 0.63 | 0.45 | 340.15 | 0.88 | 0.29 |
| Hex | 8B | 9 | 34 | 0 | 5E | 3F | 2D | 154 | 58 | 1D |
| Octal | 213 | 11 | 64 | 0 | 136 | 77 | 55 | 524 | 130 | 35 |
| Binary | 10001011 | 1001 | 110100 | 0 | 1011110 | 111111 | 101101 | 101010100 | 1011000 | 11101 |
Color Harmonies of #8B0934
Complementary color
Monochromatic Colors of #8B0934
Black with #8B0934
Text Example
Text Example
White with #8B0934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B0934; }
p { color: rgb(139,9,52); }
H1.HeaderClassName
{
color: #8B0934;
}
.AnyTagClassName
{
color: #8B0934;
}
</style>
background-color css
<style>
a { background-color: #8B0934; }
a { background-color: rgb(139,9,52); }
div.DivClassName
{
background-color: #8B0934;
}
.BgClassName
{
background-color: #8B0934;
}
</style>
border-color css
<style>
span { border-color: #8B0934; }
span { border-color: rgb(139,9,52); }
td.TdClassName
{
border-color: #8B0934;
}
.TagClassName
{
border-color: #8B0934;
}
</style>