Shades of Burgundy #8A0021
Tints of Burgundy #8A0021
RGB
CMYK
RGB Variations
Color information
#8A0021 (or 0x8A0021) is known color: Burgundy. HEX triplet: 8A, 00 and 21. RGB value is (138,0,33). Sum of RGB (Red+Green+Blue) = 138+0+33=171 (22% of max value = 765). Red value is 138 (54.30% from 255 or 80.70% from 171); Green value is 0 (0.39% from 255 or 0% from 171); Blue value is 33 (13.28% from 255 or 19.30% from 171); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0021 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A0021 is #75FFDE. Grayscale: #2D2D2D. Windows color (decimal): -7733215 or 2162826. OLE color: 2162826.
HSL color Cylindrical-coordinate representation of color #8A0021: hue angle of 345.65º 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 #8A0021 is Cyan = 0, Magento = 1, Yellow = 0.76 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 0 | 33 | - |
| CMYK | 0 | 1 | 0.76 | 0.46 |
| HSL | 345.65º | 1% | 0.27% | - |
| HSV(B) | 345.65º | 1% | 0.54% | - |
| XYZ | 10.76 | 5.51 | 1.94 | - |
| YUV | 45.02 | 121.22 | 194.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 0 | 33 | 0 | 1 | 0.76 | 0.46 | 345.65 | 1 | 0.27 |
| Hex | 8A | 0 | 21 | 0 | 64 | 4C | 2E | 15A | 64 | 1B |
| Octal | 212 | 0 | 41 | 0 | 144 | 114 | 56 | 532 | 144 | 33 |
| Binary | 10001010 | 0 | 100001 | 0 | 1100100 | 1001100 | 101110 | 101011010 | 1100100 | 11011 |
Color Harmonies of #8A0021
Complementary color
Monochromatic Colors of #8A0021
Black with #8A0021
Text Example
Text Example
White with #8A0021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A0021; }
p { color: rgb(138,0,33); }
H1.HeaderClassName
{
color: #8A0021;
}
.AnyTagClassName
{
color: #8A0021;
}
</style>
background-color css
<style>
a { background-color: #8A0021; }
a { background-color: rgb(138,0,33); }
div.DivClassName
{
background-color: #8A0021;
}
.BgClassName
{
background-color: #8A0021;
}
</style>
border-color css
<style>
span { border-color: #8A0021; }
span { border-color: rgb(138,0,33); }
td.TdClassName
{
border-color: #8A0021;
}
.TagClassName
{
border-color: #8A0021;
}
</style>