Shades of Burgundy #8A0A37
Tints of Burgundy #8A0A37
RGB
CMYK
RGB Variations
Color information
#8A0A37 (or 0x8A0A37) is known color: Burgundy. HEX triplet: 8A, 0A and 37. RGB value is (138,10,55). Sum of RGB (Red+Green+Blue) = 138+10+55=203 (26% of max value = 765). Red value is 138 (54.30% from 255 or 67.98% from 203); Green value is 10 (4.30% from 255 or 4.93% from 203); Blue value is 55 (21.88% from 255 or 27.09% from 203); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0A37 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A0A37 is #75F5C8. Grayscale: #353535. Windows color (decimal): -7730633 or 3607178. OLE color: 3607178.
HSL color Cylindrical-coordinate representation of color #8A0A37: hue angle of 338.91º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8A0A37 is Cyan = 0, Magento = 0.93, Yellow = 0.60 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 10 | 55 | - |
| CMYK | 0 | 0.93 | 0.60 | 0.46 |
| HSL | 338.91º | 0.86% | 0.29% | - |
| HSV(B) | 338.91º | 0.93% | 0.54% | - |
| XYZ | 11.28 | 5.9 | 4.16 | - |
| YUV | 53.4 | 128.91 | 188.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 10 | 55 | 0 | 0.93 | 0.60 | 0.46 | 338.91 | 0.86 | 0.29 |
| Hex | 8A | A | 37 | 0 | 5D | 3C | 2E | 153 | 56 | 1D |
| Octal | 212 | 12 | 67 | 0 | 135 | 74 | 56 | 523 | 126 | 35 |
| Binary | 10001010 | 1010 | 110111 | 0 | 1011101 | 111100 | 101110 | 101010011 | 1010110 | 11101 |
Color Harmonies of #8A0A37
Complementary color
Monochromatic Colors of #8A0A37
Black with #8A0A37
Text Example
Text Example
White with #8A0A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A0A37; }
p { color: rgb(138,10,55); }
H1.HeaderClassName
{
color: #8A0A37;
}
.AnyTagClassName
{
color: #8A0A37;
}
</style>
background-color css
<style>
a { background-color: #8A0A37; }
a { background-color: rgb(138,10,55); }
div.DivClassName
{
background-color: #8A0A37;
}
.BgClassName
{
background-color: #8A0A37;
}
</style>
border-color css
<style>
span { border-color: #8A0A37; }
span { border-color: rgb(138,10,55); }
td.TdClassName
{
border-color: #8A0A37;
}
.TagClassName
{
border-color: #8A0A37;
}
</style>