Shades of Burgundy #8A122A
Tints of Burgundy #8A122A
RGB
CMYK
RGB Variations
Color information
#8A122A (or 0x8A122A) is known color: Burgundy. HEX triplet: 8A, 12 and 2A. RGB value is (138,18,42). Sum of RGB (Red+Green+Blue) = 138+18+42=198 (26% of max value = 765). Red value is 138 (54.30% from 255 or 69.70% from 198); Green value is 18 (7.42% from 255 or 9.09% from 198); Blue value is 42 (16.80% from 255 or 21.21% from 198); Max value from RGB is 138 - color contains mainly: red. Hex color #8A122A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A122A is #75EDD5. Grayscale: #383838. Windows color (decimal): -7728598 or 2757258. OLE color: 2757258.
HSL color Cylindrical-coordinate representation of color #8A122A: hue angle of 348º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8A122A is Cyan = 0, Magento = 0.87, Yellow = 0.70 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 18 | 42 | - |
| CMYK | 0 | 0.87 | 0.70 | 0.46 |
| HSL | 348º | 0.77% | 0.31% | - |
| HSV(B) | 348º | 0.87% | 0.54% | - |
| XYZ | 11.12 | 6 | 2.76 | - |
| YUV | 56.62 | 119.76 | 186.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 18 | 42 | 0 | 0.87 | 0.70 | 0.46 | 348 | 0.77 | 0.31 |
| Hex | 8A | 12 | 2A | 0 | 57 | 46 | 2E | 15C | 4D | 1F |
| Octal | 212 | 22 | 52 | 0 | 127 | 106 | 56 | 534 | 115 | 37 |
| Binary | 10001010 | 10010 | 101010 | 0 | 1010111 | 1000110 | 101110 | 101011100 | 1001101 | 11111 |
Color Harmonies of #8A122A
Complementary color
Monochromatic Colors of #8A122A
Black with #8A122A
Text Example
Text Example
White with #8A122A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A122A; }
p { color: rgb(138,18,42); }
H1.HeaderClassName
{
color: #8A122A;
}
.AnyTagClassName
{
color: #8A122A;
}
</style>
background-color css
<style>
a { background-color: #8A122A; }
a { background-color: rgb(138,18,42); }
div.DivClassName
{
background-color: #8A122A;
}
.BgClassName
{
background-color: #8A122A;
}
</style>
border-color css
<style>
span { border-color: #8A122A; }
span { border-color: rgb(138,18,42); }
td.TdClassName
{
border-color: #8A122A;
}
.TagClassName
{
border-color: #8A122A;
}
</style>