Shades of Burgundy #90093C
Tints of Burgundy #90093C
RGB
CMYK
RGB Variations
Color information
#90093C (or 0x90093C) is known color: Burgundy. HEX triplet: 90, 09 and 3C. RGB value is (144,9,60). Sum of RGB (Red+Green+Blue) = 144+9+60=213 (28% of max value = 765). Red value is 144 (56.64% from 255 or 67.61% from 213); Green value is 9 (3.91% from 255 or 4.23% from 213); Blue value is 60 (23.83% from 255 or 28.17% from 213); Max value from RGB is 144 - color contains mainly: red. Hex color #90093C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90093C is #6FF6C3. Grayscale: #373737. Windows color (decimal): -7337668 or 3934608. OLE color: 3934608.
HSL color Cylindrical-coordinate representation of color #90093C: hue angle of 337.33º 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 #90093C is Cyan = 0, Magento = 0.94, Yellow = 0.58 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 9 | 60 | - |
| CMYK | 0 | 0.94 | 0.58 | 0.44 |
| HSL | 337.33º | 0.88% | 0.3% | - |
| HSV(B) | 337.33º | 0.94% | 0.56% | - |
| XYZ | 12.41 | 6.45 | 4.87 | - |
| YUV | 55.18 | 130.73 | 191.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 9 | 60 | 0 | 0.94 | 0.58 | 0.44 | 337.33 | 0.88 | 0.3 |
| Hex | 90 | 9 | 3C | 0 | 5E | 3A | 2C | 151 | 58 | 1E |
| Octal | 220 | 11 | 74 | 0 | 136 | 72 | 54 | 521 | 130 | 36 |
| Binary | 10010000 | 1001 | 111100 | 0 | 1011110 | 111010 | 101100 | 101010001 | 1011000 | 11110 |
Color Harmonies of #90093C
Complementary color
Monochromatic Colors of #90093C
Black with #90093C
Text Example
Text Example
White with #90093C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90093C; }
p { color: rgb(144,9,60); }
H1.HeaderClassName
{
color: #90093C;
}
.AnyTagClassName
{
color: #90093C;
}
</style>
background-color css
<style>
a { background-color: #90093C; }
a { background-color: rgb(144,9,60); }
div.DivClassName
{
background-color: #90093C;
}
.BgClassName
{
background-color: #90093C;
}
</style>
border-color css
<style>
span { border-color: #90093C; }
span { border-color: rgb(144,9,60); }
td.TdClassName
{
border-color: #90093C;
}
.TagClassName
{
border-color: #90093C;
}
</style>