Shades of Burgundy #8A0031
Tints of Burgundy #8A0031
RGB
CMYK
RGB Variations
Color information
#8A0031 (or 0x8A0031) is known color: Burgundy. HEX triplet: 8A, 00 and 31. RGB value is (138,0,49). Sum of RGB (Red+Green+Blue) = 138+0+49=187 (24% of max value = 765). Red value is 138 (54.30% from 255 or 73.80% from 187); Green value is 0 (0.39% from 255 or 0% from 187); Blue value is 49 (19.53% from 255 or 26.20% from 187); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0031 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A0031 is #75FFCE. Grayscale: #2E2E2E. Windows color (decimal): -7733199 or 3211402. OLE color: 3211402.
HSL color Cylindrical-coordinate representation of color #8A0031: hue angle of 338.7º 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 #8A0031 is Cyan = 0, Magento = 1, Yellow = 0.64 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 0 | 49 | - |
| CMYK | 0 | 1 | 0.64 | 0.46 |
| HSL | 338.7º | 1% | 0.27% | - |
| HSV(B) | 338.7º | 1% | 0.54% | - |
| XYZ | 11.04 | 5.63 | 3.41 | - |
| YUV | 46.85 | 129.22 | 193.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 0 | 49 | 0 | 1 | 0.64 | 0.46 | 338.7 | 1 | 0.27 |
| Hex | 8A | 0 | 31 | 0 | 64 | 40 | 2E | 153 | 64 | 1B |
| Octal | 212 | 0 | 61 | 0 | 144 | 100 | 56 | 523 | 144 | 33 |
| Binary | 10001010 | 0 | 110001 | 0 | 1100100 | 1000000 | 101110 | 101010011 | 1100100 | 11011 |
Color Harmonies of #8A0031
Complementary color
Monochromatic Colors of #8A0031
Black with #8A0031
Text Example
Text Example
White with #8A0031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A0031; }
p { color: rgb(138,0,49); }
H1.HeaderClassName
{
color: #8A0031;
}
.AnyTagClassName
{
color: #8A0031;
}
</style>
background-color css
<style>
a { background-color: #8A0031; }
a { background-color: rgb(138,0,49); }
div.DivClassName
{
background-color: #8A0031;
}
.BgClassName
{
background-color: #8A0031;
}
</style>
border-color css
<style>
span { border-color: #8A0031; }
span { border-color: rgb(138,0,49); }
td.TdClassName
{
border-color: #8A0031;
}
.TagClassName
{
border-color: #8A0031;
}
</style>