Shades of Burgundy #90093B
Tints of Burgundy #90093B
RGB
CMYK
RGB Variations
Color information
#90093B (or 0x90093B) is known color: Burgundy. HEX triplet: 90, 09 and 3B. RGB value is (144,9,59). Sum of RGB (Red+Green+Blue) = 144+9+59=212 (28% of max value = 765). Red value is 144 (56.64% from 255 or 67.92% from 212); Green value is 9 (3.91% from 255 or 4.25% from 212); Blue value is 59 (23.44% from 255 or 27.83% from 212); Max value from RGB is 144 - color contains mainly: red. Hex color #90093B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90093B is #6FF6C4. Grayscale: #373737. Windows color (decimal): -7337669 or 3869072. OLE color: 3869072.
HSL color Cylindrical-coordinate representation of color #90093B: hue angle of 337.78º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #90093B is Cyan = 0, Magento = 0.94, Yellow = 0.59 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 9 | 59 | - |
| CMYK | 0 | 0.94 | 0.59 | 0.44 |
| HSL | 337.78º | 0.88% | 0.3% | - |
| HSV(B) | 337.78º | 0.94% | 0.56% | - |
| XYZ | 12.39 | 6.44 | 4.73 | - |
| YUV | 55.07 | 130.23 | 191.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 9 | 59 | 0 | 0.94 | 0.59 | 0.44 | 337.78 | 0.88 | 0.3 |
| Hex | 90 | 9 | 3B | 0 | 5E | 3B | 2C | 152 | 58 | 1E |
| Octal | 220 | 11 | 73 | 0 | 136 | 73 | 54 | 522 | 130 | 36 |
| Binary | 10010000 | 1001 | 111011 | 0 | 1011110 | 111011 | 101100 | 101010010 | 1011000 | 11110 |
Color Harmonies of #90093B
Complementary color
Monochromatic Colors of #90093B
Black with #90093B
Text Example
Text Example
White with #90093B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90093B; }
p { color: rgb(144,9,59); }
H1.HeaderClassName
{
color: #90093B;
}
.AnyTagClassName
{
color: #90093B;
}
</style>
background-color css
<style>
a { background-color: #90093B; }
a { background-color: rgb(144,9,59); }
div.DivClassName
{
background-color: #90093B;
}
.BgClassName
{
background-color: #90093B;
}
</style>
border-color css
<style>
span { border-color: #90093B; }
span { border-color: rgb(144,9,59); }
td.TdClassName
{
border-color: #90093B;
}
.TagClassName
{
border-color: #90093B;
}
</style>