Shades of Burgundy #7B061E
Tints of Burgundy #7B061E
RGB
CMYK
RGB Variations
Color information
#7B061E (or 0x7B061E) is known color: Burgundy. HEX triplet: 7B, 06 and 1E. RGB value is (123,6,30). Sum of RGB (Red+Green+Blue) = 123+6+30=159 (21% of max value = 765). Red value is 123 (48.44% from 255 or 77.36% from 159); Green value is 6 (2.73% from 255 or 3.77% from 159); Blue value is 30 (12.11% from 255 or 18.87% from 159); Max value from RGB is 123 - color contains mainly: red. Hex color #7B061E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B061E is #84F9E1. Grayscale: #2B2B2B. Windows color (decimal): -8714722 or 1967739. OLE color: 1967739.
HSL color Cylindrical-coordinate representation of color #7B061E: hue angle of 347.69º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7B061E is Cyan = 0, Magento = 0.95, Yellow = 0.76 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 6 | 30 | - |
| CMYK | 0 | 0.95 | 0.76 | 0.52 |
| HSL | 347.69º | 0.91% | 0.25% | - |
| HSV(B) | 347.69º | 0.95% | 0.48% | - |
| XYZ | 8.47 | 4.43 | 1.64 | - |
| YUV | 43.72 | 120.26 | 184.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 6 | 30 | 0 | 0.95 | 0.76 | 0.52 | 347.69 | 0.91 | 0.25 |
| Hex | 7B | 6 | 1E | 0 | 5F | 4C | 34 | 15C | 5B | 19 |
| Octal | 173 | 6 | 36 | 0 | 137 | 114 | 64 | 534 | 133 | 31 |
| Binary | 1111011 | 110 | 11110 | 0 | 1011111 | 1001100 | 110100 | 101011100 | 1011011 | 11001 |
Color Harmonies of #7B061E
Complementary color
Monochromatic Colors of #7B061E
Black with #7B061E
Text Example
Text Example
White with #7B061E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B061E; }
p { color: rgb(123,6,30); }
H1.HeaderClassName
{
color: #7B061E;
}
.AnyTagClassName
{
color: #7B061E;
}
</style>
background-color css
<style>
a { background-color: #7B061E; }
a { background-color: rgb(123,6,30); }
div.DivClassName
{
background-color: #7B061E;
}
.BgClassName
{
background-color: #7B061E;
}
</style>
border-color css
<style>
span { border-color: #7B061E; }
span { border-color: rgb(123,6,30); }
td.TdClassName
{
border-color: #7B061E;
}
.TagClassName
{
border-color: #7B061E;
}
</style>