Shades of Burgundy #920B32
Tints of Burgundy #920B32
RGB
CMYK
RGB Variations
Color information
#920B32 (or 0x920B32) is known color: Burgundy. HEX triplet: 92, 0B and 32. RGB value is (146,11,50). Sum of RGB (Red+Green+Blue) = 146+11+50=207 (27% of max value = 765). Red value is 146 (57.42% from 255 or 70.53% from 207); Green value is 11 (4.69% from 255 or 5.31% from 207); Blue value is 50 (19.92% from 255 or 24.15% from 207); Max value from RGB is 146 - color contains mainly: red. Hex color #920B32 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #920B32 is #6DF4CD. Grayscale: #373737. Windows color (decimal): -7206094 or 3279762. OLE color: 3279762.
HSL color Cylindrical-coordinate representation of color #920B32: hue angle of 342.67º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #920B32 is Cyan = 0, Magento = 0.92, Yellow = 0.66 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 11 | 50 | - |
| CMYK | 0 | 0.92 | 0.66 | 0.43 |
| HSL | 342.67º | 0.86% | 0.31% | - |
| HSV(B) | 342.67º | 0.92% | 0.57% | - |
| XYZ | 12.55 | 6.58 | 3.63 | - |
| YUV | 55.81 | 124.73 | 192.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 11 | 50 | 0 | 0.92 | 0.66 | 0.43 | 342.67 | 0.86 | 0.31 |
| Hex | 92 | B | 32 | 0 | 5C | 42 | 2B | 157 | 56 | 1F |
| Octal | 222 | 13 | 62 | 0 | 134 | 102 | 53 | 527 | 126 | 37 |
| Binary | 10010010 | 1011 | 110010 | 0 | 1011100 | 1000010 | 101011 | 101010111 | 1010110 | 11111 |
Color Harmonies of #920B32
Complementary color
Monochromatic Colors of #920B32
Black with #920B32
Text Example
Text Example
White with #920B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920B32; }
p { color: rgb(146,11,50); }
H1.HeaderClassName
{
color: #920B32;
}
.AnyTagClassName
{
color: #920B32;
}
</style>
background-color css
<style>
a { background-color: #920B32; }
a { background-color: rgb(146,11,50); }
div.DivClassName
{
background-color: #920B32;
}
.BgClassName
{
background-color: #920B32;
}
</style>
border-color css
<style>
span { border-color: #920B32; }
span { border-color: rgb(146,11,50); }
td.TdClassName
{
border-color: #920B32;
}
.TagClassName
{
border-color: #920B32;
}
</style>