Shades of Burgundy #8A0524
Tints of Burgundy #8A0524
RGB
CMYK
RGB Variations
Color information
#8A0524 (or 0x8A0524) is known color: Burgundy. HEX triplet: 8A, 05 and 24. RGB value is (138,5,36). Sum of RGB (Red+Green+Blue) = 138+5+36=179 (23% of max value = 765). Red value is 138 (54.30% from 255 or 77.09% from 179); Green value is 5 (2.34% from 255 or 2.79% from 179); Blue value is 36 (14.45% from 255 or 20.11% from 179); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0524 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A0524 is #75FADB. Grayscale: #303030. Windows color (decimal): -7731932 or 2360714. OLE color: 2360714.
HSL color Cylindrical-coordinate representation of color #8A0524: hue angle of 346.02º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8A0524 is Cyan = 0, Magento = 0.96, Yellow = 0.74 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 5 | 36 | - |
| CMYK | 0 | 0.96 | 0.74 | 0.46 |
| HSL | 346.02º | 0.93% | 0.28% | - |
| HSV(B) | 346.02º | 0.96% | 0.54% | - |
| XYZ | 10.85 | 5.64 | 2.19 | - |
| YUV | 48.3 | 121.06 | 191.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 5 | 36 | 0 | 0.96 | 0.74 | 0.46 | 346.02 | 0.93 | 0.28 |
| Hex | 8A | 5 | 24 | 0 | 60 | 4A | 2E | 15A | 5D | 1C |
| Octal | 212 | 5 | 44 | 0 | 140 | 112 | 56 | 532 | 135 | 34 |
| Binary | 10001010 | 101 | 100100 | 0 | 1100000 | 1001010 | 101110 | 101011010 | 1011101 | 11100 |
Color Harmonies of #8A0524
Complementary color
Monochromatic Colors of #8A0524
Black with #8A0524
Text Example
Text Example
White with #8A0524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A0524; }
p { color: rgb(138,5,36); }
H1.HeaderClassName
{
color: #8A0524;
}
.AnyTagClassName
{
color: #8A0524;
}
</style>
background-color css
<style>
a { background-color: #8A0524; }
a { background-color: rgb(138,5,36); }
div.DivClassName
{
background-color: #8A0524;
}
.BgClassName
{
background-color: #8A0524;
}
</style>
border-color css
<style>
span { border-color: #8A0524; }
span { border-color: rgb(138,5,36); }
td.TdClassName
{
border-color: #8A0524;
}
.TagClassName
{
border-color: #8A0524;
}
</style>