Shades of Burgundy #920E37
Tints of Burgundy #920E37
RGB
CMYK
RGB Variations
Color information
#920E37 (or 0x920E37) is known color: Burgundy. HEX triplet: 92, 0E and 37. RGB value is (146,14,55). Sum of RGB (Red+Green+Blue) = 146+14+55=215 (28% of max value = 765). Red value is 146 (57.42% from 255 or 67.91% from 215); Green value is 14 (5.86% from 255 or 6.51% from 215); Blue value is 55 (21.88% from 255 or 25.58% from 215); Max value from RGB is 146 - color contains mainly: red. Hex color #920E37 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #920E37 is #6DF1C8. Grayscale: #3A3A3A. Windows color (decimal): -7205321 or 3608210. OLE color: 3608210.
HSL color Cylindrical-coordinate representation of color #920E37: hue angle of 341.36º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #920E37 is Cyan = 0, Magento = 0.90, Yellow = 0.62 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 14 | 55 | - |
| CMYK | 0 | 0.90 | 0.62 | 0.43 |
| HSL | 341.36º | 0.83% | 0.31% | - |
| HSV(B) | 341.36º | 0.9% | 0.57% | - |
| XYZ | 12.7 | 6.7 | 4.24 | - |
| YUV | 58.14 | 126.23 | 190.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 14 | 55 | 0 | 0.90 | 0.62 | 0.43 | 341.36 | 0.83 | 0.31 |
| Hex | 92 | E | 37 | 0 | 5A | 3E | 2B | 155 | 52 | 1F |
| Octal | 222 | 16 | 67 | 0 | 132 | 76 | 53 | 525 | 122 | 37 |
| Binary | 10010010 | 1110 | 110111 | 0 | 1011010 | 111110 | 101011 | 101010101 | 1010010 | 11111 |
Color Harmonies of #920E37
Complementary color
Monochromatic Colors of #920E37
Black with #920E37
Text Example
Text Example
White with #920E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920E37; }
p { color: rgb(146,14,55); }
H1.HeaderClassName
{
color: #920E37;
}
.AnyTagClassName
{
color: #920E37;
}
</style>
background-color css
<style>
a { background-color: #920E37; }
a { background-color: rgb(146,14,55); }
div.DivClassName
{
background-color: #920E37;
}
.BgClassName
{
background-color: #920E37;
}
</style>
border-color css
<style>
span { border-color: #920E37; }
span { border-color: rgb(146,14,55); }
td.TdClassName
{
border-color: #920E37;
}
.TagClassName
{
border-color: #920E37;
}
</style>