Shades of Burgundy #7B081D
Tints of Burgundy #7B081D
RGB
CMYK
RGB Variations
Color information
#7B081D (or 0x7B081D) is known color: Burgundy. HEX triplet: 7B, 08 and 1D. RGB value is (123,8,29). Sum of RGB (Red+Green+Blue) = 123+8+29=160 (21% of max value = 765). Red value is 123 (48.44% from 255 or 76.88% from 160); Green value is 8 (3.52% from 255 or 5% from 160); Blue value is 29 (11.72% from 255 or 18.12% from 160); Max value from RGB is 123 - color contains mainly: red. Hex color #7B081D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B081D is #84F7E2. Grayscale: #2C2C2C. Windows color (decimal): -8714211 or 1902715. OLE color: 1902715.
HSL color Cylindrical-coordinate representation of color #7B081D: hue angle of 349.04º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7B081D is Cyan = 0, Magento = 0.93, Yellow = 0.76 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 8 | 29 | - |
| CMYK | 0 | 0.93 | 0.76 | 0.52 |
| HSL | 349.04º | 0.88% | 0.26% | - |
| HSV(B) | 349.04º | 0.93% | 0.48% | - |
| XYZ | 8.48 | 4.47 | 1.58 | - |
| YUV | 44.78 | 119.1 | 183.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 8 | 29 | 0 | 0.93 | 0.76 | 0.52 | 349.04 | 0.88 | 0.26 |
| Hex | 7B | 8 | 1D | 0 | 5D | 4C | 34 | 15D | 58 | 1A |
| Octal | 173 | 10 | 35 | 0 | 135 | 114 | 64 | 535 | 130 | 32 |
| Binary | 1111011 | 1000 | 11101 | 0 | 1011101 | 1001100 | 110100 | 101011101 | 1011000 | 11010 |
Color Harmonies of #7B081D
Complementary color
Monochromatic Colors of #7B081D
Black with #7B081D
Text Example
Text Example
White with #7B081D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B081D; }
p { color: rgb(123,8,29); }
H1.HeaderClassName
{
color: #7B081D;
}
.AnyTagClassName
{
color: #7B081D;
}
</style>
background-color css
<style>
a { background-color: #7B081D; }
a { background-color: rgb(123,8,29); }
div.DivClassName
{
background-color: #7B081D;
}
.BgClassName
{
background-color: #7B081D;
}
</style>
border-color css
<style>
span { border-color: #7B081D; }
span { border-color: rgb(123,8,29); }
td.TdClassName
{
border-color: #7B081D;
}
.TagClassName
{
border-color: #7B081D;
}
</style>