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