Shades of Burgundy #8A001E
Tints of Burgundy #8A001E
RGB
CMYK
RGB Variations
Color information
#8A001E (or 0x8A001E) is known color: Burgundy. HEX triplet: 8A, 00 and 1E. RGB value is (138,0,30). Sum of RGB (Red+Green+Blue) = 138+0+30=168 (22% of max value = 765). Red value is 138 (54.30% from 255 or 82.14% from 168); Green value is 0 (0.39% from 255 or 0% from 168); Blue value is 30 (12.11% from 255 or 17.86% from 168); Max value from RGB is 138 - color contains mainly: red. Hex color #8A001E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A001E is #75FFE1. Grayscale: #2C2C2C. Windows color (decimal): -7733218 or 1966218. OLE color: 1966218.
HSL color Cylindrical-coordinate representation of color #8A001E: hue angle of 346.96º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8A001E is Cyan = 0, Magento = 1, Yellow = 0.78 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 0 | 30 | - |
| CMYK | 0 | 1 | 0.78 | 0.46 |
| HSL | 346.96º | 1% | 0.27% | - |
| HSV(B) | 346.96º | 1% | 0.54% | - |
| XYZ | 10.72 | 5.5 | 1.72 | - |
| YUV | 44.68 | 119.72 | 194.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 0 | 30 | 0 | 1 | 0.78 | 0.46 | 346.96 | 1 | 0.27 |
| Hex | 8A | 0 | 1E | 0 | 64 | 4E | 2E | 15B | 64 | 1B |
| Octal | 212 | 0 | 36 | 0 | 144 | 116 | 56 | 533 | 144 | 33 |
| Binary | 10001010 | 0 | 11110 | 0 | 1100100 | 1001110 | 101110 | 101011011 | 1100100 | 11011 |
Color Harmonies of #8A001E
Complementary color
Monochromatic Colors of #8A001E
Black with #8A001E
Text Example
Text Example
White with #8A001E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A001E; }
p { color: rgb(138,0,30); }
H1.HeaderClassName
{
color: #8A001E;
}
.AnyTagClassName
{
color: #8A001E;
}
</style>
background-color css
<style>
a { background-color: #8A001E; }
a { background-color: rgb(138,0,30); }
div.DivClassName
{
background-color: #8A001E;
}
.BgClassName
{
background-color: #8A001E;
}
</style>
border-color css
<style>
span { border-color: #8A001E; }
span { border-color: rgb(138,0,30); }
td.TdClassName
{
border-color: #8A001E;
}
.TagClassName
{
border-color: #8A001E;
}
</style>