Shades of Burgundy #8A1020
Tints of Burgundy #8A1020
RGB
CMYK
RGB Variations
Color information
#8A1020 (or 0x8A1020) is known color: Burgundy. HEX triplet: 8A, 10 and 20. RGB value is (138,16,32). Sum of RGB (Red+Green+Blue) = 138+16+32=186 (24% of max value = 765). Red value is 138 (54.30% from 255 or 74.19% from 186); Green value is 16 (6.64% from 255 or 8.60% from 186); Blue value is 32 (12.89% from 255 or 17.20% from 186); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1020 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A1020 is #75EFDF. Grayscale: #363636. Windows color (decimal): -7729120 or 2101386. OLE color: 2101386.
HSL color Cylindrical-coordinate representation of color #8A1020: hue angle of 352.13º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8A1020 is Cyan = 0, Magento = 0.88, Yellow = 0.77 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 16 | 32 | - |
| CMYK | 0 | 0.88 | 0.77 | 0.46 |
| HSL | 352.13º | 0.79% | 0.3% | - |
| HSV(B) | 352.13º | 0.88% | 0.54% | - |
| XYZ | 10.93 | 5.88 | 1.93 | - |
| YUV | 54.3 | 115.42 | 187.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 16 | 32 | 0 | 0.88 | 0.77 | 0.46 | 352.13 | 0.79 | 0.3 |
| Hex | 8A | 10 | 20 | 0 | 58 | 4D | 2E | 160 | 4F | 1E |
| Octal | 212 | 20 | 40 | 0 | 130 | 115 | 56 | 540 | 117 | 36 |
| Binary | 10001010 | 10000 | 100000 | 0 | 1011000 | 1001101 | 101110 | 101100000 | 1001111 | 11110 |
Color Harmonies of #8A1020
Complementary color
Monochromatic Colors of #8A1020
Black with #8A1020
Text Example
Text Example
White with #8A1020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A1020; }
p { color: rgb(138,16,32); }
H1.HeaderClassName
{
color: #8A1020;
}
.AnyTagClassName
{
color: #8A1020;
}
</style>
background-color css
<style>
a { background-color: #8A1020; }
a { background-color: rgb(138,16,32); }
div.DivClassName
{
background-color: #8A1020;
}
.BgClassName
{
background-color: #8A1020;
}
</style>
border-color css
<style>
span { border-color: #8A1020; }
span { border-color: rgb(138,16,32); }
td.TdClassName
{
border-color: #8A1020;
}
.TagClassName
{
border-color: #8A1020;
}
</style>