Shades of Burgundy #8A0431
Tints of Burgundy #8A0431
RGB
CMYK
RGB Variations
Color information
#8A0431 (or 0x8A0431) is known color: Burgundy. HEX triplet: 8A, 04 and 31. RGB value is (138,4,49). Sum of RGB (Red+Green+Blue) = 138+4+49=191 (25% of max value = 765). Red value is 138 (54.30% from 255 or 72.25% from 191); Green value is 4 (1.95% from 255 or 2.09% from 191); Blue value is 49 (19.53% from 255 or 25.65% from 191); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0431 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A0431 is #75FBCE. Grayscale: #313131. Windows color (decimal): -7732175 or 3212426. OLE color: 3212426.
HSL color Cylindrical-coordinate representation of color #8A0431: hue angle of 339.85º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8A0431 is Cyan = 0, Magento = 0.97, Yellow = 0.64 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 4 | 49 | - |
| CMYK | 0 | 0.97 | 0.64 | 0.46 |
| HSL | 339.85º | 0.94% | 0.28% | - |
| HSV(B) | 339.85º | 0.97% | 0.54% | - |
| XYZ | 11.08 | 5.71 | 3.42 | - |
| YUV | 49.2 | 127.89 | 191.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 4 | 49 | 0 | 0.97 | 0.64 | 0.46 | 339.85 | 0.94 | 0.28 |
| Hex | 8A | 4 | 31 | 0 | 61 | 40 | 2E | 154 | 5E | 1C |
| Octal | 212 | 4 | 61 | 0 | 141 | 100 | 56 | 524 | 136 | 34 |
| Binary | 10001010 | 100 | 110001 | 0 | 1100001 | 1000000 | 101110 | 101010100 | 1011110 | 11100 |
Color Harmonies of #8A0431
Complementary color
Monochromatic Colors of #8A0431
Black with #8A0431
Text Example
Text Example
White with #8A0431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A0431; }
p { color: rgb(138,4,49); }
H1.HeaderClassName
{
color: #8A0431;
}
.AnyTagClassName
{
color: #8A0431;
}
</style>
background-color css
<style>
a { background-color: #8A0431; }
a { background-color: rgb(138,4,49); }
div.DivClassName
{
background-color: #8A0431;
}
.BgClassName
{
background-color: #8A0431;
}
</style>
border-color css
<style>
span { border-color: #8A0431; }
span { border-color: rgb(138,4,49); }
td.TdClassName
{
border-color: #8A0431;
}
.TagClassName
{
border-color: #8A0431;
}
</style>