Shades of Burgundy #90033F
Tints of Burgundy #90033F
RGB
CMYK
RGB Variations
Color information
#90033F (or 0x90033F) is known color: Burgundy. HEX triplet: 90, 03 and 3F. RGB value is (144,3,63). Sum of RGB (Red+Green+Blue) = 144+3+63=210 (27% of max value = 765). Red value is 144 (56.64% from 255 or 68.57% from 210); Green value is 3 (1.56% from 255 or 1.43% from 210); Blue value is 63 (25% from 255 or 30% from 210); Max value from RGB is 144 - color contains mainly: red. Hex color #90033F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90033F is #6FFCC0. Grayscale: #333333. Windows color (decimal): -7339201 or 4129680. OLE color: 4129680.
HSL color Cylindrical-coordinate representation of color #90033F: hue angle of 334.47º 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 #90033F is Cyan = 0, Magento = 0.98, Yellow = 0.56 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 3 | 63 | - |
| CMYK | 0 | 0.98 | 0.56 | 0.44 |
| HSL | 334.47º | 0.96% | 0.29% | - |
| HSV(B) | 334.47º | 0.98% | 0.56% | - |
| XYZ | 12.43 | 6.35 | 5.27 | - |
| YUV | 52 | 134.21 | 193.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 3 | 63 | 0 | 0.98 | 0.56 | 0.44 | 334.47 | 0.96 | 0.29 |
| Hex | 90 | 3 | 3F | 0 | 62 | 38 | 2C | 14E | 60 | 1D |
| Octal | 220 | 3 | 77 | 0 | 142 | 70 | 54 | 516 | 140 | 35 |
| Binary | 10010000 | 11 | 111111 | 0 | 1100010 | 111000 | 101100 | 101001110 | 1100000 | 11101 |
Color Harmonies of #90033F
Complementary color
Monochromatic Colors of #90033F
Black with #90033F
Text Example
Text Example
White with #90033F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90033F; }
p { color: rgb(144,3,63); }
H1.HeaderClassName
{
color: #90033F;
}
.AnyTagClassName
{
color: #90033F;
}
</style>
background-color css
<style>
a { background-color: #90033F; }
a { background-color: rgb(144,3,63); }
div.DivClassName
{
background-color: #90033F;
}
.BgClassName
{
background-color: #90033F;
}
</style>
border-color css
<style>
span { border-color: #90033F; }
span { border-color: rgb(144,3,63); }
td.TdClassName
{
border-color: #90033F;
}
.TagClassName
{
border-color: #90033F;
}
</style>