Shades of Burgundy #900228
Tints of Burgundy #900228
RGB
CMYK
RGB Variations
Color information
#900228 (or 0x900228) is known color: Burgundy. HEX triplet: 90, 02 and 28. RGB value is (144,2,40). Sum of RGB (Red+Green+Blue) = 144+2+40=186 (24% of max value = 765). Red value is 144 (56.64% from 255 or 77.42% from 186); Green value is 2 (1.17% from 255 or 1.08% from 186); Blue value is 40 (16.02% from 255 or 21.51% from 186); Max value from RGB is 144 - color contains mainly: red. Hex color #900228 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900228 is #6FFDD7. Grayscale: #303030. Windows color (decimal): -7339480 or 2622096. OLE color: 2622096.
HSL color Cylindrical-coordinate representation of color #900228: hue angle of 343.94º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #900228 is Cyan = 0, Magento = 0.99, Yellow = 0.72 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 2 | 40 | - |
| CMYK | 0 | 0.99 | 0.72 | 0.44 |
| HSL | 343.94º | 0.97% | 0.29% | - |
| HSV(B) | 343.94º | 0.99% | 0.56% | - |
| XYZ | 11.91 | 6.13 | 2.56 | - |
| YUV | 48.79 | 123.04 | 195.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 2 | 40 | 0 | 0.99 | 0.72 | 0.44 | 343.94 | 0.97 | 0.29 |
| Hex | 90 | 2 | 28 | 0 | 63 | 48 | 2C | 158 | 61 | 1D |
| Octal | 220 | 2 | 50 | 0 | 143 | 110 | 54 | 530 | 141 | 35 |
| Binary | 10010000 | 10 | 101000 | 0 | 1100011 | 1001000 | 101100 | 101011000 | 1100001 | 11101 |
Color Harmonies of #900228
Complementary color
Monochromatic Colors of #900228
Black with #900228
Text Example
Text Example
White with #900228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900228; }
p { color: rgb(144,2,40); }
H1.HeaderClassName
{
color: #900228;
}
.AnyTagClassName
{
color: #900228;
}
</style>
background-color css
<style>
a { background-color: #900228; }
a { background-color: rgb(144,2,40); }
div.DivClassName
{
background-color: #900228;
}
.BgClassName
{
background-color: #900228;
}
</style>
border-color css
<style>
span { border-color: #900228; }
span { border-color: rgb(144,2,40); }
td.TdClassName
{
border-color: #900228;
}
.TagClassName
{
border-color: #900228;
}
</style>