Shades of Burgundy #7B0B20
Tints of Burgundy #7B0B20
RGB
CMYK
RGB Variations
Color information
#7B0B20 (or 0x7B0B20) is known color: Burgundy. HEX triplet: 7B, 0B and 20. RGB value is (123,11,32). Sum of RGB (Red+Green+Blue) = 123+11+32=166 (21% of max value = 765). Red value is 123 (48.44% from 255 or 74.10% from 166); Green value is 11 (4.69% from 255 or 6.63% from 166); Blue value is 32 (12.89% from 255 or 19.28% from 166); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0B20 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B0B20 is #84F4DF. Grayscale: #2E2E2E. Windows color (decimal): -8713440 or 2100091. OLE color: 2100091.
HSL color Cylindrical-coordinate representation of color #7B0B20: hue angle of 348.75º degrees, saturation: 0.84, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7B0B20 is Cyan = 0, Magento = 0.91, Yellow = 0.74 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 11 | 32 | - |
| CMYK | 0 | 0.91 | 0.74 | 0.52 |
| HSL | 348.75º | 0.84% | 0.26% | - |
| HSV(B) | 348.75º | 0.91% | 0.48% | - |
| XYZ | 8.55 | 4.55 | 1.8 | - |
| YUV | 46.88 | 119.61 | 182.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 11 | 32 | 0 | 0.91 | 0.74 | 0.52 | 348.75 | 0.84 | 0.26 |
| Hex | 7B | B | 20 | 0 | 5B | 4A | 34 | 15D | 54 | 1A |
| Octal | 173 | 13 | 40 | 0 | 133 | 112 | 64 | 535 | 124 | 32 |
| Binary | 1111011 | 1011 | 100000 | 0 | 1011011 | 1001010 | 110100 | 101011101 | 1010100 | 11010 |
Color Harmonies of #7B0B20
Complementary color
Monochromatic Colors of #7B0B20
Black with #7B0B20
Text Example
Text Example
White with #7B0B20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B0B20; }
p { color: rgb(123,11,32); }
H1.HeaderClassName
{
color: #7B0B20;
}
.AnyTagClassName
{
color: #7B0B20;
}
</style>
background-color css
<style>
a { background-color: #7B0B20; }
a { background-color: rgb(123,11,32); }
div.DivClassName
{
background-color: #7B0B20;
}
.BgClassName
{
background-color: #7B0B20;
}
</style>
border-color css
<style>
span { border-color: #7B0B20; }
span { border-color: rgb(123,11,32); }
td.TdClassName
{
border-color: #7B0B20;
}
.TagClassName
{
border-color: #7B0B20;
}
</style>