Shades of Burgundy #90012B
Tints of Burgundy #90012B
RGB
CMYK
RGB Variations
Color information
#90012B (or 0x90012B) is known color: Burgundy. HEX triplet: 90, 01 and 2B. RGB value is (144,1,43). Sum of RGB (Red+Green+Blue) = 144+1+43=188 (24% of max value = 765). Red value is 144 (56.64% from 255 or 76.60% from 188); Green value is 1 (0.78% from 255 or 0.53% from 188); Blue value is 43 (17.19% from 255 or 22.87% from 188); Max value from RGB is 144 - color contains mainly: red. Hex color #90012B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90012B is #6FFED4. Grayscale: #303030. Windows color (decimal): -7339733 or 2818448. OLE color: 2818448.
HSL color Cylindrical-coordinate representation of color #90012B: hue angle of 342.38º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #90012B is Cyan = 0, Magento = 0.99, Yellow = 0.70 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 1 | 43 | - |
| CMYK | 0 | 0.99 | 0.70 | 0.44 |
| HSL | 342.38º | 0.99% | 0.28% | - |
| HSV(B) | 342.38º | 0.99% | 0.56% | - |
| XYZ | 11.95 | 6.13 | 2.84 | - |
| YUV | 48.55 | 124.88 | 196.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 1 | 43 | 0 | 0.99 | 0.70 | 0.44 | 342.38 | 0.99 | 0.28 |
| Hex | 90 | 1 | 2B | 0 | 63 | 46 | 2C | 156 | 63 | 1C |
| Octal | 220 | 1 | 53 | 0 | 143 | 106 | 54 | 526 | 143 | 34 |
| Binary | 10010000 | 1 | 101011 | 0 | 1100011 | 1000110 | 101100 | 101010110 | 1100011 | 11100 |
Color Harmonies of #90012B
Complementary color
Monochromatic Colors of #90012B
Black with #90012B
Text Example
Text Example
White with #90012B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90012B; }
p { color: rgb(144,1,43); }
H1.HeaderClassName
{
color: #90012B;
}
.AnyTagClassName
{
color: #90012B;
}
</style>
background-color css
<style>
a { background-color: #90012B; }
a { background-color: rgb(144,1,43); }
div.DivClassName
{
background-color: #90012B;
}
.BgClassName
{
background-color: #90012B;
}
</style>
border-color css
<style>
span { border-color: #90012B; }
span { border-color: rgb(144,1,43); }
td.TdClassName
{
border-color: #90012B;
}
.TagClassName
{
border-color: #90012B;
}
</style>