Shades of Burgundy #920B36
Tints of Burgundy #920B36
RGB
CMYK
RGB Variations
Color information
#920B36 (or 0x920B36) is known color: Burgundy. HEX triplet: 92, 0B and 36. RGB value is (146,11,54). Sum of RGB (Red+Green+Blue) = 146+11+54=211 (27% of max value = 765). Red value is 146 (57.42% from 255 or 69.19% from 211); Green value is 11 (4.69% from 255 or 5.21% from 211); Blue value is 54 (21.48% from 255 or 25.59% from 211); Max value from RGB is 146 - color contains mainly: red. Hex color #920B36 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #920B36 is #6DF4C9. Grayscale: #383838. Windows color (decimal): -7206090 or 3541906. OLE color: 3541906.
HSL color Cylindrical-coordinate representation of color #920B36: hue angle of 340.89º 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 #920B36 is Cyan = 0, Magento = 0.92, Yellow = 0.63 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 11 | 54 | - |
| CMYK | 0 | 0.92 | 0.63 | 0.43 |
| HSL | 340.89º | 0.86% | 0.31% | - |
| HSV(B) | 340.89º | 0.92% | 0.57% | - |
| XYZ | 12.64 | 6.62 | 4.1 | - |
| YUV | 56.27 | 126.73 | 192 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 11 | 54 | 0 | 0.92 | 0.63 | 0.43 | 340.89 | 0.86 | 0.31 |
| Hex | 92 | B | 36 | 0 | 5C | 3F | 2B | 155 | 56 | 1F |
| Octal | 222 | 13 | 66 | 0 | 134 | 77 | 53 | 525 | 126 | 37 |
| Binary | 10010010 | 1011 | 110110 | 0 | 1011100 | 111111 | 101011 | 101010101 | 1010110 | 11111 |
Color Harmonies of #920B36
Complementary color
Monochromatic Colors of #920B36
Black with #920B36
Text Example
Text Example
White with #920B36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920B36; }
p { color: rgb(146,11,54); }
H1.HeaderClassName
{
color: #920B36;
}
.AnyTagClassName
{
color: #920B36;
}
</style>
background-color css
<style>
a { background-color: #920B36; }
a { background-color: rgb(146,11,54); }
div.DivClassName
{
background-color: #920B36;
}
.BgClassName
{
background-color: #920B36;
}
</style>
border-color css
<style>
span { border-color: #920B36; }
span { border-color: rgb(146,11,54); }
td.TdClassName
{
border-color: #920B36;
}
.TagClassName
{
border-color: #920B36;
}
</style>