Shades of Burgundy #90032A
Tints of Burgundy #90032A
RGB
CMYK
RGB Variations
Color information
#90032A (or 0x90032A) is known color: Burgundy. HEX triplet: 90, 03 and 2A. RGB value is (144,3,42). Sum of RGB (Red+Green+Blue) = 144+3+42=189 (25% of max value = 765). Red value is 144 (56.64% from 255 or 76.19% from 189); Green value is 3 (1.56% from 255 or 1.59% from 189); Blue value is 42 (16.80% from 255 or 22.22% from 189); Max value from RGB is 144 - color contains mainly: red. Hex color #90032A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90032A is #6FFCD5. Grayscale: #313131. Windows color (decimal): -7339222 or 2753424. OLE color: 2753424.
HSL color Cylindrical-coordinate representation of color #90032A: hue angle of 343.4º 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 #90032A is Cyan = 0, Magento = 0.98, Yellow = 0.71 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 3 | 42 | - |
| CMYK | 0 | 0.98 | 0.71 | 0.44 |
| HSL | 343.4º | 0.96% | 0.29% | - |
| HSV(B) | 343.4º | 0.98% | 0.56% | - |
| XYZ | 11.95 | 6.16 | 2.75 | - |
| YUV | 49.61 | 123.71 | 195.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 3 | 42 | 0 | 0.98 | 0.71 | 0.44 | 343.4 | 0.96 | 0.29 |
| Hex | 90 | 3 | 2A | 0 | 62 | 47 | 2C | 157 | 60 | 1D |
| Octal | 220 | 3 | 52 | 0 | 142 | 107 | 54 | 527 | 140 | 35 |
| Binary | 10010000 | 11 | 101010 | 0 | 1100010 | 1000111 | 101100 | 101010111 | 1100000 | 11101 |
Color Harmonies of #90032A
Complementary color
Monochromatic Colors of #90032A
Black with #90032A
Text Example
Text Example
White with #90032A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90032A; }
p { color: rgb(144,3,42); }
H1.HeaderClassName
{
color: #90032A;
}
.AnyTagClassName
{
color: #90032A;
}
</style>
background-color css
<style>
a { background-color: #90032A; }
a { background-color: rgb(144,3,42); }
div.DivClassName
{
background-color: #90032A;
}
.BgClassName
{
background-color: #90032A;
}
</style>
border-color css
<style>
span { border-color: #90032A; }
span { border-color: rgb(144,3,42); }
td.TdClassName
{
border-color: #90032A;
}
.TagClassName
{
border-color: #90032A;
}
</style>