Shades of Burgundy #9A053A
Tints of Burgundy #9A053A
RGB
CMYK
RGB Variations
Color information
#9A053A (or 0x9A053A) is known color: Burgundy. HEX triplet: 9A, 05 and 3A. RGB value is (154,5,58). Sum of RGB (Red+Green+Blue) = 154+5+58=217 (28% of max value = 765). Red value is 154 (60.55% from 255 or 70.97% from 217); Green value is 5 (2.34% from 255 or 2.30% from 217); Blue value is 58 (23.05% from 255 or 26.73% from 217); Max value from RGB is 154 - color contains mainly: red. Hex color #9A053A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A053A is #65FAC5. Grayscale: #373737. Windows color (decimal): -6683334 or 3802522. OLE color: 3802522.
HSL color Cylindrical-coordinate representation of color #9A053A: hue angle of 338.66º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9A053A is Cyan = 0, Magento = 0.97, Yellow = 0.62 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 5 | 58 | - |
| CMYK | 0 | 0.97 | 0.62 | 0.40 |
| HSL | 338.66º | 0.94% | 0.31% | - |
| HSV(B) | 338.66º | 0.97% | 0.6% | - |
| XYZ | 14.14 | 7.28 | 4.66 | - |
| YUV | 55.59 | 129.36 | 198.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 5 | 58 | 0 | 0.97 | 0.62 | 0.40 | 338.66 | 0.94 | 0.31 |
| Hex | 9A | 5 | 3A | 0 | 61 | 3E | 28 | 153 | 5E | 1F |
| Octal | 232 | 5 | 72 | 0 | 141 | 76 | 50 | 523 | 136 | 37 |
| Binary | 10011010 | 101 | 111010 | 0 | 1100001 | 111110 | 101000 | 101010011 | 1011110 | 11111 |
Color Harmonies of #9A053A
Complementary color
Monochromatic Colors of #9A053A
Black with #9A053A
Text Example
Text Example
White with #9A053A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A053A; }
p { color: rgb(154,5,58); }
H1.HeaderClassName
{
color: #9A053A;
}
.AnyTagClassName
{
color: #9A053A;
}
</style>
background-color css
<style>
a { background-color: #9A053A; }
a { background-color: rgb(154,5,58); }
div.DivClassName
{
background-color: #9A053A;
}
.BgClassName
{
background-color: #9A053A;
}
</style>
border-color css
<style>
span { border-color: #9A053A; }
span { border-color: rgb(154,5,58); }
td.TdClassName
{
border-color: #9A053A;
}
.TagClassName
{
border-color: #9A053A;
}
</style>