Shades of Burgundy #7B051E
Tints of Burgundy #7B051E
RGB
CMYK
RGB Variations
Color information
#7B051E (or 0x7B051E) is known color: Burgundy. HEX triplet: 7B, 05 and 1E. RGB value is (123,5,30). Sum of RGB (Red+Green+Blue) = 123+5+30=158 (20% of max value = 765). Red value is 123 (48.44% from 255 or 77.85% from 158); Green value is 5 (2.34% from 255 or 3.16% from 158); Blue value is 30 (12.11% from 255 or 18.99% from 158); Max value from RGB is 123 - color contains mainly: red. Hex color #7B051E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B051E is #84FAE1. Grayscale: #2B2B2B. Windows color (decimal): -8714978 or 1967483. OLE color: 1967483.
HSL color Cylindrical-coordinate representation of color #7B051E: hue angle of 347.29º 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 #7B051E is Cyan = 0, Magento = 0.96, Yellow = 0.76 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 5 | 30 | - |
| CMYK | 0 | 0.96 | 0.76 | 0.52 |
| HSL | 347.29º | 0.92% | 0.25% | - |
| HSV(B) | 347.29º | 0.96% | 0.48% | - |
| XYZ | 8.46 | 4.41 | 1.63 | - |
| YUV | 43.13 | 120.59 | 184.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 5 | 30 | 0 | 0.96 | 0.76 | 0.52 | 347.29 | 0.92 | 0.25 |
| Hex | 7B | 5 | 1E | 0 | 60 | 4C | 34 | 15B | 5C | 19 |
| Octal | 173 | 5 | 36 | 0 | 140 | 114 | 64 | 533 | 134 | 31 |
| Binary | 1111011 | 101 | 11110 | 0 | 1100000 | 1001100 | 110100 | 101011011 | 1011100 | 11001 |
Color Harmonies of #7B051E
Complementary color
Monochromatic Colors of #7B051E
Black with #7B051E
Text Example
Text Example
White with #7B051E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B051E; }
p { color: rgb(123,5,30); }
H1.HeaderClassName
{
color: #7B051E;
}
.AnyTagClassName
{
color: #7B051E;
}
</style>
background-color css
<style>
a { background-color: #7B051E; }
a { background-color: rgb(123,5,30); }
div.DivClassName
{
background-color: #7B051E;
}
.BgClassName
{
background-color: #7B051E;
}
</style>
border-color css
<style>
span { border-color: #7B051E; }
span { border-color: rgb(123,5,30); }
td.TdClassName
{
border-color: #7B051E;
}
.TagClassName
{
border-color: #7B051E;
}
</style>