Shades of Burgundy #900433
Tints of Burgundy #900433
RGB
CMYK
RGB Variations
Color information
#900433 (or 0x900433) is known color: Burgundy. HEX triplet: 90, 04 and 33. RGB value is (144,4,51). Sum of RGB (Red+Green+Blue) = 144+4+51=199 (26% of max value = 765). Red value is 144 (56.64% from 255 or 72.36% from 199); Green value is 4 (1.95% from 255 or 2.01% from 199); Blue value is 51 (20.31% from 255 or 25.63% from 199); Max value from RGB is 144 - color contains mainly: red. Hex color #900433 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900433 is #6FFBCC. Grayscale: #333333. Windows color (decimal): -7338957 or 3343504. OLE color: 3343504.
HSL color Cylindrical-coordinate representation of color #900433: hue angle of 339.86º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #900433 is Cyan = 0, Magento = 0.97, Yellow = 0.65 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 4 | 51 | - |
| CMYK | 0 | 0.97 | 0.65 | 0.44 |
| HSL | 339.86º | 0.95% | 0.29% | - |
| HSV(B) | 339.86º | 0.97% | 0.56% | - |
| XYZ | 12.14 | 6.26 | 3.7 | - |
| YUV | 51.22 | 127.88 | 194.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 4 | 51 | 0 | 0.97 | 0.65 | 0.44 | 339.86 | 0.95 | 0.29 |
| Hex | 90 | 4 | 33 | 0 | 61 | 41 | 2C | 154 | 5F | 1D |
| Octal | 220 | 4 | 63 | 0 | 141 | 101 | 54 | 524 | 137 | 35 |
| Binary | 10010000 | 100 | 110011 | 0 | 1100001 | 1000001 | 101100 | 101010100 | 1011111 | 11101 |
Color Harmonies of #900433
Complementary color
Monochromatic Colors of #900433
Black with #900433
Text Example
Text Example
White with #900433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900433; }
p { color: rgb(144,4,51); }
H1.HeaderClassName
{
color: #900433;
}
.AnyTagClassName
{
color: #900433;
}
</style>
background-color css
<style>
a { background-color: #900433; }
a { background-color: rgb(144,4,51); }
div.DivClassName
{
background-color: #900433;
}
.BgClassName
{
background-color: #900433;
}
</style>
border-color css
<style>
span { border-color: #900433; }
span { border-color: rgb(144,4,51); }
td.TdClassName
{
border-color: #900433;
}
.TagClassName
{
border-color: #900433;
}
</style>