Shades of Burgundy #920632
Tints of Burgundy #920632
RGB
CMYK
RGB Variations
Color information
#920632 (or 0x920632) is known color: Burgundy. HEX triplet: 92, 06 and 32. RGB value is (146,6,50). Sum of RGB (Red+Green+Blue) = 146+6+50=202 (26% of max value = 765). Red value is 146 (57.42% from 255 or 72.28% from 202); Green value is 6 (2.73% from 255 or 2.97% from 202); Blue value is 50 (19.92% from 255 or 24.75% from 202); Max value from RGB is 146 - color contains mainly: red. Hex color #920632 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #920632 is #6DF9CD. Grayscale: #343434. Windows color (decimal): -7207374 or 3278482. OLE color: 3278482.
HSL color Cylindrical-coordinate representation of color #920632: hue angle of 341.14º 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 #920632 is Cyan = 0, Magento = 0.96, Yellow = 0.66 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 6 | 50 | - |
| CMYK | 0 | 0.96 | 0.66 | 0.43 |
| HSL | 341.14º | 0.92% | 0.3% | - |
| HSV(B) | 341.14º | 0.96% | 0.57% | - |
| XYZ | 12.49 | 6.47 | 3.61 | - |
| YUV | 52.88 | 126.38 | 194.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 6 | 50 | 0 | 0.96 | 0.66 | 0.43 | 341.14 | 0.92 | 0.3 |
| Hex | 92 | 6 | 32 | 0 | 60 | 42 | 2B | 155 | 5C | 1E |
| Octal | 222 | 6 | 62 | 0 | 140 | 102 | 53 | 525 | 134 | 36 |
| Binary | 10010010 | 110 | 110010 | 0 | 1100000 | 1000010 | 101011 | 101010101 | 1011100 | 11110 |
Color Harmonies of #920632
Complementary color
Monochromatic Colors of #920632
Black with #920632
Text Example
Text Example
White with #920632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920632; }
p { color: rgb(146,6,50); }
H1.HeaderClassName
{
color: #920632;
}
.AnyTagClassName
{
color: #920632;
}
</style>
background-color css
<style>
a { background-color: #920632; }
a { background-color: rgb(146,6,50); }
div.DivClassName
{
background-color: #920632;
}
.BgClassName
{
background-color: #920632;
}
</style>
border-color css
<style>
span { border-color: #920632; }
span { border-color: rgb(146,6,50); }
td.TdClassName
{
border-color: #920632;
}
.TagClassName
{
border-color: #920632;
}
</style>