Shades of Burgundy #8A0540
Tints of Burgundy #8A0540
RGB
CMYK
RGB Variations
Color information
#8A0540 (or 0x8A0540) is known color: Burgundy. HEX triplet: 8A, 05 and 40. RGB value is (138,5,64). Sum of RGB (Red+Green+Blue) = 138+5+64=207 (27% of max value = 765). Red value is 138 (54.30% from 255 or 66.67% from 207); Green value is 5 (2.34% from 255 or 2.42% from 207); Blue value is 64 (25.39% from 255 or 30.92% from 207); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0540 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A0540 is #75FABF. Grayscale: #333333. Windows color (decimal): -7731904 or 4195722. OLE color: 4195722.
HSL color Cylindrical-coordinate representation of color #8A0540: hue angle of 333.38º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8A0540 is Cyan = 0, Magento = 0.96, Yellow = 0.54 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 5 | 64 | - |
| CMYK | 0 | 0.96 | 0.54 | 0.46 |
| HSL | 333.38º | 0.93% | 0.28% | - |
| HSV(B) | 333.38º | 0.96% | 0.54% | - |
| XYZ | 11.46 | 5.88 | 5.38 | - |
| YUV | 51.49 | 135.06 | 189.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 5 | 64 | 0 | 0.96 | 0.54 | 0.46 | 333.38 | 0.93 | 0.28 |
| Hex | 8A | 5 | 40 | 0 | 60 | 36 | 2E | 14D | 5D | 1C |
| Octal | 212 | 5 | 100 | 0 | 140 | 66 | 56 | 515 | 135 | 34 |
| Binary | 10001010 | 101 | 1000000 | 0 | 1100000 | 110110 | 101110 | 101001101 | 1011101 | 11100 |
Color Harmonies of #8A0540
Complementary color
Monochromatic Colors of #8A0540
Black with #8A0540
Text Example
Text Example
White with #8A0540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A0540; }
p { color: rgb(138,5,64); }
H1.HeaderClassName
{
color: #8A0540;
}
.AnyTagClassName
{
color: #8A0540;
}
</style>
background-color css
<style>
a { background-color: #8A0540; }
a { background-color: rgb(138,5,64); }
div.DivClassName
{
background-color: #8A0540;
}
.BgClassName
{
background-color: #8A0540;
}
</style>
border-color css
<style>
span { border-color: #8A0540; }
span { border-color: rgb(138,5,64); }
td.TdClassName
{
border-color: #8A0540;
}
.TagClassName
{
border-color: #8A0540;
}
</style>