Shades of Burgundy #8A0C21
Tints of Burgundy #8A0C21
RGB
CMYK
RGB Variations
Color information
#8A0C21 (or 0x8A0C21) is known color: Burgundy. HEX triplet: 8A, 0C and 21. RGB value is (138,12,33). Sum of RGB (Red+Green+Blue) = 138+12+33=183 (24% of max value = 765). Red value is 138 (54.30% from 255 or 75.41% from 183); Green value is 12 (5.08% from 255 or 6.56% from 183); Blue value is 33 (13.28% from 255 or 18.03% from 183); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0C21 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A0C21 is #75F3DE. Grayscale: #343434. Windows color (decimal): -7730143 or 2165898. OLE color: 2165898.
HSL color Cylindrical-coordinate representation of color #8A0C21: hue angle of 350º 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 #8A0C21 is Cyan = 0, Magento = 0.91, Yellow = 0.76 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 12 | 33 | - |
| CMYK | 0 | 0.91 | 0.76 | 0.46 |
| HSL | 350º | 0.84% | 0.29% | - |
| HSV(B) | 350º | 0.91% | 0.54% | - |
| XYZ | 10.89 | 5.78 | 1.98 | - |
| YUV | 52.07 | 117.24 | 189.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 12 | 33 | 0 | 0.91 | 0.76 | 0.46 | 350 | 0.84 | 0.29 |
| Hex | 8A | C | 21 | 0 | 5B | 4C | 2E | 15E | 54 | 1D |
| Octal | 212 | 14 | 41 | 0 | 133 | 114 | 56 | 536 | 124 | 35 |
| Binary | 10001010 | 1100 | 100001 | 0 | 1011011 | 1001100 | 101110 | 101011110 | 1010100 | 11101 |
Color Harmonies of #8A0C21
Complementary color
Monochromatic Colors of #8A0C21
Black with #8A0C21
Text Example
Text Example
White with #8A0C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A0C21; }
p { color: rgb(138,12,33); }
H1.HeaderClassName
{
color: #8A0C21;
}
.AnyTagClassName
{
color: #8A0C21;
}
</style>
background-color css
<style>
a { background-color: #8A0C21; }
a { background-color: rgb(138,12,33); }
div.DivClassName
{
background-color: #8A0C21;
}
.BgClassName
{
background-color: #8A0C21;
}
</style>
border-color css
<style>
span { border-color: #8A0C21; }
span { border-color: rgb(138,12,33); }
td.TdClassName
{
border-color: #8A0C21;
}
.TagClassName
{
border-color: #8A0C21;
}
</style>