Shades of Burgundy #900139
Tints of Burgundy #900139
RGB
CMYK
RGB Variations
Color information
#900139 (or 0x900139) is known color: Burgundy. HEX triplet: 90, 01 and 39. RGB value is (144,1,57). Sum of RGB (Red+Green+Blue) = 144+1+57=202 (26% of max value = 765). Red value is 144 (56.64% from 255 or 71.29% from 202); Green value is 1 (0.78% from 255 or 0.50% from 202); Blue value is 57 (22.66% from 255 or 28.22% from 202); Max value from RGB is 144 - color contains mainly: red. Hex color #900139 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900139 is #6FFEC6. Grayscale: #323232. Windows color (decimal): -7339719 or 3735952. OLE color: 3735952.
HSL color Cylindrical-coordinate representation of color #900139: hue angle of 336.5º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #900139 is Cyan = 0, Magento = 0.99, Yellow = 0.60 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 1 | 57 | - |
| CMYK | 0 | 0.99 | 0.60 | 0.44 |
| HSL | 336.5º | 0.99% | 0.28% | - |
| HSV(B) | 336.5º | 0.99% | 0.56% | - |
| XYZ | 12.25 | 6.25 | 4.43 | - |
| YUV | 50.14 | 131.88 | 194.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 1 | 57 | 0 | 0.99 | 0.60 | 0.44 | 336.5 | 0.99 | 0.28 |
| Hex | 90 | 1 | 39 | 0 | 63 | 3C | 2C | 151 | 63 | 1C |
| Octal | 220 | 1 | 71 | 0 | 143 | 74 | 54 | 521 | 143 | 34 |
| Binary | 10010000 | 1 | 111001 | 0 | 1100011 | 111100 | 101100 | 101010001 | 1100011 | 11100 |
Color Harmonies of #900139
Complementary color
Monochromatic Colors of #900139
Black with #900139
Text Example
Text Example
White with #900139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900139; }
p { color: rgb(144,1,57); }
H1.HeaderClassName
{
color: #900139;
}
.AnyTagClassName
{
color: #900139;
}
</style>
background-color css
<style>
a { background-color: #900139; }
a { background-color: rgb(144,1,57); }
div.DivClassName
{
background-color: #900139;
}
.BgClassName
{
background-color: #900139;
}
</style>
border-color css
<style>
span { border-color: #900139; }
span { border-color: rgb(144,1,57); }
td.TdClassName
{
border-color: #900139;
}
.TagClassName
{
border-color: #900139;
}
</style>