Shades of Burgundy #92092C
Tints of Burgundy #92092C
RGB
CMYK
RGB Variations
Color information
#92092C (or 0x92092C) is known color: Burgundy. HEX triplet: 92, 09 and 2C. RGB value is (146,9,44). Sum of RGB (Red+Green+Blue) = 146+9+44=199 (26% of max value = 765). Red value is 146 (57.42% from 255 or 73.37% from 199); Green value is 9 (3.91% from 255 or 4.52% from 199); Blue value is 44 (17.58% from 255 or 22.11% from 199); Max value from RGB is 146 - color contains mainly: red. Hex color #92092C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #92092C is #6DF6D3. Grayscale: #353535. Windows color (decimal): -7206612 or 2886034. OLE color: 2886034.
HSL color Cylindrical-coordinate representation of color #92092C: hue angle of 344.67º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #92092C is Cyan = 0, Magento = 0.94, Yellow = 0.70 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 9 | 44 | - |
| CMYK | 0 | 0.94 | 0.70 | 0.43 |
| HSL | 344.67º | 0.88% | 0.3% | - |
| HSV(B) | 344.67º | 0.94% | 0.57% | - |
| XYZ | 12.41 | 6.49 | 2.98 | - |
| YUV | 53.95 | 122.39 | 193.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 9 | 44 | 0 | 0.94 | 0.70 | 0.43 | 344.67 | 0.88 | 0.3 |
| Hex | 92 | 9 | 2C | 0 | 5E | 46 | 2B | 159 | 58 | 1E |
| Octal | 222 | 11 | 54 | 0 | 136 | 106 | 53 | 531 | 130 | 36 |
| Binary | 10010010 | 1001 | 101100 | 0 | 1011110 | 1000110 | 101011 | 101011001 | 1011000 | 11110 |
Color Harmonies of #92092C
Complementary color
Monochromatic Colors of #92092C
Black with #92092C
Text Example
Text Example
White with #92092C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92092C; }
p { color: rgb(146,9,44); }
H1.HeaderClassName
{
color: #92092C;
}
.AnyTagClassName
{
color: #92092C;
}
</style>
background-color css
<style>
a { background-color: #92092C; }
a { background-color: rgb(146,9,44); }
div.DivClassName
{
background-color: #92092C;
}
.BgClassName
{
background-color: #92092C;
}
</style>
border-color css
<style>
span { border-color: #92092C; }
span { border-color: rgb(146,9,44); }
td.TdClassName
{
border-color: #92092C;
}
.TagClassName
{
border-color: #92092C;
}
</style>