Shades of Burgundy #92062F
Tints of Burgundy #92062F
RGB
CMYK
RGB Variations
Color information
#92062F (or 0x92062F) is known color: Burgundy. HEX triplet: 92, 06 and 2F. RGB value is (146,6,47). Sum of RGB (Red+Green+Blue) = 146+6+47=199 (26% of max value = 765). Red value is 146 (57.42% from 255 or 73.37% from 199); Green value is 6 (2.73% from 255 or 3.02% from 199); Blue value is 47 (18.75% from 255 or 23.62% from 199); Max value from RGB is 146 - color contains mainly: red. Hex color #92062F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #92062F is #6DF9D0. Grayscale: #343434. Windows color (decimal): -7207377 or 3081874. OLE color: 3081874.
HSL color Cylindrical-coordinate representation of color #92062F: hue angle of 342.43º 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 #92062F is Cyan = 0, Magento = 0.96, Yellow = 0.68 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 6 | 47 | - |
| CMYK | 0 | 0.96 | 0.68 | 0.43 |
| HSL | 342.43º | 0.92% | 0.3% | - |
| HSV(B) | 342.43º | 0.96% | 0.57% | - |
| XYZ | 12.43 | 6.45 | 3.28 | - |
| YUV | 52.53 | 124.88 | 194.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 6 | 47 | 0 | 0.96 | 0.68 | 0.43 | 342.43 | 0.92 | 0.3 |
| Hex | 92 | 6 | 2F | 0 | 60 | 44 | 2B | 156 | 5C | 1E |
| Octal | 222 | 6 | 57 | 0 | 140 | 104 | 53 | 526 | 134 | 36 |
| Binary | 10010010 | 110 | 101111 | 0 | 1100000 | 1000100 | 101011 | 101010110 | 1011100 | 11110 |
Color Harmonies of #92062F
Complementary color
Monochromatic Colors of #92062F
Black with #92062F
Text Example
Text Example
White with #92062F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92062F; }
p { color: rgb(146,6,47); }
H1.HeaderClassName
{
color: #92062F;
}
.AnyTagClassName
{
color: #92062F;
}
</style>
background-color css
<style>
a { background-color: #92062F; }
a { background-color: rgb(146,6,47); }
div.DivClassName
{
background-color: #92062F;
}
.BgClassName
{
background-color: #92062F;
}
</style>
border-color css
<style>
span { border-color: #92062F; }
span { border-color: rgb(146,6,47); }
td.TdClassName
{
border-color: #92062F;
}
.TagClassName
{
border-color: #92062F;
}
</style>