Shades of Burgundy #90112B
Tints of Burgundy #90112B
RGB
CMYK
RGB Variations
Color information
#90112B (or 0x90112B) is known color: Burgundy. HEX triplet: 90, 11 and 2B. RGB value is (144,17,43). Sum of RGB (Red+Green+Blue) = 144+17+43=204 (27% of max value = 765). Red value is 144 (56.64% from 255 or 70.59% from 204); Green value is 17 (7.03% from 255 or 8.33% from 204); Blue value is 43 (17.19% from 255 or 21.08% from 204); Max value from RGB is 144 - color contains mainly: red. Hex color #90112B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90112B is #6FEED4. Grayscale: #393939. Windows color (decimal): -7335637 or 2822544. OLE color: 2822544.
HSL color Cylindrical-coordinate representation of color #90112B: hue angle of 347.72º 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 #90112B is Cyan = 0, Magento = 0.88, Yellow = 0.70 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 17 | 43 | - |
| CMYK | 0 | 0.88 | 0.70 | 0.44 |
| HSL | 347.72º | 0.79% | 0.32% | - |
| HSV(B) | 347.72º | 0.88% | 0.56% | - |
| XYZ | 12.14 | 6.5 | 2.9 | - |
| YUV | 57.94 | 119.58 | 189.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 17 | 43 | 0 | 0.88 | 0.70 | 0.44 | 347.72 | 0.79 | 0.32 |
| Hex | 90 | 11 | 2B | 0 | 58 | 46 | 2C | 15C | 4F | 20 |
| Octal | 220 | 21 | 53 | 0 | 130 | 106 | 54 | 534 | 117 | 40 |
| Binary | 10010000 | 10001 | 101011 | 0 | 1011000 | 1000110 | 101100 | 101011100 | 1001111 | 100000 |
Color Harmonies of #90112B
Complementary color
Monochromatic Colors of #90112B
Black with #90112B
Text Example
Text Example
White with #90112B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90112B; }
p { color: rgb(144,17,43); }
H1.HeaderClassName
{
color: #90112B;
}
.AnyTagClassName
{
color: #90112B;
}
</style>
background-color css
<style>
a { background-color: #90112B; }
a { background-color: rgb(144,17,43); }
div.DivClassName
{
background-color: #90112B;
}
.BgClassName
{
background-color: #90112B;
}
</style>
border-color css
<style>
span { border-color: #90112B; }
span { border-color: rgb(144,17,43); }
td.TdClassName
{
border-color: #90112B;
}
.TagClassName
{
border-color: #90112B;
}
</style>