Shades of Burgundy #900733
Tints of Burgundy #900733
RGB
CMYK
RGB Variations
Color information
#900733 (or 0x900733) is known color: Burgundy. HEX triplet: 90, 07 and 33. RGB value is (144,7,51). Sum of RGB (Red+Green+Blue) = 144+7+51=202 (26% of max value = 765). Red value is 144 (56.64% from 255 or 71.29% from 202); Green value is 7 (3.12% from 255 or 3.47% from 202); Blue value is 51 (20.31% from 255 or 25.25% from 202); Max value from RGB is 144 - color contains mainly: red. Hex color #900733 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900733 is #6FF8CC. Grayscale: #343434. Windows color (decimal): -7338189 or 3344272. OLE color: 3344272.
HSL color Cylindrical-coordinate representation of color #900733: hue angle of 340.73º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #900733 is Cyan = 0, Magento = 0.95, Yellow = 0.65 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 7 | 51 | - |
| CMYK | 0 | 0.95 | 0.65 | 0.44 |
| HSL | 340.73º | 0.91% | 0.3% | - |
| HSV(B) | 340.73º | 0.95% | 0.56% | - |
| XYZ | 12.18 | 6.32 | 3.71 | - |
| YUV | 52.98 | 126.89 | 192.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 7 | 51 | 0 | 0.95 | 0.65 | 0.44 | 340.73 | 0.91 | 0.3 |
| Hex | 90 | 7 | 33 | 0 | 5F | 41 | 2C | 155 | 5B | 1E |
| Octal | 220 | 7 | 63 | 0 | 137 | 101 | 54 | 525 | 133 | 36 |
| Binary | 10010000 | 111 | 110011 | 0 | 1011111 | 1000001 | 101100 | 101010101 | 1011011 | 11110 |
Color Harmonies of #900733
Complementary color
Monochromatic Colors of #900733
Black with #900733
Text Example
Text Example
White with #900733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900733; }
p { color: rgb(144,7,51); }
H1.HeaderClassName
{
color: #900733;
}
.AnyTagClassName
{
color: #900733;
}
</style>
background-color css
<style>
a { background-color: #900733; }
a { background-color: rgb(144,7,51); }
div.DivClassName
{
background-color: #900733;
}
.BgClassName
{
background-color: #900733;
}
</style>
border-color css
<style>
span { border-color: #900733; }
span { border-color: rgb(144,7,51); }
td.TdClassName
{
border-color: #900733;
}
.TagClassName
{
border-color: #900733;
}
</style>