Shades of Burgundy #900334
Tints of Burgundy #900334
RGB
CMYK
RGB Variations
Color information
#900334 (or 0x900334) is known color: Burgundy. HEX triplet: 90, 03 and 34. RGB value is (144,3,52). Sum of RGB (Red+Green+Blue) = 144+3+52=199 (26% of max value = 765). Red value is 144 (56.64% from 255 or 72.36% from 199); Green value is 3 (1.56% from 255 or 1.51% from 199); Blue value is 52 (20.70% from 255 or 26.13% from 199); Max value from RGB is 144 - color contains mainly: red. Hex color #900334 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900334 is #6FFCCB. Grayscale: #323232. Windows color (decimal): -7339212 or 3408784. OLE color: 3408784.
HSL color Cylindrical-coordinate representation of color #900334: hue angle of 339.15º 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 #900334 is Cyan = 0, Magento = 0.98, Yellow = 0.64 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 3 | 52 | - |
| CMYK | 0 | 0.98 | 0.64 | 0.44 |
| HSL | 339.15º | 0.96% | 0.29% | - |
| HSV(B) | 339.15º | 0.98% | 0.56% | - |
| XYZ | 12.15 | 6.24 | 3.81 | - |
| YUV | 50.75 | 128.71 | 194.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 3 | 52 | 0 | 0.98 | 0.64 | 0.44 | 339.15 | 0.96 | 0.29 |
| Hex | 90 | 3 | 34 | 0 | 62 | 40 | 2C | 153 | 60 | 1D |
| Octal | 220 | 3 | 64 | 0 | 142 | 100 | 54 | 523 | 140 | 35 |
| Binary | 10010000 | 11 | 110100 | 0 | 1100010 | 1000000 | 101100 | 101010011 | 1100000 | 11101 |
Color Harmonies of #900334
Complementary color
Monochromatic Colors of #900334
Black with #900334
Text Example
Text Example
White with #900334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900334; }
p { color: rgb(144,3,52); }
H1.HeaderClassName
{
color: #900334;
}
.AnyTagClassName
{
color: #900334;
}
</style>
background-color css
<style>
a { background-color: #900334; }
a { background-color: rgb(144,3,52); }
div.DivClassName
{
background-color: #900334;
}
.BgClassName
{
background-color: #900334;
}
</style>
border-color css
<style>
span { border-color: #900334; }
span { border-color: rgb(144,3,52); }
td.TdClassName
{
border-color: #900334;
}
.TagClassName
{
border-color: #900334;
}
</style>