Shades of Burgundy #92022B
Tints of Burgundy #92022B
RGB
CMYK
RGB Variations
Color information
#92022B (or 0x92022B) is known color: Burgundy. HEX triplet: 92, 02 and 2B. RGB value is (146,2,43). Sum of RGB (Red+Green+Blue) = 146+2+43=191 (25% of max value = 765). Red value is 146 (57.42% from 255 or 76.44% from 191); Green value is 2 (1.17% from 255 or 1.05% from 191); Blue value is 43 (17.19% from 255 or 22.51% from 191); Max value from RGB is 146 - color contains mainly: red. Hex color #92022B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #92022B is #6DFDD4. Grayscale: #313131. Windows color (decimal): -7208405 or 2818706. OLE color: 2818706.
HSL color Cylindrical-coordinate representation of color #92022B: hue angle of 342.92º degrees, saturation: 0.97, 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 #92022B is Cyan = 0, Magento = 0.99, Yellow = 0.71 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 2 | 43 | - |
| CMYK | 0 | 0.99 | 0.71 | 0.43 |
| HSL | 342.92º | 0.97% | 0.29% | - |
| HSV(B) | 342.92º | 0.99% | 0.57% | - |
| XYZ | 12.31 | 6.33 | 2.86 | - |
| YUV | 49.73 | 124.21 | 196.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 2 | 43 | 0 | 0.99 | 0.71 | 0.43 | 342.92 | 0.97 | 0.29 |
| Hex | 92 | 2 | 2B | 0 | 63 | 47 | 2B | 157 | 61 | 1D |
| Octal | 222 | 2 | 53 | 0 | 143 | 107 | 53 | 527 | 141 | 35 |
| Binary | 10010010 | 10 | 101011 | 0 | 1100011 | 1000111 | 101011 | 101010111 | 1100001 | 11101 |
Color Harmonies of #92022B
Complementary color
Monochromatic Colors of #92022B
Black with #92022B
Text Example
Text Example
White with #92022B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92022B; }
p { color: rgb(146,2,43); }
H1.HeaderClassName
{
color: #92022B;
}
.AnyTagClassName
{
color: #92022B;
}
</style>
background-color css
<style>
a { background-color: #92022B; }
a { background-color: rgb(146,2,43); }
div.DivClassName
{
background-color: #92022B;
}
.BgClassName
{
background-color: #92022B;
}
</style>
border-color css
<style>
span { border-color: #92022B; }
span { border-color: rgb(146,2,43); }
td.TdClassName
{
border-color: #92022B;
}
.TagClassName
{
border-color: #92022B;
}
</style>