Shades of Burgundy #8A0521
Tints of Burgundy #8A0521
RGB
CMYK
RGB Variations
Color information
#8A0521 (or 0x8A0521) is known color: Burgundy. HEX triplet: 8A, 05 and 21. RGB value is (138,5,33). Sum of RGB (Red+Green+Blue) = 138+5+33=176 (23% of max value = 765). Red value is 138 (54.30% from 255 or 78.41% from 176); Green value is 5 (2.34% from 255 or 2.84% from 176); Blue value is 33 (13.28% from 255 or 18.75% from 176); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0521 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A0521 is #75FADE. Grayscale: #2F2F2F. Windows color (decimal): -7731935 or 2164106. OLE color: 2164106.
HSL color Cylindrical-coordinate representation of color #8A0521: hue angle of 347.37º 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 #8A0521 is Cyan = 0, Magento = 0.96, Yellow = 0.76 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 5 | 33 | - |
| CMYK | 0 | 0.96 | 0.76 | 0.46 |
| HSL | 347.37º | 0.93% | 0.28% | - |
| HSV(B) | 347.37º | 0.96% | 0.54% | - |
| XYZ | 10.81 | 5.62 | 1.95 | - |
| YUV | 47.96 | 119.56 | 192.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 5 | 33 | 0 | 0.96 | 0.76 | 0.46 | 347.37 | 0.93 | 0.28 |
| Hex | 8A | 5 | 21 | 0 | 60 | 4C | 2E | 15B | 5D | 1C |
| Octal | 212 | 5 | 41 | 0 | 140 | 114 | 56 | 533 | 135 | 34 |
| Binary | 10001010 | 101 | 100001 | 0 | 1100000 | 1001100 | 101110 | 101011011 | 1011101 | 11100 |
Color Harmonies of #8A0521
Complementary color
Monochromatic Colors of #8A0521
Black with #8A0521
Text Example
Text Example
White with #8A0521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A0521; }
p { color: rgb(138,5,33); }
H1.HeaderClassName
{
color: #8A0521;
}
.AnyTagClassName
{
color: #8A0521;
}
</style>
background-color css
<style>
a { background-color: #8A0521; }
a { background-color: rgb(138,5,33); }
div.DivClassName
{
background-color: #8A0521;
}
.BgClassName
{
background-color: #8A0521;
}
</style>
border-color css
<style>
span { border-color: #8A0521; }
span { border-color: rgb(138,5,33); }
td.TdClassName
{
border-color: #8A0521;
}
.TagClassName
{
border-color: #8A0521;
}
</style>