Shades of Burgundy #90023C
Tints of Burgundy #90023C
RGB
CMYK
RGB Variations
Color information
#90023C (or 0x90023C) is known color: Burgundy. HEX triplet: 90, 02 and 3C. RGB value is (144,2,60). Sum of RGB (Red+Green+Blue) = 144+2+60=206 (27% of max value = 765). Red value is 144 (56.64% from 255 or 69.90% from 206); Green value is 2 (1.17% from 255 or 0.97% from 206); Blue value is 60 (23.83% from 255 or 29.13% from 206); Max value from RGB is 144 - color contains mainly: red. Hex color #90023C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90023C is #6FFDC3. Grayscale: #323232. Windows color (decimal): -7339460 or 3932816. OLE color: 3932816.
HSL color Cylindrical-coordinate representation of color #90023C: hue angle of 335.49º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #90023C is Cyan = 0, Magento = 0.99, Yellow = 0.58 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 2 | 60 | - |
| CMYK | 0 | 0.99 | 0.58 | 0.44 |
| HSL | 335.49º | 0.97% | 0.29% | - |
| HSV(B) | 335.49º | 0.99% | 0.56% | - |
| XYZ | 12.34 | 6.3 | 4.84 | - |
| YUV | 51.07 | 133.04 | 194.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 2 | 60 | 0 | 0.99 | 0.58 | 0.44 | 335.49 | 0.97 | 0.29 |
| Hex | 90 | 2 | 3C | 0 | 63 | 3A | 2C | 14F | 61 | 1D |
| Octal | 220 | 2 | 74 | 0 | 143 | 72 | 54 | 517 | 141 | 35 |
| Binary | 10010000 | 10 | 111100 | 0 | 1100011 | 111010 | 101100 | 101001111 | 1100001 | 11101 |
Color Harmonies of #90023C
Complementary color
Monochromatic Colors of #90023C
Black with #90023C
Text Example
Text Example
White with #90023C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90023C; }
p { color: rgb(144,2,60); }
H1.HeaderClassName
{
color: #90023C;
}
.AnyTagClassName
{
color: #90023C;
}
</style>
background-color css
<style>
a { background-color: #90023C; }
a { background-color: rgb(144,2,60); }
div.DivClassName
{
background-color: #90023C;
}
.BgClassName
{
background-color: #90023C;
}
</style>
border-color css
<style>
span { border-color: #90023C; }
span { border-color: rgb(144,2,60); }
td.TdClassName
{
border-color: #90023C;
}
.TagClassName
{
border-color: #90023C;
}
</style>