Shades of Burgundy #920039
Tints of Burgundy #920039
RGB
CMYK
RGB Variations
Color information
#920039 (or 0x920039) is known color: Burgundy. HEX triplet: 92, 00 and 39. RGB value is (146,0,57). Sum of RGB (Red+Green+Blue) = 146+0+57=203 (26% of max value = 765). Red value is 146 (57.42% from 255 or 71.92% from 203); Green value is 0 (0.39% from 255 or 0% from 203); Blue value is 57 (22.66% from 255 or 28.08% from 203); Max value from RGB is 146 - color contains mainly: red. Hex color #920039 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #920039 is #6DFFC6. Grayscale: #323232. Windows color (decimal): -7208903 or 3735698. OLE color: 3735698.
HSL color Cylindrical-coordinate representation of color #920039: hue angle of 336.58º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #920039 is Cyan = 0, Magento = 1, Yellow = 0.61 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 0 | 57 | - |
| CMYK | 0 | 1 | 0.61 | 0.43 |
| HSL | 336.58º | 1% | 0.29% | - |
| HSV(B) | 336.58º | 1% | 0.57% | - |
| XYZ | 12.59 | 6.41 | 4.44 | - |
| YUV | 50.15 | 131.87 | 196.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 0 | 57 | 0 | 1 | 0.61 | 0.43 | 336.58 | 1 | 0.29 |
| Hex | 92 | 0 | 39 | 0 | 64 | 3D | 2B | 151 | 64 | 1D |
| Octal | 222 | 0 | 71 | 0 | 144 | 75 | 53 | 521 | 144 | 35 |
| Binary | 10010010 | 0 | 111001 | 0 | 1100100 | 111101 | 101011 | 101010001 | 1100100 | 11101 |
Color Harmonies of #920039
Complementary color
Monochromatic Colors of #920039
Black with #920039
Text Example
Text Example
White with #920039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920039; }
p { color: rgb(146,0,57); }
H1.HeaderClassName
{
color: #920039;
}
.AnyTagClassName
{
color: #920039;
}
</style>
background-color css
<style>
a { background-color: #920039; }
a { background-color: rgb(146,0,57); }
div.DivClassName
{
background-color: #920039;
}
.BgClassName
{
background-color: #920039;
}
</style>
border-color css
<style>
span { border-color: #920039; }
span { border-color: rgb(146,0,57); }
td.TdClassName
{
border-color: #920039;
}
.TagClassName
{
border-color: #920039;
}
</style>