Shades of Burgundy #90102B
Tints of Burgundy #90102B
RGB
CMYK
RGB Variations
Color information
#90102B (or 0x90102B) is known color: Burgundy. HEX triplet: 90, 10 and 2B. RGB value is (144,16,43). Sum of RGB (Red+Green+Blue) = 144+16+43=203 (26% of max value = 765). Red value is 144 (56.64% from 255 or 70.94% from 203); Green value is 16 (6.64% from 255 or 7.88% from 203); Blue value is 43 (17.19% from 255 or 21.18% from 203); Max value from RGB is 144 - color contains mainly: red. Hex color #90102B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90102B is #6FEFD4. Grayscale: #393939. Windows color (decimal): -7335893 or 2822288. OLE color: 2822288.
HSL color Cylindrical-coordinate representation of color #90102B: hue angle of 347.34º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #90102B is Cyan = 0, Magento = 0.89, Yellow = 0.70 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 16 | 43 | - |
| CMYK | 0 | 0.89 | 0.70 | 0.44 |
| HSL | 347.34º | 0.8% | 0.31% | - |
| HSV(B) | 347.34º | 0.89% | 0.56% | - |
| XYZ | 12.12 | 6.47 | 2.9 | - |
| YUV | 57.35 | 119.91 | 189.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 16 | 43 | 0 | 0.89 | 0.70 | 0.44 | 347.34 | 0.8 | 0.31 |
| Hex | 90 | 10 | 2B | 0 | 59 | 46 | 2C | 15B | 50 | 1F |
| Octal | 220 | 20 | 53 | 0 | 131 | 106 | 54 | 533 | 120 | 37 |
| Binary | 10010000 | 10000 | 101011 | 0 | 1011001 | 1000110 | 101100 | 101011011 | 1010000 | 11111 |
Color Harmonies of #90102B
Complementary color
Monochromatic Colors of #90102B
Black with #90102B
Text Example
Text Example
White with #90102B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90102B; }
p { color: rgb(144,16,43); }
H1.HeaderClassName
{
color: #90102B;
}
.AnyTagClassName
{
color: #90102B;
}
</style>
background-color css
<style>
a { background-color: #90102B; }
a { background-color: rgb(144,16,43); }
div.DivClassName
{
background-color: #90102B;
}
.BgClassName
{
background-color: #90102B;
}
</style>
border-color css
<style>
span { border-color: #90102B; }
span { border-color: rgb(144,16,43); }
td.TdClassName
{
border-color: #90102B;
}
.TagClassName
{
border-color: #90102B;
}
</style>