Shades of Burgundy #920E2D
Tints of Burgundy #920E2D
RGB
CMYK
RGB Variations
Color information
#920E2D (or 0x920E2D) is known color: Burgundy. HEX triplet: 92, 0E and 2D. RGB value is (146,14,45). Sum of RGB (Red+Green+Blue) = 146+14+45=205 (27% of max value = 765). Red value is 146 (57.42% from 255 or 71.22% from 205); Green value is 14 (5.86% from 255 or 6.83% from 205); Blue value is 45 (17.97% from 255 or 21.95% from 205); Max value from RGB is 146 - color contains mainly: red. Hex color #920E2D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #920E2D is #6DF1D2. Grayscale: #393939. Windows color (decimal): -7205331 or 2952850. OLE color: 2952850.
HSL color Cylindrical-coordinate representation of color #920E2D: hue angle of 345.91º 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 #920E2D is Cyan = 0, Magento = 0.90, Yellow = 0.69 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 14 | 45 | - |
| CMYK | 0 | 0.90 | 0.69 | 0.43 |
| HSL | 345.91º | 0.83% | 0.31% | - |
| HSV(B) | 345.91º | 0.9% | 0.57% | - |
| XYZ | 12.48 | 6.61 | 3.1 | - |
| YUV | 57 | 121.23 | 191.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 14 | 45 | 0 | 0.90 | 0.69 | 0.43 | 345.91 | 0.83 | 0.31 |
| Hex | 92 | E | 2D | 0 | 5A | 45 | 2B | 15A | 52 | 1F |
| Octal | 222 | 16 | 55 | 0 | 132 | 105 | 53 | 532 | 122 | 37 |
| Binary | 10010010 | 1110 | 101101 | 0 | 1011010 | 1000101 | 101011 | 101011010 | 1010010 | 11111 |
Color Harmonies of #920E2D
Complementary color
Monochromatic Colors of #920E2D
Black with #920E2D
Text Example
Text Example
White with #920E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920E2D; }
p { color: rgb(146,14,45); }
H1.HeaderClassName
{
color: #920E2D;
}
.AnyTagClassName
{
color: #920E2D;
}
</style>
background-color css
<style>
a { background-color: #920E2D; }
a { background-color: rgb(146,14,45); }
div.DivClassName
{
background-color: #920E2D;
}
.BgClassName
{
background-color: #920E2D;
}
</style>
border-color css
<style>
span { border-color: #920E2D; }
span { border-color: rgb(146,14,45); }
td.TdClassName
{
border-color: #920E2D;
}
.TagClassName
{
border-color: #920E2D;
}
</style>