Shades of Burgundy #90112E
Tints of Burgundy #90112E
RGB
CMYK
RGB Variations
Color information
#90112E (or 0x90112E) is known color: Burgundy. HEX triplet: 90, 11 and 2E. RGB value is (144,17,46). Sum of RGB (Red+Green+Blue) = 144+17+46=207 (27% of max value = 765). Red value is 144 (56.64% from 255 or 69.57% from 207); Green value is 17 (7.03% from 255 or 8.21% from 207); Blue value is 46 (18.36% from 255 or 22.22% from 207); Max value from RGB is 144 - color contains mainly: red. Hex color #90112E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90112E is #6FEED1. Grayscale: #3A3A3A. Windows color (decimal): -7335634 or 3019152. OLE color: 3019152.
HSL color Cylindrical-coordinate representation of color #90112E: hue angle of 346.3º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #90112E is Cyan = 0, Magento = 0.88, Yellow = 0.68 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 17 | 46 | - |
| CMYK | 0 | 0.88 | 0.68 | 0.44 |
| HSL | 346.3º | 0.79% | 0.32% | - |
| HSV(B) | 346.3º | 0.88% | 0.56% | - |
| XYZ | 12.2 | 6.53 | 3.2 | - |
| YUV | 58.28 | 121.08 | 189.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 17 | 46 | 0 | 0.88 | 0.68 | 0.44 | 346.3 | 0.79 | 0.32 |
| Hex | 90 | 11 | 2E | 0 | 58 | 44 | 2C | 15A | 4F | 20 |
| Octal | 220 | 21 | 56 | 0 | 130 | 104 | 54 | 532 | 117 | 40 |
| Binary | 10010000 | 10001 | 101110 | 0 | 1011000 | 1000100 | 101100 | 101011010 | 1001111 | 100000 |
Color Harmonies of #90112E
Complementary color
Monochromatic Colors of #90112E
Black with #90112E
Text Example
Text Example
White with #90112E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90112E; }
p { color: rgb(144,17,46); }
H1.HeaderClassName
{
color: #90112E;
}
.AnyTagClassName
{
color: #90112E;
}
</style>
background-color css
<style>
a { background-color: #90112E; }
a { background-color: rgb(144,17,46); }
div.DivClassName
{
background-color: #90112E;
}
.BgClassName
{
background-color: #90112E;
}
</style>
border-color css
<style>
span { border-color: #90112E; }
span { border-color: rgb(144,17,46); }
td.TdClassName
{
border-color: #90112E;
}
.TagClassName
{
border-color: #90112E;
}
</style>