Shades of Burgundy #7B0C20
Tints of Burgundy #7B0C20
RGB
CMYK
RGB Variations
Color information
#7B0C20 (or 0x7B0C20) is known color: Burgundy. HEX triplet: 7B, 0C and 20. RGB value is (123,12,32). Sum of RGB (Red+Green+Blue) = 123+12+32=167 (22% of max value = 765). Red value is 123 (48.44% from 255 or 73.65% from 167); Green value is 12 (5.08% from 255 or 7.19% from 167); Blue value is 32 (12.89% from 255 or 19.16% from 167); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0C20 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B0C20 is #84F3DF. Grayscale: #2F2F2F. Windows color (decimal): -8713184 or 2100347. OLE color: 2100347.
HSL color Cylindrical-coordinate representation of color #7B0C20: hue angle of 349.19º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7B0C20 is Cyan = 0, Magento = 0.90, Yellow = 0.74 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 12 | 32 | - |
| CMYK | 0 | 0.90 | 0.74 | 0.52 |
| HSL | 349.19º | 0.82% | 0.26% | - |
| HSV(B) | 349.19º | 0.9% | 0.48% | - |
| XYZ | 8.56 | 4.58 | 1.8 | - |
| YUV | 47.47 | 119.27 | 181.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 12 | 32 | 0 | 0.90 | 0.74 | 0.52 | 349.19 | 0.82 | 0.26 |
| Hex | 7B | C | 20 | 0 | 5A | 4A | 34 | 15D | 52 | 1A |
| Octal | 173 | 14 | 40 | 0 | 132 | 112 | 64 | 535 | 122 | 32 |
| Binary | 1111011 | 1100 | 100000 | 0 | 1011010 | 1001010 | 110100 | 101011101 | 1010010 | 11010 |
Color Harmonies of #7B0C20
Complementary color
Monochromatic Colors of #7B0C20
Black with #7B0C20
Text Example
Text Example
White with #7B0C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B0C20; }
p { color: rgb(123,12,32); }
H1.HeaderClassName
{
color: #7B0C20;
}
.AnyTagClassName
{
color: #7B0C20;
}
</style>
background-color css
<style>
a { background-color: #7B0C20; }
a { background-color: rgb(123,12,32); }
div.DivClassName
{
background-color: #7B0C20;
}
.BgClassName
{
background-color: #7B0C20;
}
</style>
border-color css
<style>
span { border-color: #7B0C20; }
span { border-color: rgb(123,12,32); }
td.TdClassName
{
border-color: #7B0C20;
}
.TagClassName
{
border-color: #7B0C20;
}
</style>