Shades of Burgundy #8B0039
Tints of Burgundy #8B0039
RGB
CMYK
RGB Variations
Color information
#8B0039 (or 0x8B0039) is known color: Burgundy. HEX triplet: 8B, 00 and 39. RGB value is (139,0,57). Sum of RGB (Red+Green+Blue) = 139+0+57=196 (25% of max value = 765). Red value is 139 (54.69% from 255 or 70.92% from 196); Green value is 0 (0.39% from 255 or 0% from 196); Blue value is 57 (22.66% from 255 or 29.08% from 196); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0039 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B0039 is #74FFC6. Grayscale: #2F2F2F. Windows color (decimal): -7667655 or 3735691. OLE color: 3735691.
HSL color Cylindrical-coordinate representation of color #8B0039: hue angle of 335.4º 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 #8B0039 is Cyan = 0, Magento = 1, Yellow = 0.59 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 0 | 57 | - |
| CMYK | 0 | 1 | 0.59 | 0.45 |
| HSL | 335.4º | 1% | 0.27% | - |
| HSV(B) | 335.4º | 1% | 0.55% | - |
| XYZ | 11.39 | 5.78 | 4.39 | - |
| YUV | 48.06 | 133.05 | 192.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 0 | 57 | 0 | 1 | 0.59 | 0.45 | 335.4 | 1 | 0.27 |
| Hex | 8B | 0 | 39 | 0 | 64 | 3B | 2D | 14F | 64 | 1B |
| Octal | 213 | 0 | 71 | 0 | 144 | 73 | 55 | 517 | 144 | 33 |
| Binary | 10001011 | 0 | 111001 | 0 | 1100100 | 111011 | 101101 | 101001111 | 1100100 | 11011 |
Color Harmonies of #8B0039
Complementary color
Monochromatic Colors of #8B0039
Black with #8B0039
Text Example
Text Example
White with #8B0039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B0039; }
p { color: rgb(139,0,57); }
H1.HeaderClassName
{
color: #8B0039;
}
.AnyTagClassName
{
color: #8B0039;
}
</style>
background-color css
<style>
a { background-color: #8B0039; }
a { background-color: rgb(139,0,57); }
div.DivClassName
{
background-color: #8B0039;
}
.BgClassName
{
background-color: #8B0039;
}
</style>
border-color css
<style>
span { border-color: #8B0039; }
span { border-color: rgb(139,0,57); }
td.TdClassName
{
border-color: #8B0039;
}
.TagClassName
{
border-color: #8B0039;
}
</style>