Shades of Burgundy #8A0321
Tints of Burgundy #8A0321
RGB
CMYK
RGB Variations
Color information
#8A0321 (or 0x8A0321) is known color: Burgundy. HEX triplet: 8A, 03 and 21. RGB value is (138,3,33). Sum of RGB (Red+Green+Blue) = 138+3+33=174 (23% of max value = 765). Red value is 138 (54.30% from 255 or 79.31% from 174); Green value is 3 (1.56% from 255 or 1.72% from 174); Blue value is 33 (13.28% from 255 or 18.97% from 174); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0321 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A0321 is #75FCDE. Grayscale: #2E2E2E. Windows color (decimal): -7732447 or 2163594. OLE color: 2163594.
HSL color Cylindrical-coordinate representation of color #8A0321: hue angle of 346.67º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8A0321 is Cyan = 0, Magento = 0.98, Yellow = 0.76 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 3 | 33 | - |
| CMYK | 0 | 0.98 | 0.76 | 0.46 |
| HSL | 346.67º | 0.96% | 0.28% | - |
| HSV(B) | 346.67º | 0.98% | 0.54% | - |
| XYZ | 10.79 | 5.58 | 1.95 | - |
| YUV | 46.79 | 120.23 | 193.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 3 | 33 | 0 | 0.98 | 0.76 | 0.46 | 346.67 | 0.96 | 0.28 |
| Hex | 8A | 3 | 21 | 0 | 62 | 4C | 2E | 15B | 60 | 1C |
| Octal | 212 | 3 | 41 | 0 | 142 | 114 | 56 | 533 | 140 | 34 |
| Binary | 10001010 | 11 | 100001 | 0 | 1100010 | 1001100 | 101110 | 101011011 | 1100000 | 11100 |
Color Harmonies of #8A0321
Complementary color
Monochromatic Colors of #8A0321
Black with #8A0321
Text Example
Text Example
White with #8A0321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A0321; }
p { color: rgb(138,3,33); }
H1.HeaderClassName
{
color: #8A0321;
}
.AnyTagClassName
{
color: #8A0321;
}
</style>
background-color css
<style>
a { background-color: #8A0321; }
a { background-color: rgb(138,3,33); }
div.DivClassName
{
background-color: #8A0321;
}
.BgClassName
{
background-color: #8A0321;
}
</style>
border-color css
<style>
span { border-color: #8A0321; }
span { border-color: rgb(138,3,33); }
td.TdClassName
{
border-color: #8A0321;
}
.TagClassName
{
border-color: #8A0321;
}
</style>