Shades of Burgundy #8A0A31
Tints of Burgundy #8A0A31
RGB
CMYK
RGB Variations
Color information
#8A0A31 (or 0x8A0A31) is known color: Burgundy. HEX triplet: 8A, 0A and 31. RGB value is (138,10,49). Sum of RGB (Red+Green+Blue) = 138+10+49=197 (26% of max value = 765). Red value is 138 (54.30% from 255 or 70.05% from 197); Green value is 10 (4.30% from 255 or 5.08% from 197); Blue value is 49 (19.53% from 255 or 24.87% from 197); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0A31 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A0A31 is #75F5CE. Grayscale: #343434. Windows color (decimal): -7730639 or 3213962. OLE color: 3213962.
HSL color Cylindrical-coordinate representation of color #8A0A31: hue angle of 341.72º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8A0A31 is Cyan = 0, Magento = 0.93, Yellow = 0.64 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 10 | 49 | - |
| CMYK | 0 | 0.93 | 0.64 | 0.46 |
| HSL | 341.72º | 0.86% | 0.29% | - |
| HSV(B) | 341.72º | 0.93% | 0.54% | - |
| XYZ | 11.14 | 5.84 | 3.45 | - |
| YUV | 52.72 | 125.91 | 188.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 10 | 49 | 0 | 0.93 | 0.64 | 0.46 | 341.72 | 0.86 | 0.29 |
| Hex | 8A | A | 31 | 0 | 5D | 40 | 2E | 156 | 56 | 1D |
| Octal | 212 | 12 | 61 | 0 | 135 | 100 | 56 | 526 | 126 | 35 |
| Binary | 10001010 | 1010 | 110001 | 0 | 1011101 | 1000000 | 101110 | 101010110 | 1010110 | 11101 |
Color Harmonies of #8A0A31
Complementary color
Monochromatic Colors of #8A0A31
Black with #8A0A31
Text Example
Text Example
White with #8A0A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A0A31; }
p { color: rgb(138,10,49); }
H1.HeaderClassName
{
color: #8A0A31;
}
.AnyTagClassName
{
color: #8A0A31;
}
</style>
background-color css
<style>
a { background-color: #8A0A31; }
a { background-color: rgb(138,10,49); }
div.DivClassName
{
background-color: #8A0A31;
}
.BgClassName
{
background-color: #8A0A31;
}
</style>
border-color css
<style>
span { border-color: #8A0A31; }
span { border-color: rgb(138,10,49); }
td.TdClassName
{
border-color: #8A0A31;
}
.TagClassName
{
border-color: #8A0A31;
}
</style>