Shades of Burgundy #90052D
Tints of Burgundy #90052D
RGB
CMYK
RGB Variations
Color information
#90052D (or 0x90052D) is known color: Burgundy. HEX triplet: 90, 05 and 2D. RGB value is (144,5,45). Sum of RGB (Red+Green+Blue) = 144+5+45=194 (25% of max value = 765). Red value is 144 (56.64% from 255 or 74.23% from 194); Green value is 5 (2.34% from 255 or 2.58% from 194); Blue value is 45 (17.97% from 255 or 23.20% from 194); Max value from RGB is 144 - color contains mainly: red. Hex color #90052D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90052D is #6FFAD2. Grayscale: #333333. Windows color (decimal): -7338707 or 2950544. OLE color: 2950544.
HSL color Cylindrical-coordinate representation of color #90052D: hue angle of 342.73º 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 #90052D is Cyan = 0, Magento = 0.97, Yellow = 0.69 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 5 | 45 | - |
| CMYK | 0 | 0.97 | 0.69 | 0.44 |
| HSL | 342.73º | 0.93% | 0.29% | - |
| HSV(B) | 342.73º | 0.97% | 0.56% | - |
| XYZ | 12.03 | 6.23 | 3.05 | - |
| YUV | 51.12 | 124.55 | 194.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 5 | 45 | 0 | 0.97 | 0.69 | 0.44 | 342.73 | 0.93 | 0.29 |
| Hex | 90 | 5 | 2D | 0 | 61 | 45 | 2C | 157 | 5D | 1D |
| Octal | 220 | 5 | 55 | 0 | 141 | 105 | 54 | 527 | 135 | 35 |
| Binary | 10010000 | 101 | 101101 | 0 | 1100001 | 1000101 | 101100 | 101010111 | 1011101 | 11101 |
Color Harmonies of #90052D
Complementary color
Monochromatic Colors of #90052D
Black with #90052D
Text Example
Text Example
White with #90052D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90052D; }
p { color: rgb(144,5,45); }
H1.HeaderClassName
{
color: #90052D;
}
.AnyTagClassName
{
color: #90052D;
}
</style>
background-color css
<style>
a { background-color: #90052D; }
a { background-color: rgb(144,5,45); }
div.DivClassName
{
background-color: #90052D;
}
.BgClassName
{
background-color: #90052D;
}
</style>
border-color css
<style>
span { border-color: #90052D; }
span { border-color: rgb(144,5,45); }
td.TdClassName
{
border-color: #90052D;
}
.TagClassName
{
border-color: #90052D;
}
</style>