Shades of Burgundy #90073F
Tints of Burgundy #90073F
RGB
CMYK
RGB Variations
Color information
#90073F (or 0x90073F) is known color: Burgundy. HEX triplet: 90, 07 and 3F. RGB value is (144,7,63). Sum of RGB (Red+Green+Blue) = 144+7+63=214 (28% of max value = 765). Red value is 144 (56.64% from 255 or 67.29% from 214); Green value is 7 (3.12% from 255 or 3.27% from 214); Blue value is 63 (25% from 255 or 29.44% from 214); Max value from RGB is 144 - color contains mainly: red. Hex color #90073F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90073F is #6FF8C0. Grayscale: #363636. Windows color (decimal): -7338177 or 4130704. OLE color: 4130704.
HSL color Cylindrical-coordinate representation of color #90073F: hue angle of 335.47º 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 #90073F is Cyan = 0, Magento = 0.95, Yellow = 0.56 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 7 | 63 | - |
| CMYK | 0 | 0.95 | 0.56 | 0.44 |
| HSL | 335.47º | 0.91% | 0.3% | - |
| HSV(B) | 335.47º | 0.95% | 0.56% | - |
| XYZ | 12.47 | 6.44 | 5.29 | - |
| YUV | 54.35 | 132.89 | 191.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 7 | 63 | 0 | 0.95 | 0.56 | 0.44 | 335.47 | 0.91 | 0.3 |
| Hex | 90 | 7 | 3F | 0 | 5F | 38 | 2C | 14F | 5B | 1E |
| Octal | 220 | 7 | 77 | 0 | 137 | 70 | 54 | 517 | 133 | 36 |
| Binary | 10010000 | 111 | 111111 | 0 | 1011111 | 111000 | 101100 | 101001111 | 1011011 | 11110 |
Color Harmonies of #90073F
Complementary color
Monochromatic Colors of #90073F
Black with #90073F
Text Example
Text Example
White with #90073F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90073F; }
p { color: rgb(144,7,63); }
H1.HeaderClassName
{
color: #90073F;
}
.AnyTagClassName
{
color: #90073F;
}
</style>
background-color css
<style>
a { background-color: #90073F; }
a { background-color: rgb(144,7,63); }
div.DivClassName
{
background-color: #90073F;
}
.BgClassName
{
background-color: #90073F;
}
</style>
border-color css
<style>
span { border-color: #90073F; }
span { border-color: rgb(144,7,63); }
td.TdClassName
{
border-color: #90073F;
}
.TagClassName
{
border-color: #90073F;
}
</style>