Shades of Burgundy #90002C
Tints of Burgundy #90002C
RGB
CMYK
RGB Variations
Color information
#90002C (or 0x90002C) is known color: Burgundy. HEX triplet: 90, 00 and 2C. RGB value is (144,0,44). Sum of RGB (Red+Green+Blue) = 144+0+44=188 (24% of max value = 765). Red value is 144 (56.64% from 255 or 76.60% from 188); Green value is 0 (0.39% from 255 or 0% from 188); Blue value is 44 (17.58% from 255 or 23.40% from 188); Max value from RGB is 144 - color contains mainly: red. Hex color #90002C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90002C is #6FFFD3. Grayscale: #303030. Windows color (decimal): -7339988 or 2883728. OLE color: 2883728.
HSL color Cylindrical-coordinate representation of color #90002C: hue angle of 341.67º 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 #90002C is Cyan = 0, Magento = 1, Yellow = 0.69 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 0 | 44 | - |
| CMYK | 0 | 1 | 0.69 | 0.44 |
| HSL | 341.67º | 1% | 0.28% | - |
| HSV(B) | 341.67º | 1% | 0.56% | - |
| XYZ | 11.96 | 6.11 | 2.93 | - |
| YUV | 48.07 | 125.71 | 196.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 0 | 44 | 0 | 1 | 0.69 | 0.44 | 341.67 | 1 | 0.28 |
| Hex | 90 | 0 | 2C | 0 | 64 | 45 | 2C | 156 | 64 | 1C |
| Octal | 220 | 0 | 54 | 0 | 144 | 105 | 54 | 526 | 144 | 34 |
| Binary | 10010000 | 0 | 101100 | 0 | 1100100 | 1000101 | 101100 | 101010110 | 1100100 | 11100 |
Color Harmonies of #90002C
Complementary color
Monochromatic Colors of #90002C
Black with #90002C
Text Example
Text Example
White with #90002C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90002C; }
p { color: rgb(144,0,44); }
H1.HeaderClassName
{
color: #90002C;
}
.AnyTagClassName
{
color: #90002C;
}
</style>
background-color css
<style>
a { background-color: #90002C; }
a { background-color: rgb(144,0,44); }
div.DivClassName
{
background-color: #90002C;
}
.BgClassName
{
background-color: #90002C;
}
</style>
border-color css
<style>
span { border-color: #90002C; }
span { border-color: rgb(144,0,44); }
td.TdClassName
{
border-color: #90002C;
}
.TagClassName
{
border-color: #90002C;
}
</style>