Shades of Burgundy #900531
Tints of Burgundy #900531
RGB
CMYK
RGB Variations
Color information
#900531 (or 0x900531) is known color: Burgundy. HEX triplet: 90, 05 and 31. RGB value is (144,5,49). Sum of RGB (Red+Green+Blue) = 144+5+49=198 (26% of max value = 765). Red value is 144 (56.64% from 255 or 72.73% from 198); Green value is 5 (2.34% from 255 or 2.53% from 198); Blue value is 49 (19.53% from 255 or 24.75% from 198); Max value from RGB is 144 - color contains mainly: red. Hex color #900531 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900531 is #6FFACE. Grayscale: #333333. Windows color (decimal): -7338703 or 3212688. OLE color: 3212688.
HSL color Cylindrical-coordinate representation of color #900531: hue angle of 341.01º 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 #900531 is Cyan = 0, Magento = 0.97, Yellow = 0.66 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 5 | 49 | - |
| CMYK | 0 | 0.97 | 0.66 | 0.44 |
| HSL | 341.01º | 0.93% | 0.29% | - |
| HSV(B) | 341.01º | 0.97% | 0.56% | - |
| XYZ | 12.11 | 6.26 | 3.48 | - |
| YUV | 51.58 | 126.55 | 193.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 5 | 49 | 0 | 0.97 | 0.66 | 0.44 | 341.01 | 0.93 | 0.29 |
| Hex | 90 | 5 | 31 | 0 | 61 | 42 | 2C | 155 | 5D | 1D |
| Octal | 220 | 5 | 61 | 0 | 141 | 102 | 54 | 525 | 135 | 35 |
| Binary | 10010000 | 101 | 110001 | 0 | 1100001 | 1000010 | 101100 | 101010101 | 1011101 | 11101 |
Color Harmonies of #900531
Complementary color
Monochromatic Colors of #900531
Black with #900531
Text Example
Text Example
White with #900531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900531; }
p { color: rgb(144,5,49); }
H1.HeaderClassName
{
color: #900531;
}
.AnyTagClassName
{
color: #900531;
}
</style>
background-color css
<style>
a { background-color: #900531; }
a { background-color: rgb(144,5,49); }
div.DivClassName
{
background-color: #900531;
}
.BgClassName
{
background-color: #900531;
}
</style>
border-color css
<style>
span { border-color: #900531; }
span { border-color: rgb(144,5,49); }
td.TdClassName
{
border-color: #900531;
}
.TagClassName
{
border-color: #900531;
}
</style>