Shades of Burgundy #900227
Tints of Burgundy #900227
RGB
CMYK
RGB Variations
Color information
#900227 (or 0x900227) is known color: Burgundy. HEX triplet: 90, 02 and 27. RGB value is (144,2,39). Sum of RGB (Red+Green+Blue) = 144+2+39=185 (24% of max value = 765). Red value is 144 (56.64% from 255 or 77.84% from 185); Green value is 2 (1.17% from 255 or 1.08% from 185); Blue value is 39 (15.62% from 255 or 21.08% from 185); Max value from RGB is 144 - color contains mainly: red. Hex color #900227 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900227 is #6FFDD8. Grayscale: #303030. Windows color (decimal): -7339481 or 2556560. OLE color: 2556560.
HSL color Cylindrical-coordinate representation of color #900227: hue angle of 344.37º 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 #900227 is Cyan = 0, Magento = 0.99, Yellow = 0.73 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 2 | 39 | - |
| CMYK | 0 | 0.99 | 0.73 | 0.44 |
| HSL | 344.37º | 0.97% | 0.29% | - |
| HSV(B) | 344.37º | 0.99% | 0.56% | - |
| XYZ | 11.89 | 6.12 | 2.47 | - |
| YUV | 48.68 | 122.54 | 195.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 2 | 39 | 0 | 0.99 | 0.73 | 0.44 | 344.37 | 0.97 | 0.29 |
| Hex | 90 | 2 | 27 | 0 | 63 | 49 | 2C | 158 | 61 | 1D |
| Octal | 220 | 2 | 47 | 0 | 143 | 111 | 54 | 530 | 141 | 35 |
| Binary | 10010000 | 10 | 100111 | 0 | 1100011 | 1001001 | 101100 | 101011000 | 1100001 | 11101 |
Color Harmonies of #900227
Complementary color
Monochromatic Colors of #900227
Black with #900227
Text Example
Text Example
White with #900227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900227; }
p { color: rgb(144,2,39); }
H1.HeaderClassName
{
color: #900227;
}
.AnyTagClassName
{
color: #900227;
}
</style>
background-color css
<style>
a { background-color: #900227; }
a { background-color: rgb(144,2,39); }
div.DivClassName
{
background-color: #900227;
}
.BgClassName
{
background-color: #900227;
}
</style>
border-color css
<style>
span { border-color: #900227; }
span { border-color: rgb(144,2,39); }
td.TdClassName
{
border-color: #900227;
}
.TagClassName
{
border-color: #900227;
}
</style>