Shades of Burgundy #8A0631
Tints of Burgundy #8A0631
RGB
CMYK
RGB Variations
Color information
#8A0631 (or 0x8A0631) is known color: Burgundy. HEX triplet: 8A, 06 and 31. RGB value is (138,6,49). Sum of RGB (Red+Green+Blue) = 138+6+49=193 (25% of max value = 765). Red value is 138 (54.30% from 255 or 71.50% from 193); Green value is 6 (2.73% from 255 or 3.11% from 193); Blue value is 49 (19.53% from 255 or 25.39% from 193); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0631 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A0631 is #75F9CE. Grayscale: #323232. Windows color (decimal): -7731663 or 3212938. OLE color: 3212938.
HSL color Cylindrical-coordinate representation of color #8A0631: hue angle of 340.45º degrees, saturation: 0.92, 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 #8A0631 is Cyan = 0, Magento = 0.96, Yellow = 0.64 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 6 | 49 | - |
| CMYK | 0 | 0.96 | 0.64 | 0.46 |
| HSL | 340.45º | 0.92% | 0.28% | - |
| HSV(B) | 340.45º | 0.96% | 0.54% | - |
| XYZ | 11.1 | 5.76 | 3.43 | - |
| YUV | 50.37 | 127.23 | 190.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 6 | 49 | 0 | 0.96 | 0.64 | 0.46 | 340.45 | 0.92 | 0.28 |
| Hex | 8A | 6 | 31 | 0 | 60 | 40 | 2E | 154 | 5C | 1C |
| Octal | 212 | 6 | 61 | 0 | 140 | 100 | 56 | 524 | 134 | 34 |
| Binary | 10001010 | 110 | 110001 | 0 | 1100000 | 1000000 | 101110 | 101010100 | 1011100 | 11100 |
Color Harmonies of #8A0631
Complementary color
Monochromatic Colors of #8A0631
Black with #8A0631
Text Example
Text Example
White with #8A0631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A0631; }
p { color: rgb(138,6,49); }
H1.HeaderClassName
{
color: #8A0631;
}
.AnyTagClassName
{
color: #8A0631;
}
</style>
background-color css
<style>
a { background-color: #8A0631; }
a { background-color: rgb(138,6,49); }
div.DivClassName
{
background-color: #8A0631;
}
.BgClassName
{
background-color: #8A0631;
}
</style>
border-color css
<style>
span { border-color: #8A0631; }
span { border-color: rgb(138,6,49); }
td.TdClassName
{
border-color: #8A0631;
}
.TagClassName
{
border-color: #8A0631;
}
</style>