Shades of Burgundy #900437
Tints of Burgundy #900437
RGB
CMYK
RGB Variations
Color information
#900437 (or 0x900437) is known color: Burgundy. HEX triplet: 90, 04 and 37. RGB value is (144,4,55). Sum of RGB (Red+Green+Blue) = 144+4+55=203 (26% of max value = 765). Red value is 144 (56.64% from 255 or 70.94% from 203); Green value is 4 (1.95% from 255 or 1.97% from 203); Blue value is 55 (21.88% from 255 or 27.09% from 203); Max value from RGB is 144 - color contains mainly: red. Hex color #900437 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900437 is #6FFBC8. Grayscale: #333333. Windows color (decimal): -7338953 or 3605648. OLE color: 3605648.
HSL color Cylindrical-coordinate representation of color #900437: hue angle of 338.14º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #900437 is Cyan = 0, Magento = 0.97, Yellow = 0.62 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 4 | 55 | - |
| CMYK | 0 | 0.97 | 0.62 | 0.44 |
| HSL | 338.14º | 0.95% | 0.29% | - |
| HSV(B) | 338.14º | 0.97% | 0.56% | - |
| XYZ | 12.23 | 6.29 | 4.18 | - |
| YUV | 51.67 | 129.88 | 193.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 4 | 55 | 0 | 0.97 | 0.62 | 0.44 | 338.14 | 0.95 | 0.29 |
| Hex | 90 | 4 | 37 | 0 | 61 | 3E | 2C | 152 | 5F | 1D |
| Octal | 220 | 4 | 67 | 0 | 141 | 76 | 54 | 522 | 137 | 35 |
| Binary | 10010000 | 100 | 110111 | 0 | 1100001 | 111110 | 101100 | 101010010 | 1011111 | 11101 |
Color Harmonies of #900437
Complementary color
Monochromatic Colors of #900437
Black with #900437
Text Example
Text Example
White with #900437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900437; }
p { color: rgb(144,4,55); }
H1.HeaderClassName
{
color: #900437;
}
.AnyTagClassName
{
color: #900437;
}
</style>
background-color css
<style>
a { background-color: #900437; }
a { background-color: rgb(144,4,55); }
div.DivClassName
{
background-color: #900437;
}
.BgClassName
{
background-color: #900437;
}
</style>
border-color css
<style>
span { border-color: #900437; }
span { border-color: rgb(144,4,55); }
td.TdClassName
{
border-color: #900437;
}
.TagClassName
{
border-color: #900437;
}
</style>