Shades of Burgundy #9A003A
Tints of Burgundy #9A003A
RGB
CMYK
RGB Variations
Color information
#9A003A (or 0x9A003A) is known color: Burgundy. HEX triplet: 9A, 00 and 3A. RGB value is (154,0,58). Sum of RGB (Red+Green+Blue) = 154+0+58=212 (28% of max value = 765). Red value is 154 (60.55% from 255 or 72.64% from 212); Green value is 0 (0.39% from 255 or 0% from 212); Blue value is 58 (23.05% from 255 or 27.36% from 212); Max value from RGB is 154 - color contains mainly: red. Hex color #9A003A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A003A is #65FFC5. Grayscale: #343434. Windows color (decimal): -6684614 or 3801242. OLE color: 3801242.
HSL color Cylindrical-coordinate representation of color #9A003A: hue angle of 337.4º 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 #9A003A is Cyan = 0, Magento = 1, Yellow = 0.62 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 0 | 58 | - |
| CMYK | 0 | 1 | 0.62 | 0.40 |
| HSL | 337.4º | 1% | 0.3% | - |
| HSV(B) | 337.4º | 1% | 0.6% | - |
| XYZ | 14.09 | 7.18 | 4.65 | - |
| YUV | 52.66 | 131.02 | 200.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 0 | 58 | 0 | 1 | 0.62 | 0.40 | 337.4 | 1 | 0.3 |
| Hex | 9A | 0 | 3A | 0 | 64 | 3E | 28 | 151 | 64 | 1E |
| Octal | 232 | 0 | 72 | 0 | 144 | 76 | 50 | 521 | 144 | 36 |
| Binary | 10011010 | 0 | 111010 | 0 | 1100100 | 111110 | 101000 | 101010001 | 1100100 | 11110 |
Color Harmonies of #9A003A
Complementary color
Monochromatic Colors of #9A003A
Black with #9A003A
Text Example
Text Example
White with #9A003A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A003A; }
p { color: rgb(154,0,58); }
H1.HeaderClassName
{
color: #9A003A;
}
.AnyTagClassName
{
color: #9A003A;
}
</style>
background-color css
<style>
a { background-color: #9A003A; }
a { background-color: rgb(154,0,58); }
div.DivClassName
{
background-color: #9A003A;
}
.BgClassName
{
background-color: #9A003A;
}
</style>
border-color css
<style>
span { border-color: #9A003A; }
span { border-color: rgb(154,0,58); }
td.TdClassName
{
border-color: #9A003A;
}
.TagClassName
{
border-color: #9A003A;
}
</style>