Shades of Burgundy #900329
Tints of Burgundy #900329
RGB
CMYK
RGB Variations
Color information
#900329 (or 0x900329) is known color: Burgundy. HEX triplet: 90, 03 and 29. RGB value is (144,3,41). Sum of RGB (Red+Green+Blue) = 144+3+41=188 (24% of max value = 765). Red value is 144 (56.64% from 255 or 76.60% from 188); Green value is 3 (1.56% from 255 or 1.60% from 188); Blue value is 41 (16.41% from 255 or 21.81% from 188); Max value from RGB is 144 - color contains mainly: red. Hex color #900329 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900329 is #6FFCD6. Grayscale: #313131. Windows color (decimal): -7339223 or 2687888. OLE color: 2687888.
HSL color Cylindrical-coordinate representation of color #900329: hue angle of 343.83º 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 #900329 is Cyan = 0, Magento = 0.98, Yellow = 0.72 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 3 | 41 | - |
| CMYK | 0 | 0.98 | 0.72 | 0.44 |
| HSL | 343.83º | 0.96% | 0.29% | - |
| HSV(B) | 343.83º | 0.98% | 0.56% | - |
| XYZ | 11.93 | 6.15 | 2.66 | - |
| YUV | 49.49 | 123.21 | 195.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 3 | 41 | 0 | 0.98 | 0.72 | 0.44 | 343.83 | 0.96 | 0.29 |
| Hex | 90 | 3 | 29 | 0 | 62 | 48 | 2C | 158 | 60 | 1D |
| Octal | 220 | 3 | 51 | 0 | 142 | 110 | 54 | 530 | 140 | 35 |
| Binary | 10010000 | 11 | 101001 | 0 | 1100010 | 1001000 | 101100 | 101011000 | 1100000 | 11101 |
Color Harmonies of #900329
Complementary color
Monochromatic Colors of #900329
Black with #900329
Text Example
Text Example
White with #900329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900329; }
p { color: rgb(144,3,41); }
H1.HeaderClassName
{
color: #900329;
}
.AnyTagClassName
{
color: #900329;
}
</style>
background-color css
<style>
a { background-color: #900329; }
a { background-color: rgb(144,3,41); }
div.DivClassName
{
background-color: #900329;
}
.BgClassName
{
background-color: #900329;
}
</style>
border-color css
<style>
span { border-color: #900329; }
span { border-color: rgb(144,3,41); }
td.TdClassName
{
border-color: #900329;
}
.TagClassName
{
border-color: #900329;
}
</style>