Shades of Burgundy #920038
Tints of Burgundy #920038
RGB
CMYK
RGB Variations
Color information
#920038 (or 0x920038) is known color: Burgundy. HEX triplet: 92, 00 and 38. RGB value is (146,0,56). Sum of RGB (Red+Green+Blue) = 146+0+56=202 (26% of max value = 765). Red value is 146 (57.42% from 255 or 72.28% from 202); Green value is 0 (0.39% from 255 or 0% from 202); Blue value is 56 (22.27% from 255 or 27.72% from 202); Max value from RGB is 146 - color contains mainly: red. Hex color #920038 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #920038 is #6DFFC7. Grayscale: #313131. Windows color (decimal): -7208904 or 3670162. OLE color: 3670162.
HSL color Cylindrical-coordinate representation of color #920038: hue angle of 336.99º 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 #920038 is Cyan = 0, Magento = 1, Yellow = 0.62 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 0 | 56 | - |
| CMYK | 0 | 1 | 0.62 | 0.43 |
| HSL | 336.99º | 1% | 0.29% | - |
| HSV(B) | 336.99º | 1% | 0.57% | - |
| XYZ | 12.57 | 6.4 | 4.31 | - |
| YUV | 50.04 | 131.37 | 196.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 0 | 56 | 0 | 1 | 0.62 | 0.43 | 336.99 | 1 | 0.29 |
| Hex | 92 | 0 | 38 | 0 | 64 | 3E | 2B | 151 | 64 | 1D |
| Octal | 222 | 0 | 70 | 0 | 144 | 76 | 53 | 521 | 144 | 35 |
| Binary | 10010010 | 0 | 111000 | 0 | 1100100 | 111110 | 101011 | 101010001 | 1100100 | 11101 |
Color Harmonies of #920038
Complementary color
Monochromatic Colors of #920038
Black with #920038
Text Example
Text Example
White with #920038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920038; }
p { color: rgb(146,0,56); }
H1.HeaderClassName
{
color: #920038;
}
.AnyTagClassName
{
color: #920038;
}
</style>
background-color css
<style>
a { background-color: #920038; }
a { background-color: rgb(146,0,56); }
div.DivClassName
{
background-color: #920038;
}
.BgClassName
{
background-color: #920038;
}
</style>
border-color css
<style>
span { border-color: #920038; }
span { border-color: rgb(146,0,56); }
td.TdClassName
{
border-color: #920038;
}
.TagClassName
{
border-color: #920038;
}
</style>