Shades of Burgundy #8A062E
Tints of Burgundy #8A062E
RGB
CMYK
RGB Variations
Color information
#8A062E (or 0x8A062E) is known color: Burgundy. HEX triplet: 8A, 06 and 2E. RGB value is (138,6,46). Sum of RGB (Red+Green+Blue) = 138+6+46=190 (25% of max value = 765). Red value is 138 (54.30% from 255 or 72.63% from 190); Green value is 6 (2.73% from 255 or 3.16% from 190); Blue value is 46 (18.36% from 255 or 24.21% from 190); Max value from RGB is 138 - color contains mainly: red. Hex color #8A062E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A062E is #75F9D1. Grayscale: #323232. Windows color (decimal): -7731666 or 3016330. OLE color: 3016330.
HSL color Cylindrical-coordinate representation of color #8A062E: hue angle of 341.82º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8A062E is Cyan = 0, Magento = 0.96, Yellow = 0.67 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 6 | 46 | - |
| CMYK | 0 | 0.96 | 0.67 | 0.46 |
| HSL | 341.82º | 0.92% | 0.28% | - |
| HSV(B) | 341.82º | 0.96% | 0.54% | - |
| XYZ | 11.04 | 5.73 | 3.11 | - |
| YUV | 50.03 | 125.73 | 190.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 6 | 46 | 0 | 0.96 | 0.67 | 0.46 | 341.82 | 0.92 | 0.28 |
| Hex | 8A | 6 | 2E | 0 | 60 | 43 | 2E | 156 | 5C | 1C |
| Octal | 212 | 6 | 56 | 0 | 140 | 103 | 56 | 526 | 134 | 34 |
| Binary | 10001010 | 110 | 101110 | 0 | 1100000 | 1000011 | 101110 | 101010110 | 1011100 | 11100 |
Color Harmonies of #8A062E
Complementary color
Monochromatic Colors of #8A062E
Black with #8A062E
Text Example
Text Example
White with #8A062E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A062E; }
p { color: rgb(138,6,46); }
H1.HeaderClassName
{
color: #8A062E;
}
.AnyTagClassName
{
color: #8A062E;
}
</style>
background-color css
<style>
a { background-color: #8A062E; }
a { background-color: rgb(138,6,46); }
div.DivClassName
{
background-color: #8A062E;
}
.BgClassName
{
background-color: #8A062E;
}
</style>
border-color css
<style>
span { border-color: #8A062E; }
span { border-color: rgb(138,6,46); }
td.TdClassName
{
border-color: #8A062E;
}
.TagClassName
{
border-color: #8A062E;
}
</style>