Shades of Burgundy #92062D
Tints of Burgundy #92062D
RGB
CMYK
RGB Variations
Color information
#92062D (or 0x92062D) is known color: Burgundy. HEX triplet: 92, 06 and 2D. RGB value is (146,6,45). Sum of RGB (Red+Green+Blue) = 146+6+45=197 (26% of max value = 765). Red value is 146 (57.42% from 255 or 74.11% from 197); Green value is 6 (2.73% from 255 or 3.05% from 197); Blue value is 45 (17.97% from 255 or 22.84% from 197); Max value from RGB is 146 - color contains mainly: red. Hex color #92062D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #92062D is #6DF9D2. Grayscale: #343434. Windows color (decimal): -7207379 or 2950802. OLE color: 2950802.
HSL color Cylindrical-coordinate representation of color #92062D: hue angle of 343.29º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #92062D is Cyan = 0, Magento = 0.96, Yellow = 0.69 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 6 | 45 | - |
| CMYK | 0 | 0.96 | 0.69 | 0.43 |
| HSL | 343.29º | 0.92% | 0.3% | - |
| HSV(B) | 343.29º | 0.96% | 0.57% | - |
| XYZ | 12.39 | 6.43 | 3.07 | - |
| YUV | 52.31 | 123.88 | 194.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 6 | 45 | 0 | 0.96 | 0.69 | 0.43 | 343.29 | 0.92 | 0.3 |
| Hex | 92 | 6 | 2D | 0 | 60 | 45 | 2B | 157 | 5C | 1E |
| Octal | 222 | 6 | 55 | 0 | 140 | 105 | 53 | 527 | 134 | 36 |
| Binary | 10010010 | 110 | 101101 | 0 | 1100000 | 1000101 | 101011 | 101010111 | 1011100 | 11110 |
Color Harmonies of #92062D
Complementary color
Monochromatic Colors of #92062D
Black with #92062D
Text Example
Text Example
White with #92062D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92062D; }
p { color: rgb(146,6,45); }
H1.HeaderClassName
{
color: #92062D;
}
.AnyTagClassName
{
color: #92062D;
}
</style>
background-color css
<style>
a { background-color: #92062D; }
a { background-color: rgb(146,6,45); }
div.DivClassName
{
background-color: #92062D;
}
.BgClassName
{
background-color: #92062D;
}
</style>
border-color css
<style>
span { border-color: #92062D; }
span { border-color: rgb(146,6,45); }
td.TdClassName
{
border-color: #92062D;
}
.TagClassName
{
border-color: #92062D;
}
</style>