Shades of Burgundy #90052F
Tints of Burgundy #90052F
RGB
CMYK
RGB Variations
Color information
#90052F (or 0x90052F) is known color: Burgundy. HEX triplet: 90, 05 and 2F. RGB value is (144,5,47). Sum of RGB (Red+Green+Blue) = 144+5+47=196 (25% of max value = 765). Red value is 144 (56.64% from 255 or 73.47% from 196); Green value is 5 (2.34% from 255 or 2.55% from 196); Blue value is 47 (18.75% from 255 or 23.98% from 196); Max value from RGB is 144 - color contains mainly: red. Hex color #90052F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90052F is #6FFAD0. Grayscale: #333333. Windows color (decimal): -7338705 or 3081616. OLE color: 3081616.
HSL color Cylindrical-coordinate representation of color #90052F: hue angle of 341.87º 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 #90052F is Cyan = 0, Magento = 0.97, Yellow = 0.67 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 5 | 47 | - |
| CMYK | 0 | 0.97 | 0.67 | 0.44 |
| HSL | 341.87º | 0.93% | 0.29% | - |
| HSV(B) | 341.87º | 0.97% | 0.56% | - |
| XYZ | 12.07 | 6.24 | 3.26 | - |
| YUV | 51.35 | 125.55 | 194.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 5 | 47 | 0 | 0.97 | 0.67 | 0.44 | 341.87 | 0.93 | 0.29 |
| Hex | 90 | 5 | 2F | 0 | 61 | 43 | 2C | 156 | 5D | 1D |
| Octal | 220 | 5 | 57 | 0 | 141 | 103 | 54 | 526 | 135 | 35 |
| Binary | 10010000 | 101 | 101111 | 0 | 1100001 | 1000011 | 101100 | 101010110 | 1011101 | 11101 |
Color Harmonies of #90052F
Complementary color
Monochromatic Colors of #90052F
Black with #90052F
Text Example
Text Example
White with #90052F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90052F; }
p { color: rgb(144,5,47); }
H1.HeaderClassName
{
color: #90052F;
}
.AnyTagClassName
{
color: #90052F;
}
</style>
background-color css
<style>
a { background-color: #90052F; }
a { background-color: rgb(144,5,47); }
div.DivClassName
{
background-color: #90052F;
}
.BgClassName
{
background-color: #90052F;
}
</style>
border-color css
<style>
span { border-color: #90052F; }
span { border-color: rgb(144,5,47); }
td.TdClassName
{
border-color: #90052F;
}
.TagClassName
{
border-color: #90052F;
}
</style>