Shades of Burgundy #8B122A
Tints of Burgundy #8B122A
RGB
CMYK
RGB Variations
Color information
#8B122A (or 0x8B122A) is known color: Burgundy. HEX triplet: 8B, 12 and 2A. RGB value is (139,18,42). Sum of RGB (Red+Green+Blue) = 139+18+42=199 (26% of max value = 765). Red value is 139 (54.69% from 255 or 69.85% from 199); Green value is 18 (7.42% from 255 or 9.05% from 199); Blue value is 42 (16.80% from 255 or 21.11% from 199); Max value from RGB is 139 - color contains mainly: red. Hex color #8B122A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B122A is #74EDD5. Grayscale: #383838. Windows color (decimal): -7663062 or 2757259. OLE color: 2757259.
HSL color Cylindrical-coordinate representation of color #8B122A: hue angle of 348.1º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8B122A is Cyan = 0, Magento = 0.87, Yellow = 0.70 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 18 | 42 | - |
| CMYK | 0 | 0.87 | 0.70 | 0.45 |
| HSL | 348.1º | 0.77% | 0.31% | - |
| HSV(B) | 348.1º | 0.87% | 0.55% | - |
| XYZ | 11.28 | 6.09 | 2.77 | - |
| YUV | 56.92 | 119.59 | 186.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 18 | 42 | 0 | 0.87 | 0.70 | 0.45 | 348.1 | 0.77 | 0.31 |
| Hex | 8B | 12 | 2A | 0 | 57 | 46 | 2D | 15C | 4D | 1F |
| Octal | 213 | 22 | 52 | 0 | 127 | 106 | 55 | 534 | 115 | 37 |
| Binary | 10001011 | 10010 | 101010 | 0 | 1010111 | 1000110 | 101101 | 101011100 | 1001101 | 11111 |
Color Harmonies of #8B122A
Complementary color
Monochromatic Colors of #8B122A
Black with #8B122A
Text Example
Text Example
White with #8B122A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B122A; }
p { color: rgb(139,18,42); }
H1.HeaderClassName
{
color: #8B122A;
}
.AnyTagClassName
{
color: #8B122A;
}
</style>
background-color css
<style>
a { background-color: #8B122A; }
a { background-color: rgb(139,18,42); }
div.DivClassName
{
background-color: #8B122A;
}
.BgClassName
{
background-color: #8B122A;
}
</style>
border-color css
<style>
span { border-color: #8B122A; }
span { border-color: rgb(139,18,42); }
td.TdClassName
{
border-color: #8B122A;
}
.TagClassName
{
border-color: #8B122A;
}
</style>