Shades of Burgundy #8A0A1E
Tints of Burgundy #8A0A1E
RGB
CMYK
RGB Variations
Color information
#8A0A1E (or 0x8A0A1E) is known color: Burgundy. HEX triplet: 8A, 0A and 1E. RGB value is (138,10,30). Sum of RGB (Red+Green+Blue) = 138+10+30=178 (23% of max value = 765). Red value is 138 (54.30% from 255 or 77.53% from 178); Green value is 10 (4.30% from 255 or 5.62% from 178); Blue value is 30 (12.11% from 255 or 16.85% from 178); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0A1E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A0A1E is #75F5E1. Grayscale: #323232. Windows color (decimal): -7730658 or 1968778. OLE color: 1968778.
HSL color Cylindrical-coordinate representation of color #8A0A1E: hue angle of 350.62º 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 #8A0A1E is Cyan = 0, Magento = 0.93, Yellow = 0.78 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 10 | 30 | - |
| CMYK | 0 | 0.93 | 0.78 | 0.46 |
| HSL | 350.63º | 0.86% | 0.29% | - |
| HSV(B) | 350.63º | 0.93% | 0.54% | - |
| XYZ | 10.82 | 5.71 | 1.76 | - |
| YUV | 50.55 | 116.41 | 190.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 10 | 30 | 0 | 0.93 | 0.78 | 0.46 | 350.63 | 0.86 | 0.29 |
| Hex | 8A | A | 1E | 0 | 5D | 4E | 2E | 15F | 56 | 1D |
| Octal | 212 | 12 | 36 | 0 | 135 | 116 | 56 | 537 | 126 | 35 |
| Binary | 10001010 | 1010 | 11110 | 0 | 1011101 | 1001110 | 101110 | 101011111 | 1010110 | 11101 |
Color Harmonies of #8A0A1E
Complementary color
Monochromatic Colors of #8A0A1E
Black with #8A0A1E
Text Example
Text Example
White with #8A0A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A0A1E; }
p { color: rgb(138,10,30); }
H1.HeaderClassName
{
color: #8A0A1E;
}
.AnyTagClassName
{
color: #8A0A1E;
}
</style>
background-color css
<style>
a { background-color: #8A0A1E; }
a { background-color: rgb(138,10,30); }
div.DivClassName
{
background-color: #8A0A1E;
}
.BgClassName
{
background-color: #8A0A1E;
}
</style>
border-color css
<style>
span { border-color: #8A0A1E; }
span { border-color: rgb(138,10,30); }
td.TdClassName
{
border-color: #8A0A1E;
}
.TagClassName
{
border-color: #8A0A1E;
}
</style>