Shades of Burgundy #900730
Tints of Burgundy #900730
RGB
CMYK
RGB Variations
Color information
#900730 (or 0x900730) is known color: Burgundy. HEX triplet: 90, 07 and 30. RGB value is (144,7,48). Sum of RGB (Red+Green+Blue) = 144+7+48=199 (26% of max value = 765). Red value is 144 (56.64% from 255 or 72.36% from 199); Green value is 7 (3.12% from 255 or 3.52% from 199); Blue value is 48 (19.14% from 255 or 24.12% from 199); Max value from RGB is 144 - color contains mainly: red. Hex color #900730 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900730 is #6FF8CF. Grayscale: #343434. Windows color (decimal): -7338192 or 3147664. OLE color: 3147664.
HSL color Cylindrical-coordinate representation of color #900730: hue angle of 342.04º 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 #900730 is Cyan = 0, Magento = 0.95, Yellow = 0.67 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 7 | 48 | - |
| CMYK | 0 | 0.95 | 0.67 | 0.44 |
| HSL | 342.04º | 0.91% | 0.3% | - |
| HSV(B) | 342.04º | 0.95% | 0.56% | - |
| XYZ | 12.11 | 6.29 | 3.37 | - |
| YUV | 52.64 | 125.39 | 193.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 7 | 48 | 0 | 0.95 | 0.67 | 0.44 | 342.04 | 0.91 | 0.3 |
| Hex | 90 | 7 | 30 | 0 | 5F | 43 | 2C | 156 | 5B | 1E |
| Octal | 220 | 7 | 60 | 0 | 137 | 103 | 54 | 526 | 133 | 36 |
| Binary | 10010000 | 111 | 110000 | 0 | 1011111 | 1000011 | 101100 | 101010110 | 1011011 | 11110 |
Color Harmonies of #900730
Complementary color
Monochromatic Colors of #900730
Black with #900730
Text Example
Text Example
White with #900730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900730; }
p { color: rgb(144,7,48); }
H1.HeaderClassName
{
color: #900730;
}
.AnyTagClassName
{
color: #900730;
}
</style>
background-color css
<style>
a { background-color: #900730; }
a { background-color: rgb(144,7,48); }
div.DivClassName
{
background-color: #900730;
}
.BgClassName
{
background-color: #900730;
}
</style>
border-color css
<style>
span { border-color: #900730; }
span { border-color: rgb(144,7,48); }
td.TdClassName
{
border-color: #900730;
}
.TagClassName
{
border-color: #900730;
}
</style>