Shades of Burgundy #900828
Tints of Burgundy #900828
RGB
CMYK
RGB Variations
Color information
#900828 (or 0x900828) is known color: Burgundy. HEX triplet: 90, 08 and 28. RGB value is (144,8,40). Sum of RGB (Red+Green+Blue) = 144+8+40=192 (25% of max value = 765). Red value is 144 (56.64% from 255 or 75% from 192); Green value is 8 (3.52% from 255 or 4.17% from 192); Blue value is 40 (16.02% from 255 or 20.83% from 192); Max value from RGB is 144 - color contains mainly: red. Hex color #900828 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900828 is #6FF7D7. Grayscale: #343434. Windows color (decimal): -7337944 or 2623632. OLE color: 2623632.
HSL color Cylindrical-coordinate representation of color #900828: hue angle of 345.88º 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 #900828 is Cyan = 0, Magento = 0.94, Yellow = 0.72 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 8 | 40 | - |
| CMYK | 0 | 0.94 | 0.72 | 0.44 |
| HSL | 345.88º | 0.89% | 0.3% | - |
| HSV(B) | 345.88º | 0.94% | 0.56% | - |
| XYZ | 11.97 | 6.26 | 2.58 | - |
| YUV | 52.31 | 121.06 | 193.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 8 | 40 | 0 | 0.94 | 0.72 | 0.44 | 345.88 | 0.89 | 0.3 |
| Hex | 90 | 8 | 28 | 0 | 5E | 48 | 2C | 15A | 59 | 1E |
| Octal | 220 | 10 | 50 | 0 | 136 | 110 | 54 | 532 | 131 | 36 |
| Binary | 10010000 | 1000 | 101000 | 0 | 1011110 | 1001000 | 101100 | 101011010 | 1011001 | 11110 |
Color Harmonies of #900828
Complementary color
Monochromatic Colors of #900828
Black with #900828
Text Example
Text Example
White with #900828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900828; }
p { color: rgb(144,8,40); }
H1.HeaderClassName
{
color: #900828;
}
.AnyTagClassName
{
color: #900828;
}
</style>
background-color css
<style>
a { background-color: #900828; }
a { background-color: rgb(144,8,40); }
div.DivClassName
{
background-color: #900828;
}
.BgClassName
{
background-color: #900828;
}
</style>
border-color css
<style>
span { border-color: #900828; }
span { border-color: rgb(144,8,40); }
td.TdClassName
{
border-color: #900828;
}
.TagClassName
{
border-color: #900828;
}
</style>