Shades of Burgundy #8A0E37
Tints of Burgundy #8A0E37
RGB
CMYK
RGB Variations
Color information
#8A0E37 (or 0x8A0E37) is known color: Burgundy. HEX triplet: 8A, 0E and 37. RGB value is (138,14,55). Sum of RGB (Red+Green+Blue) = 138+14+55=207 (27% of max value = 765). Red value is 138 (54.30% from 255 or 66.67% from 207); Green value is 14 (5.86% from 255 or 6.76% from 207); Blue value is 55 (21.88% from 255 or 26.57% from 207); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0E37 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A0E37 is #75F1C8. Grayscale: #373737. Windows color (decimal): -7729609 or 3608202. OLE color: 3608202.
HSL color Cylindrical-coordinate representation of color #8A0E37: hue angle of 340.16º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8A0E37 is Cyan = 0, Magento = 0.90, Yellow = 0.60 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 14 | 55 | - |
| CMYK | 0 | 0.90 | 0.60 | 0.46 |
| HSL | 340.16º | 0.82% | 0.3% | - |
| HSV(B) | 340.16º | 0.9% | 0.54% | - |
| XYZ | 11.33 | 5.99 | 4.17 | - |
| YUV | 55.75 | 127.58 | 186.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 14 | 55 | 0 | 0.90 | 0.60 | 0.46 | 340.16 | 0.82 | 0.3 |
| Hex | 8A | E | 37 | 0 | 5A | 3C | 2E | 154 | 52 | 1E |
| Octal | 212 | 16 | 67 | 0 | 132 | 74 | 56 | 524 | 122 | 36 |
| Binary | 10001010 | 1110 | 110111 | 0 | 1011010 | 111100 | 101110 | 101010100 | 1010010 | 11110 |
Color Harmonies of #8A0E37
Complementary color
Monochromatic Colors of #8A0E37
Black with #8A0E37
Text Example
Text Example
White with #8A0E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A0E37; }
p { color: rgb(138,14,55); }
H1.HeaderClassName
{
color: #8A0E37;
}
.AnyTagClassName
{
color: #8A0E37;
}
</style>
background-color css
<style>
a { background-color: #8A0E37; }
a { background-color: rgb(138,14,55); }
div.DivClassName
{
background-color: #8A0E37;
}
.BgClassName
{
background-color: #8A0E37;
}
</style>
border-color css
<style>
span { border-color: #8A0E37; }
span { border-color: rgb(138,14,55); }
td.TdClassName
{
border-color: #8A0E37;
}
.TagClassName
{
border-color: #8A0E37;
}
</style>