Shades of Burgundy #7B052C
Tints of Burgundy #7B052C
RGB
CMYK
RGB Variations
Color information
#7B052C (or 0x7B052C) is known color: Burgundy. HEX triplet: 7B, 05 and 2C. RGB value is (123,5,44). Sum of RGB (Red+Green+Blue) = 123+5+44=172 (22% of max value = 765). Red value is 123 (48.44% from 255 or 71.51% from 172); Green value is 5 (2.34% from 255 or 2.91% from 172); Blue value is 44 (17.58% from 255 or 25.58% from 172); Max value from RGB is 123 - color contains mainly: red. Hex color #7B052C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B052C is #84FAD3. Grayscale: #2C2C2C. Windows color (decimal): -8714964 or 2884987. OLE color: 2884987.
HSL color Cylindrical-coordinate representation of color #7B052C: hue angle of 340.17º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7B052C is Cyan = 0, Magento = 0.96, Yellow = 0.64 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 5 | 44 | - |
| CMYK | 0 | 0.96 | 0.64 | 0.52 |
| HSL | 340.17º | 0.92% | 0.25% | - |
| HSV(B) | 340.17º | 0.96% | 0.48% | - |
| XYZ | 8.68 | 4.5 | 2.79 | - |
| YUV | 44.73 | 127.59 | 183.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 5 | 44 | 0 | 0.96 | 0.64 | 0.52 | 340.17 | 0.92 | 0.25 |
| Hex | 7B | 5 | 2C | 0 | 60 | 40 | 34 | 154 | 5C | 19 |
| Octal | 173 | 5 | 54 | 0 | 140 | 100 | 64 | 524 | 134 | 31 |
| Binary | 1111011 | 101 | 101100 | 0 | 1100000 | 1000000 | 110100 | 101010100 | 1011100 | 11001 |
Color Harmonies of #7B052C
Complementary color
Monochromatic Colors of #7B052C
Black with #7B052C
Text Example
Text Example
White with #7B052C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B052C; }
p { color: rgb(123,5,44); }
H1.HeaderClassName
{
color: #7B052C;
}
.AnyTagClassName
{
color: #7B052C;
}
</style>
background-color css
<style>
a { background-color: #7B052C; }
a { background-color: rgb(123,5,44); }
div.DivClassName
{
background-color: #7B052C;
}
.BgClassName
{
background-color: #7B052C;
}
</style>
border-color css
<style>
span { border-color: #7B052C; }
span { border-color: rgb(123,5,44); }
td.TdClassName
{
border-color: #7B052C;
}
.TagClassName
{
border-color: #7B052C;
}
</style>