Shades of Burgundy #92052B
Tints of Burgundy #92052B
RGB
CMYK
RGB Variations
Color information
#92052B (or 0x92052B) is known color: Burgundy. HEX triplet: 92, 05 and 2B. RGB value is (146,5,43). Sum of RGB (Red+Green+Blue) = 146+5+43=194 (25% of max value = 765). Red value is 146 (57.42% from 255 or 75.26% from 194); Green value is 5 (2.34% from 255 or 2.58% from 194); Blue value is 43 (17.19% from 255 or 22.16% from 194); Max value from RGB is 146 - color contains mainly: red. Hex color #92052B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #92052B is #6DFAD4. Grayscale: #333333. Windows color (decimal): -7207637 or 2819474. OLE color: 2819474.
HSL color Cylindrical-coordinate representation of color #92052B: hue angle of 343.83º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #92052B is Cyan = 0, Magento = 0.97, Yellow = 0.71 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 5 | 43 | - |
| CMYK | 0 | 0.97 | 0.71 | 0.43 |
| HSL | 343.83º | 0.93% | 0.3% | - |
| HSV(B) | 343.83º | 0.97% | 0.57% | - |
| XYZ | 12.34 | 6.39 | 2.87 | - |
| YUV | 51.49 | 123.21 | 195.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 5 | 43 | 0 | 0.97 | 0.71 | 0.43 | 343.83 | 0.93 | 0.3 |
| Hex | 92 | 5 | 2B | 0 | 61 | 47 | 2B | 158 | 5D | 1E |
| Octal | 222 | 5 | 53 | 0 | 141 | 107 | 53 | 530 | 135 | 36 |
| Binary | 10010010 | 101 | 101011 | 0 | 1100001 | 1000111 | 101011 | 101011000 | 1011101 | 11110 |
Color Harmonies of #92052B
Complementary color
Monochromatic Colors of #92052B
Black with #92052B
Text Example
Text Example
White with #92052B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92052B; }
p { color: rgb(146,5,43); }
H1.HeaderClassName
{
color: #92052B;
}
.AnyTagClassName
{
color: #92052B;
}
</style>
background-color css
<style>
a { background-color: #92052B; }
a { background-color: rgb(146,5,43); }
div.DivClassName
{
background-color: #92052B;
}
.BgClassName
{
background-color: #92052B;
}
</style>
border-color css
<style>
span { border-color: #92052B; }
span { border-color: rgb(146,5,43); }
td.TdClassName
{
border-color: #92052B;
}
.TagClassName
{
border-color: #92052B;
}
</style>