Shades of Burgundy #90093F
Tints of Burgundy #90093F
RGB
CMYK
RGB Variations
Color information
#90093F (or 0x90093F) is known color: Burgundy. HEX triplet: 90, 09 and 3F. RGB value is (144,9,63). Sum of RGB (Red+Green+Blue) = 144+9+63=216 (28% of max value = 765). Red value is 144 (56.64% from 255 or 66.67% from 216); Green value is 9 (3.91% from 255 or 4.17% from 216); Blue value is 63 (25% from 255 or 29.17% from 216); Max value from RGB is 144 - color contains mainly: red. Hex color #90093F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90093F is #6FF6C0. Grayscale: #373737. Windows color (decimal): -7337665 or 4131216. OLE color: 4131216.
HSL color Cylindrical-coordinate representation of color #90093F: hue angle of 336º 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 #90093F is Cyan = 0, Magento = 0.94, Yellow = 0.56 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 9 | 63 | - |
| CMYK | 0 | 0.94 | 0.56 | 0.44 |
| HSL | 336º | 0.88% | 0.3% | - |
| HSV(B) | 336º | 0.94% | 0.56% | - |
| XYZ | 12.5 | 6.48 | 5.3 | - |
| YUV | 55.52 | 132.23 | 191.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 9 | 63 | 0 | 0.94 | 0.56 | 0.44 | 336 | 0.88 | 0.3 |
| Hex | 90 | 9 | 3F | 0 | 5E | 38 | 2C | 150 | 58 | 1E |
| Octal | 220 | 11 | 77 | 0 | 136 | 70 | 54 | 520 | 130 | 36 |
| Binary | 10010000 | 1001 | 111111 | 0 | 1011110 | 111000 | 101100 | 101010000 | 1011000 | 11110 |
Color Harmonies of #90093F
Complementary color
Monochromatic Colors of #90093F
Black with #90093F
Text Example
Text Example
White with #90093F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90093F; }
p { color: rgb(144,9,63); }
H1.HeaderClassName
{
color: #90093F;
}
.AnyTagClassName
{
color: #90093F;
}
</style>
background-color css
<style>
a { background-color: #90093F; }
a { background-color: rgb(144,9,63); }
div.DivClassName
{
background-color: #90093F;
}
.BgClassName
{
background-color: #90093F;
}
</style>
border-color css
<style>
span { border-color: #90093F; }
span { border-color: rgb(144,9,63); }
td.TdClassName
{
border-color: #90093F;
}
.TagClassName
{
border-color: #90093F;
}
</style>