Shades of Burgundy #8A0320
Tints of Burgundy #8A0320
RGB
CMYK
RGB Variations
Color information
#8A0320 (or 0x8A0320) is known color: Burgundy. HEX triplet: 8A, 03 and 20. RGB value is (138,3,32). Sum of RGB (Red+Green+Blue) = 138+3+32=173 (22% of max value = 765). Red value is 138 (54.30% from 255 or 79.77% from 173); Green value is 3 (1.56% from 255 or 1.73% from 173); Blue value is 32 (12.89% from 255 or 18.50% from 173); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0320 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A0320 is #75FCDF. Grayscale: #2E2E2E. Windows color (decimal): -7732448 or 2098058. OLE color: 2098058.
HSL color Cylindrical-coordinate representation of color #8A0320: hue angle of 347.11º 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 #8A0320 is Cyan = 0, Magento = 0.98, Yellow = 0.77 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 3 | 32 | - |
| CMYK | 0 | 0.98 | 0.77 | 0.46 |
| HSL | 347.11º | 0.96% | 0.28% | - |
| HSV(B) | 347.11º | 0.98% | 0.54% | - |
| XYZ | 10.77 | 5.57 | 1.87 | - |
| YUV | 46.67 | 119.73 | 193.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 3 | 32 | 0 | 0.98 | 0.77 | 0.46 | 347.11 | 0.96 | 0.28 |
| Hex | 8A | 3 | 20 | 0 | 62 | 4D | 2E | 15B | 60 | 1C |
| Octal | 212 | 3 | 40 | 0 | 142 | 115 | 56 | 533 | 140 | 34 |
| Binary | 10001010 | 11 | 100000 | 0 | 1100010 | 1001101 | 101110 | 101011011 | 1100000 | 11100 |
Color Harmonies of #8A0320
Complementary color
Monochromatic Colors of #8A0320
Black with #8A0320
Text Example
Text Example
White with #8A0320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A0320; }
p { color: rgb(138,3,32); }
H1.HeaderClassName
{
color: #8A0320;
}
.AnyTagClassName
{
color: #8A0320;
}
</style>
background-color css
<style>
a { background-color: #8A0320; }
a { background-color: rgb(138,3,32); }
div.DivClassName
{
background-color: #8A0320;
}
.BgClassName
{
background-color: #8A0320;
}
</style>
border-color css
<style>
span { border-color: #8A0320; }
span { border-color: rgb(138,3,32); }
td.TdClassName
{
border-color: #8A0320;
}
.TagClassName
{
border-color: #8A0320;
}
</style>