Shades of Burgundy #8A0329
Tints of Burgundy #8A0329
RGB
CMYK
RGB Variations
Color information
#8A0329 (or 0x8A0329) is known color: Burgundy. HEX triplet: 8A, 03 and 29. RGB value is (138,3,41). Sum of RGB (Red+Green+Blue) = 138+3+41=182 (24% of max value = 765). Red value is 138 (54.30% from 255 or 75.82% from 182); Green value is 3 (1.56% from 255 or 1.65% from 182); Blue value is 41 (16.41% from 255 or 22.53% from 182); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0329 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A0329 is #75FCD6. Grayscale: #2F2F2F. Windows color (decimal): -7732439 or 2687882. OLE color: 2687882.
HSL color Cylindrical-coordinate representation of color #8A0329: hue angle of 343.11º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8A0329 is Cyan = 0, Magento = 0.98, Yellow = 0.70 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 3 | 41 | - |
| CMYK | 0 | 0.98 | 0.70 | 0.46 |
| HSL | 343.11º | 0.96% | 0.28% | - |
| HSV(B) | 343.11º | 0.98% | 0.54% | - |
| XYZ | 10.91 | 5.63 | 2.61 | - |
| YUV | 47.7 | 124.23 | 192.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 3 | 41 | 0 | 0.98 | 0.70 | 0.46 | 343.11 | 0.96 | 0.28 |
| Hex | 8A | 3 | 29 | 0 | 62 | 46 | 2E | 157 | 60 | 1C |
| Octal | 212 | 3 | 51 | 0 | 142 | 106 | 56 | 527 | 140 | 34 |
| Binary | 10001010 | 11 | 101001 | 0 | 1100010 | 1000110 | 101110 | 101010111 | 1100000 | 11100 |
Color Harmonies of #8A0329
Complementary color
Monochromatic Colors of #8A0329
Black with #8A0329
Text Example
Text Example
White with #8A0329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A0329; }
p { color: rgb(138,3,41); }
H1.HeaderClassName
{
color: #8A0329;
}
.AnyTagClassName
{
color: #8A0329;
}
</style>
background-color css
<style>
a { background-color: #8A0329; }
a { background-color: rgb(138,3,41); }
div.DivClassName
{
background-color: #8A0329;
}
.BgClassName
{
background-color: #8A0329;
}
</style>
border-color css
<style>
span { border-color: #8A0329; }
span { border-color: rgb(138,3,41); }
td.TdClassName
{
border-color: #8A0329;
}
.TagClassName
{
border-color: #8A0329;
}
</style>