Shades of Burgundy #8A0C2E
Tints of Burgundy #8A0C2E
RGB
CMYK
RGB Variations
Color information
#8A0C2E (or 0x8A0C2E) is known color: Burgundy. HEX triplet: 8A, 0C and 2E. RGB value is (138,12,46). Sum of RGB (Red+Green+Blue) = 138+12+46=196 (25% of max value = 765). Red value is 138 (54.30% from 255 or 70.41% from 196); Green value is 12 (5.08% from 255 or 6.12% from 196); Blue value is 46 (18.36% from 255 or 23.47% from 196); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0C2E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A0C2E is #75F3D1. Grayscale: #353535. Windows color (decimal): -7730130 or 3017866. OLE color: 3017866.
HSL color Cylindrical-coordinate representation of color #8A0C2E: hue angle of 343.81º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8A0C2E is Cyan = 0, Magento = 0.91, Yellow = 0.67 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 12 | 46 | - |
| CMYK | 0 | 0.91 | 0.67 | 0.46 |
| HSL | 343.81º | 0.84% | 0.29% | - |
| HSV(B) | 343.81º | 0.91% | 0.54% | - |
| XYZ | 11.11 | 5.86 | 3.13 | - |
| YUV | 53.55 | 123.74 | 188.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 12 | 46 | 0 | 0.91 | 0.67 | 0.46 | 343.81 | 0.84 | 0.29 |
| Hex | 8A | C | 2E | 0 | 5B | 43 | 2E | 158 | 54 | 1D |
| Octal | 212 | 14 | 56 | 0 | 133 | 103 | 56 | 530 | 124 | 35 |
| Binary | 10001010 | 1100 | 101110 | 0 | 1011011 | 1000011 | 101110 | 101011000 | 1010100 | 11101 |
Color Harmonies of #8A0C2E
Complementary color
Monochromatic Colors of #8A0C2E
Black with #8A0C2E
Text Example
Text Example
White with #8A0C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A0C2E; }
p { color: rgb(138,12,46); }
H1.HeaderClassName
{
color: #8A0C2E;
}
.AnyTagClassName
{
color: #8A0C2E;
}
</style>
background-color css
<style>
a { background-color: #8A0C2E; }
a { background-color: rgb(138,12,46); }
div.DivClassName
{
background-color: #8A0C2E;
}
.BgClassName
{
background-color: #8A0C2E;
}
</style>
border-color css
<style>
span { border-color: #8A0C2E; }
span { border-color: rgb(138,12,46); }
td.TdClassName
{
border-color: #8A0C2E;
}
.TagClassName
{
border-color: #8A0C2E;
}
</style>