Shades of Burgundy #8B003C
Tints of Burgundy #8B003C
RGB
CMYK
RGB Variations
Color information
#8B003C (or 0x8B003C) is known color: Burgundy. HEX triplet: 8B, 00 and 3C. RGB value is (139,0,60). Sum of RGB (Red+Green+Blue) = 139+0+60=199 (26% of max value = 765). Red value is 139 (54.69% from 255 or 69.85% from 199); Green value is 0 (0.39% from 255 or 0% from 199); Blue value is 60 (23.83% from 255 or 30.15% from 199); Max value from RGB is 139 - color contains mainly: red. Hex color #8B003C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B003C is #74FFC3. Grayscale: #303030. Windows color (decimal): -7667652 or 3932299. OLE color: 3932299.
HSL color Cylindrical-coordinate representation of color #8B003C: hue angle of 334.1º 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 #8B003C is Cyan = 0, Magento = 1, Yellow = 0.57 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 0 | 60 | - |
| CMYK | 0 | 1 | 0.57 | 0.45 |
| HSL | 334.1º | 1% | 0.27% | - |
| HSV(B) | 334.1º | 1% | 0.55% | - |
| XYZ | 11.46 | 5.82 | 4.79 | - |
| YUV | 48.4 | 134.55 | 192.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 0 | 60 | 0 | 1 | 0.57 | 0.45 | 334.1 | 1 | 0.27 |
| Hex | 8B | 0 | 3C | 0 | 64 | 39 | 2D | 14E | 64 | 1B |
| Octal | 213 | 0 | 74 | 0 | 144 | 71 | 55 | 516 | 144 | 33 |
| Binary | 10001011 | 0 | 111100 | 0 | 1100100 | 111001 | 101101 | 101001110 | 1100100 | 11011 |
Color Harmonies of #8B003C
Complementary color
Monochromatic Colors of #8B003C
Black with #8B003C
Text Example
Text Example
White with #8B003C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B003C; }
p { color: rgb(139,0,60); }
H1.HeaderClassName
{
color: #8B003C;
}
.AnyTagClassName
{
color: #8B003C;
}
</style>
background-color css
<style>
a { background-color: #8B003C; }
a { background-color: rgb(139,0,60); }
div.DivClassName
{
background-color: #8B003C;
}
.BgClassName
{
background-color: #8B003C;
}
</style>
border-color css
<style>
span { border-color: #8B003C; }
span { border-color: rgb(139,0,60); }
td.TdClassName
{
border-color: #8B003C;
}
.TagClassName
{
border-color: #8B003C;
}
</style>