Shades of Burgundy #900027
Tints of Burgundy #900027
RGB
CMYK
RGB Variations
Color information
#900027 (or 0x900027) is known color: Burgundy. HEX triplet: 90, 00 and 27. RGB value is (144,0,39). Sum of RGB (Red+Green+Blue) = 144+0+39=183 (24% of max value = 765). Red value is 144 (56.64% from 255 or 78.69% from 183); Green value is 0 (0.39% from 255 or 0% from 183); Blue value is 39 (15.62% from 255 or 21.31% from 183); Max value from RGB is 144 - color contains mainly: red. Hex color #900027 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900027 is #6FFFD8. Grayscale: #2F2F2F. Windows color (decimal): -7339993 or 2556048. OLE color: 2556048.
HSL color Cylindrical-coordinate representation of color #900027: hue angle of 343.75º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #900027 is Cyan = 0, Magento = 1, Yellow = 0.73 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 0 | 39 | - |
| CMYK | 0 | 1 | 0.73 | 0.44 |
| HSL | 343.75º | 1% | 0.28% | - |
| HSV(B) | 343.75º | 1% | 0.56% | - |
| XYZ | 11.87 | 6.08 | 2.47 | - |
| YUV | 47.5 | 123.21 | 196.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 0 | 39 | 0 | 1 | 0.73 | 0.44 | 343.75 | 1 | 0.28 |
| Hex | 90 | 0 | 27 | 0 | 64 | 49 | 2C | 158 | 64 | 1C |
| Octal | 220 | 0 | 47 | 0 | 144 | 111 | 54 | 530 | 144 | 34 |
| Binary | 10010000 | 0 | 100111 | 0 | 1100100 | 1001001 | 101100 | 101011000 | 1100100 | 11100 |
Color Harmonies of #900027
Complementary color
Monochromatic Colors of #900027
Black with #900027
Text Example
Text Example
White with #900027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900027; }
p { color: rgb(144,0,39); }
H1.HeaderClassName
{
color: #900027;
}
.AnyTagClassName
{
color: #900027;
}
</style>
background-color css
<style>
a { background-color: #900027; }
a { background-color: rgb(144,0,39); }
div.DivClassName
{
background-color: #900027;
}
.BgClassName
{
background-color: #900027;
}
</style>
border-color css
<style>
span { border-color: #900027; }
span { border-color: rgb(144,0,39); }
td.TdClassName
{
border-color: #900027;
}
.TagClassName
{
border-color: #900027;
}
</style>