Shades of Burgundy #90003A
Tints of Burgundy #90003A
RGB
CMYK
RGB Variations
Color information
#90003A (or 0x90003A) is known color: Burgundy. HEX triplet: 90, 00 and 3A. RGB value is (144,0,58). Sum of RGB (Red+Green+Blue) = 144+0+58=202 (26% of max value = 765). Red value is 144 (56.64% from 255 or 71.29% from 202); Green value is 0 (0.39% from 255 or 0% from 202); Blue value is 58 (23.05% from 255 or 28.71% from 202); Max value from RGB is 144 - color contains mainly: red. Hex color #90003A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90003A is #6FFFC5. Grayscale: #313131. Windows color (decimal): -7339974 or 3801232. OLE color: 3801232.
HSL color Cylindrical-coordinate representation of color #90003A: hue angle of 335.83º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #90003A is Cyan = 0, Magento = 1, Yellow = 0.60 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 0 | 58 | - |
| CMYK | 0 | 1 | 0.60 | 0.44 |
| HSL | 335.83º | 1% | 0.28% | - |
| HSV(B) | 335.83º | 1% | 0.56% | - |
| XYZ | 12.27 | 6.23 | 4.56 | - |
| YUV | 49.67 | 132.71 | 195.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 0 | 58 | 0 | 1 | 0.60 | 0.44 | 335.83 | 1 | 0.28 |
| Hex | 90 | 0 | 3A | 0 | 64 | 3C | 2C | 150 | 64 | 1C |
| Octal | 220 | 0 | 72 | 0 | 144 | 74 | 54 | 520 | 144 | 34 |
| Binary | 10010000 | 0 | 111010 | 0 | 1100100 | 111100 | 101100 | 101010000 | 1100100 | 11100 |
Color Harmonies of #90003A
Complementary color
Monochromatic Colors of #90003A
Black with #90003A
Text Example
Text Example
White with #90003A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90003A; }
p { color: rgb(144,0,58); }
H1.HeaderClassName
{
color: #90003A;
}
.AnyTagClassName
{
color: #90003A;
}
</style>
background-color css
<style>
a { background-color: #90003A; }
a { background-color: rgb(144,0,58); }
div.DivClassName
{
background-color: #90003A;
}
.BgClassName
{
background-color: #90003A;
}
</style>
border-color css
<style>
span { border-color: #90003A; }
span { border-color: rgb(144,0,58); }
td.TdClassName
{
border-color: #90003A;
}
.TagClassName
{
border-color: #90003A;
}
</style>