Shades of Burgundy #8A102E
Tints of Burgundy #8A102E
RGB
CMYK
RGB Variations
Color information
#8A102E (or 0x8A102E) is known color: Burgundy. HEX triplet: 8A, 10 and 2E. RGB value is (138,16,46). Sum of RGB (Red+Green+Blue) = 138+16+46=200 (26% of max value = 765). Red value is 138 (54.30% from 255 or 69% from 200); Green value is 16 (6.64% from 255 or 8% from 200); Blue value is 46 (18.36% from 255 or 23% from 200); Max value from RGB is 138 - color contains mainly: red. Hex color #8A102E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A102E is #75EFD1. Grayscale: #373737. Windows color (decimal): -7729106 or 3018890. OLE color: 3018890.
HSL color Cylindrical-coordinate representation of color #8A102E: hue angle of 345.25º 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 #8A102E is Cyan = 0, Magento = 0.88, Yellow = 0.67 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 16 | 46 | - |
| CMYK | 0 | 0.88 | 0.67 | 0.46 |
| HSL | 345.25º | 0.79% | 0.3% | - |
| HSV(B) | 345.25º | 0.88% | 0.54% | - |
| XYZ | 11.16 | 5.97 | 3.15 | - |
| YUV | 55.9 | 122.42 | 186.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 16 | 46 | 0 | 0.88 | 0.67 | 0.46 | 345.25 | 0.79 | 0.3 |
| Hex | 8A | 10 | 2E | 0 | 58 | 43 | 2E | 159 | 4F | 1E |
| Octal | 212 | 20 | 56 | 0 | 130 | 103 | 56 | 531 | 117 | 36 |
| Binary | 10001010 | 10000 | 101110 | 0 | 1011000 | 1000011 | 101110 | 101011001 | 1001111 | 11110 |
Color Harmonies of #8A102E
Complementary color
Monochromatic Colors of #8A102E
Black with #8A102E
Text Example
Text Example
White with #8A102E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A102E; }
p { color: rgb(138,16,46); }
H1.HeaderClassName
{
color: #8A102E;
}
.AnyTagClassName
{
color: #8A102E;
}
</style>
background-color css
<style>
a { background-color: #8A102E; }
a { background-color: rgb(138,16,46); }
div.DivClassName
{
background-color: #8A102E;
}
.BgClassName
{
background-color: #8A102E;
}
</style>
border-color css
<style>
span { border-color: #8A102E; }
span { border-color: rgb(138,16,46); }
td.TdClassName
{
border-color: #8A102E;
}
.TagClassName
{
border-color: #8A102E;
}
</style>