Shades of Burgundy #8A003C
Tints of Burgundy #8A003C
RGB
CMYK
RGB Variations
Color information
#8A003C (or 0x8A003C) is known color: Burgundy. HEX triplet: 8A, 00 and 3C. RGB value is (138,0,60). Sum of RGB (Red+Green+Blue) = 138+0+60=198 (26% of max value = 765). Red value is 138 (54.30% from 255 or 69.70% from 198); Green value is 0 (0.39% from 255 or 0% from 198); Blue value is 60 (23.83% from 255 or 30.30% from 198); Max value from RGB is 138 - color contains mainly: red. Hex color #8A003C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A003C is #75FFC3. Grayscale: #303030. Windows color (decimal): -7733188 or 3932298. OLE color: 3932298.
HSL color Cylindrical-coordinate representation of color #8A003C: hue angle of 333.91º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8A003C is Cyan = 0, Magento = 1, Yellow = 0.57 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 0 | 60 | - |
| CMYK | 0 | 1 | 0.57 | 0.46 |
| HSL | 333.91º | 1% | 0.27% | - |
| HSV(B) | 333.91º | 1% | 0.54% | - |
| XYZ | 11.3 | 5.73 | 4.79 | - |
| YUV | 48.1 | 134.72 | 192.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 0 | 60 | 0 | 1 | 0.57 | 0.46 | 333.91 | 1 | 0.27 |
| Hex | 8A | 0 | 3C | 0 | 64 | 39 | 2E | 14E | 64 | 1B |
| Octal | 212 | 0 | 74 | 0 | 144 | 71 | 56 | 516 | 144 | 33 |
| Binary | 10001010 | 0 | 111100 | 0 | 1100100 | 111001 | 101110 | 101001110 | 1100100 | 11011 |
Color Harmonies of #8A003C
Complementary color
Monochromatic Colors of #8A003C
Black with #8A003C
Text Example
Text Example
White with #8A003C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A003C; }
p { color: rgb(138,0,60); }
H1.HeaderClassName
{
color: #8A003C;
}
.AnyTagClassName
{
color: #8A003C;
}
</style>
background-color css
<style>
a { background-color: #8A003C; }
a { background-color: rgb(138,0,60); }
div.DivClassName
{
background-color: #8A003C;
}
.BgClassName
{
background-color: #8A003C;
}
</style>
border-color css
<style>
span { border-color: #8A003C; }
span { border-color: rgb(138,0,60); }
td.TdClassName
{
border-color: #8A003C;
}
.TagClassName
{
border-color: #8A003C;
}
</style>