Shades of Burgundy #8A062F
Tints of Burgundy #8A062F
RGB
CMYK
RGB Variations
Color information
#8A062F (or 0x8A062F) is known color: Burgundy. HEX triplet: 8A, 06 and 2F. RGB value is (138,6,47). Sum of RGB (Red+Green+Blue) = 138+6+47=191 (25% of max value = 765). Red value is 138 (54.30% from 255 or 72.25% from 191); Green value is 6 (2.73% from 255 or 3.14% from 191); Blue value is 47 (18.75% from 255 or 24.61% from 191); Max value from RGB is 138 - color contains mainly: red. Hex color #8A062F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A062F is #75F9D0. Grayscale: #323232. Windows color (decimal): -7731665 or 3081866. OLE color: 3081866.
HSL color Cylindrical-coordinate representation of color #8A062F: hue angle of 341.36º 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 #8A062F is Cyan = 0, Magento = 0.96, Yellow = 0.66 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 6 | 47 | - |
| CMYK | 0 | 0.96 | 0.66 | 0.46 |
| HSL | 341.36º | 0.92% | 0.28% | - |
| HSV(B) | 341.36º | 0.96% | 0.54% | - |
| XYZ | 11.06 | 5.74 | 3.21 | - |
| YUV | 50.14 | 126.23 | 190.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 6 | 47 | 0 | 0.96 | 0.66 | 0.46 | 341.36 | 0.92 | 0.28 |
| Hex | 8A | 6 | 2F | 0 | 60 | 42 | 2E | 155 | 5C | 1C |
| Octal | 212 | 6 | 57 | 0 | 140 | 102 | 56 | 525 | 134 | 34 |
| Binary | 10001010 | 110 | 101111 | 0 | 1100000 | 1000010 | 101110 | 101010101 | 1011100 | 11100 |
Color Harmonies of #8A062F
Complementary color
Monochromatic Colors of #8A062F
Black with #8A062F
Text Example
Text Example
White with #8A062F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A062F; }
p { color: rgb(138,6,47); }
H1.HeaderClassName
{
color: #8A062F;
}
.AnyTagClassName
{
color: #8A062F;
}
</style>
background-color css
<style>
a { background-color: #8A062F; }
a { background-color: rgb(138,6,47); }
div.DivClassName
{
background-color: #8A062F;
}
.BgClassName
{
background-color: #8A062F;
}
</style>
border-color css
<style>
span { border-color: #8A062F; }
span { border-color: rgb(138,6,47); }
td.TdClassName
{
border-color: #8A062F;
}
.TagClassName
{
border-color: #8A062F;
}
</style>