Shades of Burgundy #90033B
Tints of Burgundy #90033B
RGB
CMYK
RGB Variations
Color information
#90033B (or 0x90033B) is known color: Burgundy. HEX triplet: 90, 03 and 3B. RGB value is (144,3,59). Sum of RGB (Red+Green+Blue) = 144+3+59=206 (27% of max value = 765). Red value is 144 (56.64% from 255 or 69.90% from 206); Green value is 3 (1.56% from 255 or 1.46% from 206); Blue value is 59 (23.44% from 255 or 28.64% from 206); Max value from RGB is 144 - color contains mainly: red. Hex color #90033B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90033B is #6FFCC4. Grayscale: #333333. Windows color (decimal): -7339205 or 3867536. OLE color: 3867536.
HSL color Cylindrical-coordinate representation of color #90033B: hue angle of 336.17º 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 #90033B is Cyan = 0, Magento = 0.98, Yellow = 0.59 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 3 | 59 | - |
| CMYK | 0 | 0.98 | 0.59 | 0.44 |
| HSL | 336.17º | 0.96% | 0.29% | - |
| HSV(B) | 336.17º | 0.98% | 0.56% | - |
| XYZ | 12.32 | 6.31 | 4.71 | - |
| YUV | 51.54 | 132.21 | 193.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 3 | 59 | 0 | 0.98 | 0.59 | 0.44 | 336.17 | 0.96 | 0.29 |
| Hex | 90 | 3 | 3B | 0 | 62 | 3B | 2C | 150 | 60 | 1D |
| Octal | 220 | 3 | 73 | 0 | 142 | 73 | 54 | 520 | 140 | 35 |
| Binary | 10010000 | 11 | 111011 | 0 | 1100010 | 111011 | 101100 | 101010000 | 1100000 | 11101 |
Color Harmonies of #90033B
Complementary color
Monochromatic Colors of #90033B
Black with #90033B
Text Example
Text Example
White with #90033B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90033B; }
p { color: rgb(144,3,59); }
H1.HeaderClassName
{
color: #90033B;
}
.AnyTagClassName
{
color: #90033B;
}
</style>
background-color css
<style>
a { background-color: #90033B; }
a { background-color: rgb(144,3,59); }
div.DivClassName
{
background-color: #90033B;
}
.BgClassName
{
background-color: #90033B;
}
</style>
border-color css
<style>
span { border-color: #90033B; }
span { border-color: rgb(144,3,59); }
td.TdClassName
{
border-color: #90033B;
}
.TagClassName
{
border-color: #90033B;
}
</style>