Shades of Burgundy #90052C
Tints of Burgundy #90052C
RGB
CMYK
RGB Variations
Color information
#90052C (or 0x90052C) is known color: Burgundy. HEX triplet: 90, 05 and 2C. RGB value is (144,5,44). Sum of RGB (Red+Green+Blue) = 144+5+44=193 (25% of max value = 765). Red value is 144 (56.64% from 255 or 74.61% from 193); Green value is 5 (2.34% from 255 or 2.59% from 193); Blue value is 44 (17.58% from 255 or 22.80% from 193); Max value from RGB is 144 - color contains mainly: red. Hex color #90052C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90052C is #6FFAD3. Grayscale: #323232. Windows color (decimal): -7338708 or 2885008. OLE color: 2885008.
HSL color Cylindrical-coordinate representation of color #90052C: hue angle of 343.17º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #90052C is Cyan = 0, Magento = 0.97, Yellow = 0.69 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 5 | 44 | - |
| CMYK | 0 | 0.97 | 0.69 | 0.44 |
| HSL | 343.17º | 0.93% | 0.29% | - |
| HSV(B) | 343.17º | 0.97% | 0.56% | - |
| XYZ | 12.01 | 6.22 | 2.95 | - |
| YUV | 51.01 | 124.05 | 194.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 5 | 44 | 0 | 0.97 | 0.69 | 0.44 | 343.17 | 0.93 | 0.29 |
| Hex | 90 | 5 | 2C | 0 | 61 | 45 | 2C | 157 | 5D | 1D |
| Octal | 220 | 5 | 54 | 0 | 141 | 105 | 54 | 527 | 135 | 35 |
| Binary | 10010000 | 101 | 101100 | 0 | 1100001 | 1000101 | 101100 | 101010111 | 1011101 | 11101 |
Color Harmonies of #90052C
Complementary color
Monochromatic Colors of #90052C
Black with #90052C
Text Example
Text Example
White with #90052C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90052C; }
p { color: rgb(144,5,44); }
H1.HeaderClassName
{
color: #90052C;
}
.AnyTagClassName
{
color: #90052C;
}
</style>
background-color css
<style>
a { background-color: #90052C; }
a { background-color: rgb(144,5,44); }
div.DivClassName
{
background-color: #90052C;
}
.BgClassName
{
background-color: #90052C;
}
</style>
border-color css
<style>
span { border-color: #90052C; }
span { border-color: rgb(144,5,44); }
td.TdClassName
{
border-color: #90052C;
}
.TagClassName
{
border-color: #90052C;
}
</style>