Shades of Burgundy #90003E
Tints of Burgundy #90003E
RGB
CMYK
RGB Variations
Color information
#90003E (or 0x90003E) is known color: Burgundy. HEX triplet: 90, 00 and 3E. RGB value is (144,0,62). Sum of RGB (Red+Green+Blue) = 144+0+62=206 (27% of max value = 765). Red value is 144 (56.64% from 255 or 69.90% from 206); Green value is 0 (0.39% from 255 or 0% from 206); Blue value is 62 (24.61% from 255 or 30.10% from 206); Max value from RGB is 144 - color contains mainly: red. Hex color #90003E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90003E is #6FFFC1. Grayscale: #323232. Windows color (decimal): -7339970 or 4063376. OLE color: 4063376.
HSL color Cylindrical-coordinate representation of color #90003E: hue angle of 334.17º 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 #90003E is Cyan = 0, Magento = 1, Yellow = 0.57 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 0 | 62 | - |
| CMYK | 0 | 1 | 0.57 | 0.44 |
| HSL | 334.17º | 1% | 0.28% | - |
| HSV(B) | 334.17º | 1% | 0.56% | - |
| XYZ | 12.37 | 6.28 | 5.12 | - |
| YUV | 50.12 | 134.71 | 194.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 0 | 62 | 0 | 1 | 0.57 | 0.44 | 334.17 | 1 | 0.28 |
| Hex | 90 | 0 | 3E | 0 | 64 | 39 | 2C | 14E | 64 | 1C |
| Octal | 220 | 0 | 76 | 0 | 144 | 71 | 54 | 516 | 144 | 34 |
| Binary | 10010000 | 0 | 111110 | 0 | 1100100 | 111001 | 101100 | 101001110 | 1100100 | 11100 |
Color Harmonies of #90003E
Complementary color
Monochromatic Colors of #90003E
Black with #90003E
Text Example
Text Example
White with #90003E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90003E; }
p { color: rgb(144,0,62); }
H1.HeaderClassName
{
color: #90003E;
}
.AnyTagClassName
{
color: #90003E;
}
</style>
background-color css
<style>
a { background-color: #90003E; }
a { background-color: rgb(144,0,62); }
div.DivClassName
{
background-color: #90003E;
}
.BgClassName
{
background-color: #90003E;
}
</style>
border-color css
<style>
span { border-color: #90003E; }
span { border-color: rgb(144,0,62); }
td.TdClassName
{
border-color: #90003E;
}
.TagClassName
{
border-color: #90003E;
}
</style>