Shades of Burgundy #920139
Tints of Burgundy #920139
RGB
CMYK
RGB Variations
Color information
#920139 (or 0x920139) is known color: Burgundy. HEX triplet: 92, 01 and 39. RGB value is (146,1,57). Sum of RGB (Red+Green+Blue) = 146+1+57=204 (27% of max value = 765). Red value is 146 (57.42% from 255 or 71.57% from 204); Green value is 1 (0.78% from 255 or 0.49% from 204); Blue value is 57 (22.66% from 255 or 27.94% from 204); Max value from RGB is 146 - color contains mainly: red. Hex color #920139 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #920139 is #6DFEC6. Grayscale: #323232. Windows color (decimal): -7208647 or 3735954. OLE color: 3735954.
HSL color Cylindrical-coordinate representation of color #920139: hue angle of 336.83º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #920139 is Cyan = 0, Magento = 0.99, Yellow = 0.61 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 1 | 57 | - |
| CMYK | 0 | 0.99 | 0.61 | 0.43 |
| HSL | 336.83º | 0.99% | 0.29% | - |
| HSV(B) | 336.83º | 0.99% | 0.57% | - |
| XYZ | 12.6 | 6.43 | 4.45 | - |
| YUV | 50.74 | 131.54 | 195.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 1 | 57 | 0 | 0.99 | 0.61 | 0.43 | 336.83 | 0.99 | 0.29 |
| Hex | 92 | 1 | 39 | 0 | 63 | 3D | 2B | 151 | 63 | 1D |
| Octal | 222 | 1 | 71 | 0 | 143 | 75 | 53 | 521 | 143 | 35 |
| Binary | 10010010 | 1 | 111001 | 0 | 1100011 | 111101 | 101011 | 101010001 | 1100011 | 11101 |
Color Harmonies of #920139
Complementary color
Monochromatic Colors of #920139
Black with #920139
Text Example
Text Example
White with #920139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920139; }
p { color: rgb(146,1,57); }
H1.HeaderClassName
{
color: #920139;
}
.AnyTagClassName
{
color: #920139;
}
</style>
background-color css
<style>
a { background-color: #920139; }
a { background-color: rgb(146,1,57); }
div.DivClassName
{
background-color: #920139;
}
.BgClassName
{
background-color: #920139;
}
</style>
border-color css
<style>
span { border-color: #920139; }
span { border-color: rgb(146,1,57); }
td.TdClassName
{
border-color: #920139;
}
.TagClassName
{
border-color: #920139;
}
</style>