Shades of Burgundy #92073E
Tints of Burgundy #92073E
RGB
CMYK
RGB Variations
Color information
#92073E (or 0x92073E) is known color: Burgundy. HEX triplet: 92, 07 and 3E. RGB value is (146,7,62). Sum of RGB (Red+Green+Blue) = 146+7+62=215 (28% of max value = 765). Red value is 146 (57.42% from 255 or 67.91% from 215); Green value is 7 (3.12% from 255 or 3.26% from 215); Blue value is 62 (24.61% from 255 or 28.84% from 215); Max value from RGB is 146 - color contains mainly: red. Hex color #92073E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #92073E is #6DF8C1. Grayscale: #363636. Windows color (decimal): -7207106 or 4065170. OLE color: 4065170.
HSL color Cylindrical-coordinate representation of color #92073E: hue angle of 336.26º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #92073E is Cyan = 0, Magento = 0.95, Yellow = 0.58 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 7 | 62 | - |
| CMYK | 0 | 0.95 | 0.58 | 0.43 |
| HSL | 336.26º | 0.91% | 0.3% | - |
| HSV(B) | 336.26º | 0.95% | 0.57% | - |
| XYZ | 12.8 | 6.61 | 5.16 | - |
| YUV | 54.83 | 132.05 | 193.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 7 | 62 | 0 | 0.95 | 0.58 | 0.43 | 336.26 | 0.91 | 0.3 |
| Hex | 92 | 7 | 3E | 0 | 5F | 3A | 2B | 150 | 5B | 1E |
| Octal | 222 | 7 | 76 | 0 | 137 | 72 | 53 | 520 | 133 | 36 |
| Binary | 10010010 | 111 | 111110 | 0 | 1011111 | 111010 | 101011 | 101010000 | 1011011 | 11110 |
Color Harmonies of #92073E
Complementary color
Monochromatic Colors of #92073E
Black with #92073E
Text Example
Text Example
White with #92073E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92073E; }
p { color: rgb(146,7,62); }
H1.HeaderClassName
{
color: #92073E;
}
.AnyTagClassName
{
color: #92073E;
}
</style>
background-color css
<style>
a { background-color: #92073E; }
a { background-color: rgb(146,7,62); }
div.DivClassName
{
background-color: #92073E;
}
.BgClassName
{
background-color: #92073E;
}
</style>
border-color css
<style>
span { border-color: #92073E; }
span { border-color: rgb(146,7,62); }
td.TdClassName
{
border-color: #92073E;
}
.TagClassName
{
border-color: #92073E;
}
</style>