Shades of Burgundy #90032E
Tints of Burgundy #90032E
RGB
CMYK
RGB Variations
Color information
#90032E (or 0x90032E) is known color: Burgundy. HEX triplet: 90, 03 and 2E. RGB value is (144,3,46). Sum of RGB (Red+Green+Blue) = 144+3+46=193 (25% of max value = 765). Red value is 144 (56.64% from 255 or 74.61% from 193); Green value is 3 (1.56% from 255 or 1.55% from 193); Blue value is 46 (18.36% from 255 or 23.83% from 193); Max value from RGB is 144 - color contains mainly: red. Hex color #90032E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90032E is #6FFCD1. Grayscale: #323232. Windows color (decimal): -7339218 or 3015568. OLE color: 3015568.
HSL color Cylindrical-coordinate representation of color #90032E: hue angle of 341.7º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #90032E is Cyan = 0, Magento = 0.98, Yellow = 0.68 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 3 | 46 | - |
| CMYK | 0 | 0.98 | 0.68 | 0.44 |
| HSL | 341.7º | 0.96% | 0.29% | - |
| HSV(B) | 341.7º | 0.98% | 0.56% | - |
| XYZ | 12.03 | 6.19 | 3.15 | - |
| YUV | 50.06 | 125.71 | 195 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 3 | 46 | 0 | 0.98 | 0.68 | 0.44 | 341.7 | 0.96 | 0.29 |
| Hex | 90 | 3 | 2E | 0 | 62 | 44 | 2C | 156 | 60 | 1D |
| Octal | 220 | 3 | 56 | 0 | 142 | 104 | 54 | 526 | 140 | 35 |
| Binary | 10010000 | 11 | 101110 | 0 | 1100010 | 1000100 | 101100 | 101010110 | 1100000 | 11101 |
Color Harmonies of #90032E
Complementary color
Monochromatic Colors of #90032E
Black with #90032E
Text Example
Text Example
White with #90032E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90032E; }
p { color: rgb(144,3,46); }
H1.HeaderClassName
{
color: #90032E;
}
.AnyTagClassName
{
color: #90032E;
}
</style>
background-color css
<style>
a { background-color: #90032E; }
a { background-color: rgb(144,3,46); }
div.DivClassName
{
background-color: #90032E;
}
.BgClassName
{
background-color: #90032E;
}
</style>
border-color css
<style>
span { border-color: #90032E; }
span { border-color: rgb(144,3,46); }
td.TdClassName
{
border-color: #90032E;
}
.TagClassName
{
border-color: #90032E;
}
</style>