Shades of Burgundy #900839
Tints of Burgundy #900839
RGB
CMYK
RGB Variations
Color information
#900839 (or 0x900839) is known color: Burgundy. HEX triplet: 90, 08 and 39. RGB value is (144,8,57). Sum of RGB (Red+Green+Blue) = 144+8+57=209 (27% of max value = 765). Red value is 144 (56.64% from 255 or 68.90% from 209); Green value is 8 (3.52% from 255 or 3.83% from 209); Blue value is 57 (22.66% from 255 or 27.27% from 209); Max value from RGB is 144 - color contains mainly: red. Hex color #900839 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900839 is #6FF7C6. Grayscale: #363636. Windows color (decimal): -7337927 or 3737744. OLE color: 3737744.
HSL color Cylindrical-coordinate representation of color #900839: hue angle of 338.38º degrees, saturation: 0.89, 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 #900839 is Cyan = 0, Magento = 0.94, Yellow = 0.60 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 8 | 57 | - |
| CMYK | 0 | 0.94 | 0.60 | 0.44 |
| HSL | 338.38º | 0.89% | 0.3% | - |
| HSV(B) | 338.38º | 0.94% | 0.56% | - |
| XYZ | 12.33 | 6.4 | 4.46 | - |
| YUV | 54.25 | 129.56 | 192.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 8 | 57 | 0 | 0.94 | 0.60 | 0.44 | 338.38 | 0.89 | 0.3 |
| Hex | 90 | 8 | 39 | 0 | 5E | 3C | 2C | 152 | 59 | 1E |
| Octal | 220 | 10 | 71 | 0 | 136 | 74 | 54 | 522 | 131 | 36 |
| Binary | 10010000 | 1000 | 111001 | 0 | 1011110 | 111100 | 101100 | 101010010 | 1011001 | 11110 |
Color Harmonies of #900839
Complementary color
Monochromatic Colors of #900839
Black with #900839
Text Example
Text Example
White with #900839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900839; }
p { color: rgb(144,8,57); }
H1.HeaderClassName
{
color: #900839;
}
.AnyTagClassName
{
color: #900839;
}
</style>
background-color css
<style>
a { background-color: #900839; }
a { background-color: rgb(144,8,57); }
div.DivClassName
{
background-color: #900839;
}
.BgClassName
{
background-color: #900839;
}
</style>
border-color css
<style>
span { border-color: #900839; }
span { border-color: rgb(144,8,57); }
td.TdClassName
{
border-color: #900839;
}
.TagClassName
{
border-color: #900839;
}
</style>