Shades of Burgundy #9A0039
Tints of Burgundy #9A0039
RGB
CMYK
RGB Variations
Color information
#9A0039 (or 0x9A0039) is known color: Burgundy. HEX triplet: 9A, 00 and 39. RGB value is (154,0,57). Sum of RGB (Red+Green+Blue) = 154+0+57=211 (27% of max value = 765). Red value is 154 (60.55% from 255 or 72.99% from 211); Green value is 0 (0.39% from 255 or 0% from 211); Blue value is 57 (22.66% from 255 or 27.01% from 211); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0039 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A0039 is #65FFC6. Grayscale: #343434. Windows color (decimal): -6684615 or 3735706. OLE color: 3735706.
HSL color Cylindrical-coordinate representation of color #9A0039: hue angle of 337.79º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9A0039 is Cyan = 0, Magento = 1, Yellow = 0.63 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 0 | 57 | - |
| CMYK | 0 | 1 | 0.63 | 0.40 |
| HSL | 337.79º | 1% | 0.3% | - |
| HSV(B) | 337.79º | 1% | 0.6% | - |
| XYZ | 14.06 | 7.17 | 4.51 | - |
| YUV | 52.54 | 130.52 | 200.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 0 | 57 | 0 | 1 | 0.63 | 0.40 | 337.79 | 1 | 0.3 |
| Hex | 9A | 0 | 39 | 0 | 64 | 3F | 28 | 152 | 64 | 1E |
| Octal | 232 | 0 | 71 | 0 | 144 | 77 | 50 | 522 | 144 | 36 |
| Binary | 10011010 | 0 | 111001 | 0 | 1100100 | 111111 | 101000 | 101010010 | 1100100 | 11110 |
Color Harmonies of #9A0039
Complementary color
Monochromatic Colors of #9A0039
Black with #9A0039
Text Example
Text Example
White with #9A0039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A0039; }
p { color: rgb(154,0,57); }
H1.HeaderClassName
{
color: #9A0039;
}
.AnyTagClassName
{
color: #9A0039;
}
</style>
background-color css
<style>
a { background-color: #9A0039; }
a { background-color: rgb(154,0,57); }
div.DivClassName
{
background-color: #9A0039;
}
.BgClassName
{
background-color: #9A0039;
}
</style>
border-color css
<style>
span { border-color: #9A0039; }
span { border-color: rgb(154,0,57); }
td.TdClassName
{
border-color: #9A0039;
}
.TagClassName
{
border-color: #9A0039;
}
</style>