Shades of Burgundy #8A122C
Tints of Burgundy #8A122C
RGB
CMYK
RGB Variations
Color information
#8A122C (or 0x8A122C) is known color: Burgundy. HEX triplet: 8A, 12 and 2C. RGB value is (138,18,44). Sum of RGB (Red+Green+Blue) = 138+18+44=200 (26% of max value = 765). Red value is 138 (54.30% from 255 or 69% from 200); Green value is 18 (7.42% from 255 or 9% from 200); Blue value is 44 (17.58% from 255 or 22% from 200); Max value from RGB is 138 - color contains mainly: red. Hex color #8A122C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A122C is #75EDD3. Grayscale: #383838. Windows color (decimal): -7728596 or 2888330. OLE color: 2888330.
HSL color Cylindrical-coordinate representation of color #8A122C: hue angle of 347º 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 #8A122C is Cyan = 0, Magento = 0.87, Yellow = 0.68 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 18 | 44 | - |
| CMYK | 0 | 0.87 | 0.68 | 0.46 |
| HSL | 347º | 0.77% | 0.31% | - |
| HSV(B) | 347º | 0.87% | 0.54% | - |
| XYZ | 11.15 | 6.02 | 2.96 | - |
| YUV | 56.84 | 120.76 | 185.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 18 | 44 | 0 | 0.87 | 0.68 | 0.46 | 347 | 0.77 | 0.31 |
| Hex | 8A | 12 | 2C | 0 | 57 | 44 | 2E | 15B | 4D | 1F |
| Octal | 212 | 22 | 54 | 0 | 127 | 104 | 56 | 533 | 115 | 37 |
| Binary | 10001010 | 10010 | 101100 | 0 | 1010111 | 1000100 | 101110 | 101011011 | 1001101 | 11111 |
Color Harmonies of #8A122C
Complementary color
Monochromatic Colors of #8A122C
Black with #8A122C
Text Example
Text Example
White with #8A122C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A122C; }
p { color: rgb(138,18,44); }
H1.HeaderClassName
{
color: #8A122C;
}
.AnyTagClassName
{
color: #8A122C;
}
</style>
background-color css
<style>
a { background-color: #8A122C; }
a { background-color: rgb(138,18,44); }
div.DivClassName
{
background-color: #8A122C;
}
.BgClassName
{
background-color: #8A122C;
}
</style>
border-color css
<style>
span { border-color: #8A122C; }
span { border-color: rgb(138,18,44); }
td.TdClassName
{
border-color: #8A122C;
}
.TagClassName
{
border-color: #8A122C;
}
</style>