Shades of Burgundy #8A0529
Tints of Burgundy #8A0529
RGB
CMYK
RGB Variations
Color information
#8A0529 (or 0x8A0529) is known color: Burgundy. HEX triplet: 8A, 05 and 29. RGB value is (138,5,41). Sum of RGB (Red+Green+Blue) = 138+5+41=184 (24% of max value = 765). Red value is 138 (54.30% from 255 or 75% from 184); Green value is 5 (2.34% from 255 or 2.72% from 184); Blue value is 41 (16.41% from 255 or 22.28% from 184); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0529 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A0529 is #75FAD6. Grayscale: #303030. Windows color (decimal): -7731927 or 2688394. OLE color: 2688394.
HSL color Cylindrical-coordinate representation of color #8A0529: hue angle of 343.76º 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 #8A0529 is Cyan = 0, Magento = 0.96, Yellow = 0.70 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 5 | 41 | - |
| CMYK | 0 | 0.96 | 0.70 | 0.46 |
| HSL | 343.76º | 0.93% | 0.28% | - |
| HSV(B) | 343.76º | 0.96% | 0.54% | - |
| XYZ | 10.94 | 5.67 | 2.62 | - |
| YUV | 48.87 | 123.56 | 191.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 5 | 41 | 0 | 0.96 | 0.70 | 0.46 | 343.76 | 0.93 | 0.28 |
| Hex | 8A | 5 | 29 | 0 | 60 | 46 | 2E | 158 | 5D | 1C |
| Octal | 212 | 5 | 51 | 0 | 140 | 106 | 56 | 530 | 135 | 34 |
| Binary | 10001010 | 101 | 101001 | 0 | 1100000 | 1000110 | 101110 | 101011000 | 1011101 | 11100 |
Color Harmonies of #8A0529
Complementary color
Monochromatic Colors of #8A0529
Black with #8A0529
Text Example
Text Example
White with #8A0529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A0529; }
p { color: rgb(138,5,41); }
H1.HeaderClassName
{
color: #8A0529;
}
.AnyTagClassName
{
color: #8A0529;
}
</style>
background-color css
<style>
a { background-color: #8A0529; }
a { background-color: rgb(138,5,41); }
div.DivClassName
{
background-color: #8A0529;
}
.BgClassName
{
background-color: #8A0529;
}
</style>
border-color css
<style>
span { border-color: #8A0529; }
span { border-color: rgb(138,5,41); }
td.TdClassName
{
border-color: #8A0529;
}
.TagClassName
{
border-color: #8A0529;
}
</style>