Shades of Burgundy #90003C
Tints of Burgundy #90003C
RGB
CMYK
RGB Variations
Color information
#90003C (or 0x90003C) is known color: Burgundy. HEX triplet: 90, 00 and 3C. RGB value is (144,0,60). Sum of RGB (Red+Green+Blue) = 144+0+60=204 (27% of max value = 765). Red value is 144 (56.64% from 255 or 70.59% from 204); Green value is 0 (0.39% from 255 or 0% from 204); Blue value is 60 (23.83% from 255 or 29.41% from 204); Max value from RGB is 144 - color contains mainly: red. Hex color #90003C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90003C is #6FFFC3. Grayscale: #313131. Windows color (decimal): -7339972 or 3932304. OLE color: 3932304.
HSL color Cylindrical-coordinate representation of color #90003C: hue angle of 335º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #90003C is Cyan = 0, Magento = 1, Yellow = 0.58 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 0 | 60 | - |
| CMYK | 0 | 1 | 0.58 | 0.44 |
| HSL | 335º | 1% | 0.28% | - |
| HSV(B) | 335º | 1% | 0.56% | - |
| XYZ | 12.32 | 6.26 | 4.83 | - |
| YUV | 49.9 | 133.71 | 195.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 0 | 60 | 0 | 1 | 0.58 | 0.44 | 335 | 1 | 0.28 |
| Hex | 90 | 0 | 3C | 0 | 64 | 3A | 2C | 14F | 64 | 1C |
| Octal | 220 | 0 | 74 | 0 | 144 | 72 | 54 | 517 | 144 | 34 |
| Binary | 10010000 | 0 | 111100 | 0 | 1100100 | 111010 | 101100 | 101001111 | 1100100 | 11100 |
Color Harmonies of #90003C
Complementary color
Monochromatic Colors of #90003C
Black with #90003C
Text Example
Text Example
White with #90003C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90003C; }
p { color: rgb(144,0,60); }
H1.HeaderClassName
{
color: #90003C;
}
.AnyTagClassName
{
color: #90003C;
}
</style>
background-color css
<style>
a { background-color: #90003C; }
a { background-color: rgb(144,0,60); }
div.DivClassName
{
background-color: #90003C;
}
.BgClassName
{
background-color: #90003C;
}
</style>
border-color css
<style>
span { border-color: #90003C; }
span { border-color: rgb(144,0,60); }
td.TdClassName
{
border-color: #90003C;
}
.TagClassName
{
border-color: #90003C;
}
</style>