Shades of Burgundy #900336
Tints of Burgundy #900336
RGB
CMYK
RGB Variations
Color information
#900336 (or 0x900336) is known color: Burgundy. HEX triplet: 90, 03 and 36. RGB value is (144,3,54). Sum of RGB (Red+Green+Blue) = 144+3+54=201 (26% of max value = 765). Red value is 144 (56.64% from 255 or 71.64% from 201); Green value is 3 (1.56% from 255 or 1.49% from 201); Blue value is 54 (21.48% from 255 or 26.87% from 201); Max value from RGB is 144 - color contains mainly: red. Hex color #900336 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900336 is #6FFCC9. Grayscale: #323232. Windows color (decimal): -7339210 or 3539856. OLE color: 3539856.
HSL color Cylindrical-coordinate representation of color #900336: hue angle of 338.3º 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 #900336 is Cyan = 0, Magento = 0.98, Yellow = 0.63 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 3 | 54 | - |
| CMYK | 0 | 0.98 | 0.63 | 0.44 |
| HSL | 338.3º | 0.96% | 0.29% | - |
| HSV(B) | 338.3º | 0.98% | 0.56% | - |
| XYZ | 12.2 | 6.26 | 4.06 | - |
| YUV | 50.97 | 129.71 | 194.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 3 | 54 | 0 | 0.98 | 0.63 | 0.44 | 338.3 | 0.96 | 0.29 |
| Hex | 90 | 3 | 36 | 0 | 62 | 3F | 2C | 152 | 60 | 1D |
| Octal | 220 | 3 | 66 | 0 | 142 | 77 | 54 | 522 | 140 | 35 |
| Binary | 10010000 | 11 | 110110 | 0 | 1100010 | 111111 | 101100 | 101010010 | 1100000 | 11101 |
Color Harmonies of #900336
Complementary color
Monochromatic Colors of #900336
Black with #900336
Text Example
Text Example
White with #900336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900336; }
p { color: rgb(144,3,54); }
H1.HeaderClassName
{
color: #900336;
}
.AnyTagClassName
{
color: #900336;
}
</style>
background-color css
<style>
a { background-color: #900336; }
a { background-color: rgb(144,3,54); }
div.DivClassName
{
background-color: #900336;
}
.BgClassName
{
background-color: #900336;
}
</style>
border-color css
<style>
span { border-color: #900336; }
span { border-color: rgb(144,3,54); }
td.TdClassName
{
border-color: #900336;
}
.TagClassName
{
border-color: #900336;
}
</style>