Shades of Burgundy #92052F
Tints of Burgundy #92052F
RGB
CMYK
RGB Variations
Color information
#92052F (or 0x92052F) is known color: Burgundy. HEX triplet: 92, 05 and 2F. RGB value is (146,5,47). Sum of RGB (Red+Green+Blue) = 146+5+47=198 (26% of max value = 765). Red value is 146 (57.42% from 255 or 73.74% from 198); Green value is 5 (2.34% from 255 or 2.53% from 198); Blue value is 47 (18.75% from 255 or 23.74% from 198); Max value from RGB is 146 - color contains mainly: red. Hex color #92052F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #92052F is #6DFAD0. Grayscale: #333333. Windows color (decimal): -7207633 or 3081618. OLE color: 3081618.
HSL color Cylindrical-coordinate representation of color #92052F: hue angle of 342.13º 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 #92052F is Cyan = 0, Magento = 0.97, Yellow = 0.68 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 5 | 47 | - |
| CMYK | 0 | 0.97 | 0.68 | 0.43 |
| HSL | 342.13º | 0.93% | 0.3% | - |
| HSV(B) | 342.13º | 0.97% | 0.57% | - |
| XYZ | 12.42 | 6.42 | 3.27 | - |
| YUV | 51.95 | 125.21 | 195.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 5 | 47 | 0 | 0.97 | 0.68 | 0.43 | 342.13 | 0.93 | 0.3 |
| Hex | 92 | 5 | 2F | 0 | 61 | 44 | 2B | 156 | 5D | 1E |
| Octal | 222 | 5 | 57 | 0 | 141 | 104 | 53 | 526 | 135 | 36 |
| Binary | 10010010 | 101 | 101111 | 0 | 1100001 | 1000100 | 101011 | 101010110 | 1011101 | 11110 |
Color Harmonies of #92052F
Complementary color
Monochromatic Colors of #92052F
Black with #92052F
Text Example
Text Example
White with #92052F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92052F; }
p { color: rgb(146,5,47); }
H1.HeaderClassName
{
color: #92052F;
}
.AnyTagClassName
{
color: #92052F;
}
</style>
background-color css
<style>
a { background-color: #92052F; }
a { background-color: rgb(146,5,47); }
div.DivClassName
{
background-color: #92052F;
}
.BgClassName
{
background-color: #92052F;
}
</style>
border-color css
<style>
span { border-color: #92052F; }
span { border-color: rgb(146,5,47); }
td.TdClassName
{
border-color: #92052F;
}
.TagClassName
{
border-color: #92052F;
}
</style>