Shades of Burgundy #8A0720
Tints of Burgundy #8A0720
RGB
CMYK
RGB Variations
Color information
#8A0720 (or 0x8A0720) is known color: Burgundy. HEX triplet: 8A, 07 and 20. RGB value is (138,7,32). Sum of RGB (Red+Green+Blue) = 138+7+32=177 (23% of max value = 765). Red value is 138 (54.30% from 255 or 77.97% from 177); Green value is 7 (3.12% from 255 or 3.95% from 177); Blue value is 32 (12.89% from 255 or 18.08% from 177); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0720 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A0720 is #75F8DF. Grayscale: #313131. Windows color (decimal): -7731424 or 2099082. OLE color: 2099082.
HSL color Cylindrical-coordinate representation of color #8A0720: hue angle of 348.55º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8A0720 is Cyan = 0, Magento = 0.95, Yellow = 0.77 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 7 | 32 | - |
| CMYK | 0 | 0.95 | 0.77 | 0.46 |
| HSL | 348.55º | 0.9% | 0.28% | - |
| HSV(B) | 348.55º | 0.95% | 0.54% | - |
| XYZ | 10.82 | 5.66 | 1.89 | - |
| YUV | 49.02 | 118.4 | 191.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 7 | 32 | 0 | 0.95 | 0.77 | 0.46 | 348.55 | 0.9 | 0.28 |
| Hex | 8A | 7 | 20 | 0 | 5F | 4D | 2E | 15D | 5A | 1C |
| Octal | 212 | 7 | 40 | 0 | 137 | 115 | 56 | 535 | 132 | 34 |
| Binary | 10001010 | 111 | 100000 | 0 | 1011111 | 1001101 | 101110 | 101011101 | 1011010 | 11100 |
Color Harmonies of #8A0720
Complementary color
Monochromatic Colors of #8A0720
Black with #8A0720
Text Example
Text Example
White with #8A0720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A0720; }
p { color: rgb(138,7,32); }
H1.HeaderClassName
{
color: #8A0720;
}
.AnyTagClassName
{
color: #8A0720;
}
</style>
background-color css
<style>
a { background-color: #8A0720; }
a { background-color: rgb(138,7,32); }
div.DivClassName
{
background-color: #8A0720;
}
.BgClassName
{
background-color: #8A0720;
}
</style>
border-color css
<style>
span { border-color: #8A0720; }
span { border-color: rgb(138,7,32); }
td.TdClassName
{
border-color: #8A0720;
}
.TagClassName
{
border-color: #8A0720;
}
</style>