Shades of Burgundy #8A0221
Tints of Burgundy #8A0221
RGB
CMYK
RGB Variations
Color information
#8A0221 (or 0x8A0221) is known color: Burgundy. HEX triplet: 8A, 02 and 21. RGB value is (138,2,33). Sum of RGB (Red+Green+Blue) = 138+2+33=173 (22% of max value = 765). Red value is 138 (54.30% from 255 or 79.77% from 173); Green value is 2 (1.17% from 255 or 1.16% from 173); Blue value is 33 (13.28% from 255 or 19.08% from 173); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0221 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A0221 is #75FDDE. Grayscale: #2E2E2E. Windows color (decimal): -7732703 or 2163338. OLE color: 2163338.
HSL color Cylindrical-coordinate representation of color #8A0221: hue angle of 346.32º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8A0221 is Cyan = 0, Magento = 0.99, Yellow = 0.76 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 2 | 33 | - |
| CMYK | 0 | 0.99 | 0.76 | 0.46 |
| HSL | 346.32º | 0.97% | 0.27% | - |
| HSV(B) | 346.32º | 0.99% | 0.54% | - |
| XYZ | 10.78 | 5.56 | 1.94 | - |
| YUV | 46.2 | 120.56 | 193.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 2 | 33 | 0 | 0.99 | 0.76 | 0.46 | 346.32 | 0.97 | 0.27 |
| Hex | 8A | 2 | 21 | 0 | 63 | 4C | 2E | 15A | 61 | 1B |
| Octal | 212 | 2 | 41 | 0 | 143 | 114 | 56 | 532 | 141 | 33 |
| Binary | 10001010 | 10 | 100001 | 0 | 1100011 | 1001100 | 101110 | 101011010 | 1100001 | 11011 |
Color Harmonies of #8A0221
Complementary color
Monochromatic Colors of #8A0221
Black with #8A0221
Text Example
Text Example
White with #8A0221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A0221; }
p { color: rgb(138,2,33); }
H1.HeaderClassName
{
color: #8A0221;
}
.AnyTagClassName
{
color: #8A0221;
}
</style>
background-color css
<style>
a { background-color: #8A0221; }
a { background-color: rgb(138,2,33); }
div.DivClassName
{
background-color: #8A0221;
}
.BgClassName
{
background-color: #8A0221;
}
</style>
border-color css
<style>
span { border-color: #8A0221; }
span { border-color: rgb(138,2,33); }
td.TdClassName
{
border-color: #8A0221;
}
.TagClassName
{
border-color: #8A0221;
}
</style>