Shades of Burgundy #8B001E
Tints of Burgundy #8B001E
RGB
CMYK
RGB Variations
Color information
#8B001E (or 0x8B001E) is known color: Burgundy. HEX triplet: 8B, 00 and 1E. RGB value is (139,0,30). Sum of RGB (Red+Green+Blue) = 139+0+30=169 (22% of max value = 765). Red value is 139 (54.69% from 255 or 82.25% from 169); Green value is 0 (0.39% from 255 or 0% from 169); Blue value is 30 (12.11% from 255 or 17.75% from 169); Max value from RGB is 139 - color contains mainly: red. Hex color #8B001E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B001E is #74FFE1. Grayscale: #2C2C2C. Windows color (decimal): -7667682 or 1966219. OLE color: 1966219.
HSL color Cylindrical-coordinate representation of color #8B001E: hue angle of 347.05º 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 #8B001E is Cyan = 0, Magento = 1, Yellow = 0.78 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 0 | 30 | - |
| CMYK | 0 | 1 | 0.78 | 0.45 |
| HSL | 347.05º | 1% | 0.27% | - |
| HSV(B) | 347.05º | 1% | 0.55% | - |
| XYZ | 10.88 | 5.58 | 1.73 | - |
| YUV | 44.98 | 119.55 | 195.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 0 | 30 | 0 | 1 | 0.78 | 0.45 | 347.05 | 1 | 0.27 |
| Hex | 8B | 0 | 1E | 0 | 64 | 4E | 2D | 15B | 64 | 1B |
| Octal | 213 | 0 | 36 | 0 | 144 | 116 | 55 | 533 | 144 | 33 |
| Binary | 10001011 | 0 | 11110 | 0 | 1100100 | 1001110 | 101101 | 101011011 | 1100100 | 11011 |
Color Harmonies of #8B001E
Complementary color
Monochromatic Colors of #8B001E
Black with #8B001E
Text Example
Text Example
White with #8B001E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B001E; }
p { color: rgb(139,0,30); }
H1.HeaderClassName
{
color: #8B001E;
}
.AnyTagClassName
{
color: #8B001E;
}
</style>
background-color css
<style>
a { background-color: #8B001E; }
a { background-color: rgb(139,0,30); }
div.DivClassName
{
background-color: #8B001E;
}
.BgClassName
{
background-color: #8B001E;
}
</style>
border-color css
<style>
span { border-color: #8B001E; }
span { border-color: rgb(139,0,30); }
td.TdClassName
{
border-color: #8B001E;
}
.TagClassName
{
border-color: #8B001E;
}
</style>