Shades of Burgundy #900538
Tints of Burgundy #900538
RGB
CMYK
RGB Variations
Color information
#900538 (or 0x900538) is known color: Burgundy. HEX triplet: 90, 05 and 38. RGB value is (144,5,56). Sum of RGB (Red+Green+Blue) = 144+5+56=205 (27% of max value = 765). Red value is 144 (56.64% from 255 or 70.24% from 205); Green value is 5 (2.34% from 255 or 2.44% from 205); Blue value is 56 (22.27% from 255 or 27.32% from 205); Max value from RGB is 144 - color contains mainly: red. Hex color #900538 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900538 is #6FFAC7. Grayscale: #343434. Windows color (decimal): -7338696 or 3671440. OLE color: 3671440.
HSL color Cylindrical-coordinate representation of color #900538: hue angle of 337.99º degrees, saturation: 0.93, 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 #900538 is Cyan = 0, Magento = 0.97, Yellow = 0.61 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 5 | 56 | - |
| CMYK | 0 | 0.97 | 0.61 | 0.44 |
| HSL | 337.99º | 0.93% | 0.29% | - |
| HSV(B) | 337.99º | 0.97% | 0.56% | - |
| XYZ | 12.27 | 6.32 | 4.32 | - |
| YUV | 52.38 | 130.05 | 193.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 5 | 56 | 0 | 0.97 | 0.61 | 0.44 | 337.99 | 0.93 | 0.29 |
| Hex | 90 | 5 | 38 | 0 | 61 | 3D | 2C | 152 | 5D | 1D |
| Octal | 220 | 5 | 70 | 0 | 141 | 75 | 54 | 522 | 135 | 35 |
| Binary | 10010000 | 101 | 111000 | 0 | 1100001 | 111101 | 101100 | 101010010 | 1011101 | 11101 |
Color Harmonies of #900538
Complementary color
Monochromatic Colors of #900538
Black with #900538
Text Example
Text Example
White with #900538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900538; }
p { color: rgb(144,5,56); }
H1.HeaderClassName
{
color: #900538;
}
.AnyTagClassName
{
color: #900538;
}
</style>
background-color css
<style>
a { background-color: #900538; }
a { background-color: rgb(144,5,56); }
div.DivClassName
{
background-color: #900538;
}
.BgClassName
{
background-color: #900538;
}
</style>
border-color css
<style>
span { border-color: #900538; }
span { border-color: rgb(144,5,56); }
td.TdClassName
{
border-color: #900538;
}
.TagClassName
{
border-color: #900538;
}
</style>