Shades of Burgundy #7B071D
Tints of Burgundy #7B071D
RGB
CMYK
RGB Variations
Color information
#7B071D (or 0x7B071D) is known color: Burgundy. HEX triplet: 7B, 07 and 1D. RGB value is (123,7,29). Sum of RGB (Red+Green+Blue) = 123+7+29=159 (21% of max value = 765). Red value is 123 (48.44% from 255 or 77.36% from 159); Green value is 7 (3.12% from 255 or 4.40% from 159); Blue value is 29 (11.72% from 255 or 18.24% from 159); Max value from RGB is 123 - color contains mainly: red. Hex color #7B071D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B071D is #84F8E2. Grayscale: #2C2C2C. Windows color (decimal): -8714467 or 1902459. OLE color: 1902459.
HSL color Cylindrical-coordinate representation of color #7B071D: hue angle of 348.62º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7B071D is Cyan = 0, Magento = 0.94, Yellow = 0.76 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 7 | 29 | - |
| CMYK | 0 | 0.94 | 0.76 | 0.52 |
| HSL | 348.62º | 0.89% | 0.25% | - |
| HSV(B) | 348.62º | 0.94% | 0.48% | - |
| XYZ | 8.47 | 4.45 | 1.58 | - |
| YUV | 44.19 | 119.43 | 184.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 7 | 29 | 0 | 0.94 | 0.76 | 0.52 | 348.62 | 0.89 | 0.25 |
| Hex | 7B | 7 | 1D | 0 | 5E | 4C | 34 | 15D | 59 | 19 |
| Octal | 173 | 7 | 35 | 0 | 136 | 114 | 64 | 535 | 131 | 31 |
| Binary | 1111011 | 111 | 11101 | 0 | 1011110 | 1001100 | 110100 | 101011101 | 1011001 | 11001 |
Color Harmonies of #7B071D
Complementary color
Monochromatic Colors of #7B071D
Black with #7B071D
Text Example
Text Example
White with #7B071D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B071D; }
p { color: rgb(123,7,29); }
H1.HeaderClassName
{
color: #7B071D;
}
.AnyTagClassName
{
color: #7B071D;
}
</style>
background-color css
<style>
a { background-color: #7B071D; }
a { background-color: rgb(123,7,29); }
div.DivClassName
{
background-color: #7B071D;
}
.BgClassName
{
background-color: #7B071D;
}
</style>
border-color css
<style>
span { border-color: #7B071D; }
span { border-color: rgb(123,7,29); }
td.TdClassName
{
border-color: #7B071D;
}
.TagClassName
{
border-color: #7B071D;
}
</style>