Shades of Burgundy #920031
Tints of Burgundy #920031
RGB
CMYK
RGB Variations
Color information
#920031 (or 0x920031) is known color: Burgundy. HEX triplet: 92, 00 and 31. RGB value is (146,0,49). Sum of RGB (Red+Green+Blue) = 146+0+49=195 (25% of max value = 765). Red value is 146 (57.42% from 255 or 74.87% from 195); Green value is 0 (0.39% from 255 or 0% from 195); Blue value is 49 (19.53% from 255 or 25.13% from 195); Max value from RGB is 146 - color contains mainly: red. Hex color #920031 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #920031 is #6DFFCE. Grayscale: #313131. Windows color (decimal): -7208911 or 3211410. OLE color: 3211410.
HSL color Cylindrical-coordinate representation of color #920031: hue angle of 339.86º 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 #920031 is Cyan = 0, Magento = 1, Yellow = 0.66 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 0 | 49 | - |
| CMYK | 0 | 1 | 0.66 | 0.43 |
| HSL | 339.86º | 1% | 0.29% | - |
| HSV(B) | 339.86º | 1% | 0.57% | - |
| XYZ | 12.41 | 6.33 | 3.47 | - |
| YUV | 49.24 | 127.87 | 197.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 0 | 49 | 0 | 1 | 0.66 | 0.43 | 339.86 | 1 | 0.29 |
| Hex | 92 | 0 | 31 | 0 | 64 | 42 | 2B | 154 | 64 | 1D |
| Octal | 222 | 0 | 61 | 0 | 144 | 102 | 53 | 524 | 144 | 35 |
| Binary | 10010010 | 0 | 110001 | 0 | 1100100 | 1000010 | 101011 | 101010100 | 1100100 | 11101 |
Color Harmonies of #920031
Complementary color
Monochromatic Colors of #920031
Black with #920031
Text Example
Text Example
White with #920031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920031; }
p { color: rgb(146,0,49); }
H1.HeaderClassName
{
color: #920031;
}
.AnyTagClassName
{
color: #920031;
}
</style>
background-color css
<style>
a { background-color: #920031; }
a { background-color: rgb(146,0,49); }
div.DivClassName
{
background-color: #920031;
}
.BgClassName
{
background-color: #920031;
}
</style>
border-color css
<style>
span { border-color: #920031; }
span { border-color: rgb(146,0,49); }
td.TdClassName
{
border-color: #920031;
}
.TagClassName
{
border-color: #920031;
}
</style>