Shades of Burgundy #900E2C
Tints of Burgundy #900E2C
RGB
CMYK
RGB Variations
Color information
#900E2C (or 0x900E2C) is known color: Burgundy. HEX triplet: 90, 0E and 2C. RGB value is (144,14,44). Sum of RGB (Red+Green+Blue) = 144+14+44=202 (26% of max value = 765). Red value is 144 (56.64% from 255 or 71.29% from 202); Green value is 14 (5.86% from 255 or 6.93% from 202); Blue value is 44 (17.58% from 255 or 21.78% from 202); Max value from RGB is 144 - color contains mainly: red. Hex color #900E2C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900E2C is #6FF1D3. Grayscale: #383838. Windows color (decimal): -7336404 or 2887312. OLE color: 2887312.
HSL color Cylindrical-coordinate representation of color #900E2C: hue angle of 346.15º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #900E2C is Cyan = 0, Magento = 0.90, Yellow = 0.69 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 14 | 44 | - |
| CMYK | 0 | 0.90 | 0.69 | 0.44 |
| HSL | 346.15º | 0.82% | 0.31% | - |
| HSV(B) | 346.15º | 0.9% | 0.56% | - |
| XYZ | 12.11 | 6.43 | 2.98 | - |
| YUV | 56.29 | 121.07 | 190.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 14 | 44 | 0 | 0.90 | 0.69 | 0.44 | 346.15 | 0.82 | 0.31 |
| Hex | 90 | E | 2C | 0 | 5A | 45 | 2C | 15A | 52 | 1F |
| Octal | 220 | 16 | 54 | 0 | 132 | 105 | 54 | 532 | 122 | 37 |
| Binary | 10010000 | 1110 | 101100 | 0 | 1011010 | 1000101 | 101100 | 101011010 | 1010010 | 11111 |
Color Harmonies of #900E2C
Complementary color
Monochromatic Colors of #900E2C
Black with #900E2C
Text Example
Text Example
White with #900E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900E2C; }
p { color: rgb(144,14,44); }
H1.HeaderClassName
{
color: #900E2C;
}
.AnyTagClassName
{
color: #900E2C;
}
</style>
background-color css
<style>
a { background-color: #900E2C; }
a { background-color: rgb(144,14,44); }
div.DivClassName
{
background-color: #900E2C;
}
.BgClassName
{
background-color: #900E2C;
}
</style>
border-color css
<style>
span { border-color: #900E2C; }
span { border-color: rgb(144,14,44); }
td.TdClassName
{
border-color: #900E2C;
}
.TagClassName
{
border-color: #900E2C;
}
</style>