Shades of Burgundy #8B0036
Tints of Burgundy #8B0036
RGB
CMYK
RGB Variations
Color information
#8B0036 (or 0x8B0036) is known color: Burgundy. HEX triplet: 8B, 00 and 36. RGB value is (139,0,54). Sum of RGB (Red+Green+Blue) = 139+0+54=193 (25% of max value = 765). Red value is 139 (54.69% from 255 or 72.02% from 193); Green value is 0 (0.39% from 255 or 0% from 193); Blue value is 54 (21.48% from 255 or 27.98% from 193); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0036 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B0036 is #74FFC9. Grayscale: #2F2F2F. Windows color (decimal): -7667658 or 3539083. OLE color: 3539083.
HSL color Cylindrical-coordinate representation of color #8B0036: hue angle of 336.69º 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 #8B0036 is Cyan = 0, Magento = 1, Yellow = 0.61 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 0 | 54 | - |
| CMYK | 0 | 1 | 0.61 | 0.45 |
| HSL | 336.69º | 1% | 0.27% | - |
| HSV(B) | 336.69º | 1% | 0.55% | - |
| XYZ | 11.31 | 5.76 | 4 | - |
| YUV | 47.72 | 131.55 | 193.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 0 | 54 | 0 | 1 | 0.61 | 0.45 | 336.69 | 1 | 0.27 |
| Hex | 8B | 0 | 36 | 0 | 64 | 3D | 2D | 151 | 64 | 1B |
| Octal | 213 | 0 | 66 | 0 | 144 | 75 | 55 | 521 | 144 | 33 |
| Binary | 10001011 | 0 | 110110 | 0 | 1100100 | 111101 | 101101 | 101010001 | 1100100 | 11011 |
Color Harmonies of #8B0036
Complementary color
Monochromatic Colors of #8B0036
Black with #8B0036
Text Example
Text Example
White with #8B0036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B0036; }
p { color: rgb(139,0,54); }
H1.HeaderClassName
{
color: #8B0036;
}
.AnyTagClassName
{
color: #8B0036;
}
</style>
background-color css
<style>
a { background-color: #8B0036; }
a { background-color: rgb(139,0,54); }
div.DivClassName
{
background-color: #8B0036;
}
.BgClassName
{
background-color: #8B0036;
}
</style>
border-color css
<style>
span { border-color: #8B0036; }
span { border-color: rgb(139,0,54); }
td.TdClassName
{
border-color: #8B0036;
}
.TagClassName
{
border-color: #8B0036;
}
</style>