Shades of Burgundy #900332
Tints of Burgundy #900332
RGB
CMYK
RGB Variations
Color information
#900332 (or 0x900332) is known color: Burgundy. HEX triplet: 90, 03 and 32. RGB value is (144,3,50). Sum of RGB (Red+Green+Blue) = 144+3+50=197 (26% of max value = 765). Red value is 144 (56.64% from 255 or 73.10% from 197); Green value is 3 (1.56% from 255 or 1.52% from 197); Blue value is 50 (19.92% from 255 or 25.38% from 197); Max value from RGB is 144 - color contains mainly: red. Hex color #900332 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900332 is #6FFCCD. Grayscale: #323232. Windows color (decimal): -7339214 or 3277712. OLE color: 3277712.
HSL color Cylindrical-coordinate representation of color #900332: hue angle of 340º 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 #900332 is Cyan = 0, Magento = 0.98, Yellow = 0.65 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 3 | 50 | - |
| CMYK | 0 | 0.98 | 0.65 | 0.44 |
| HSL | 340º | 0.96% | 0.29% | - |
| HSV(B) | 340º | 0.98% | 0.56% | - |
| XYZ | 12.11 | 6.22 | 3.58 | - |
| YUV | 50.52 | 127.71 | 194.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 3 | 50 | 0 | 0.98 | 0.65 | 0.44 | 340 | 0.96 | 0.29 |
| Hex | 90 | 3 | 32 | 0 | 62 | 41 | 2C | 154 | 60 | 1D |
| Octal | 220 | 3 | 62 | 0 | 142 | 101 | 54 | 524 | 140 | 35 |
| Binary | 10010000 | 11 | 110010 | 0 | 1100010 | 1000001 | 101100 | 101010100 | 1100000 | 11101 |
Color Harmonies of #900332
Complementary color
Monochromatic Colors of #900332
Black with #900332
Text Example
Text Example
White with #900332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900332; }
p { color: rgb(144,3,50); }
H1.HeaderClassName
{
color: #900332;
}
.AnyTagClassName
{
color: #900332;
}
</style>
background-color css
<style>
a { background-color: #900332; }
a { background-color: rgb(144,3,50); }
div.DivClassName
{
background-color: #900332;
}
.BgClassName
{
background-color: #900332;
}
</style>
border-color css
<style>
span { border-color: #900332; }
span { border-color: rgb(144,3,50); }
td.TdClassName
{
border-color: #900332;
}
.TagClassName
{
border-color: #900332;
}
</style>