Shades of Burgundy #7B042D
Tints of Burgundy #7B042D
RGB
CMYK
RGB Variations
Color information
#7B042D (or 0x7B042D) is known color: Burgundy. HEX triplet: 7B, 04 and 2D. RGB value is (123,4,45). Sum of RGB (Red+Green+Blue) = 123+4+45=172 (22% of max value = 765). Red value is 123 (48.44% from 255 or 71.51% from 172); Green value is 4 (1.95% from 255 or 2.33% from 172); Blue value is 45 (17.97% from 255 or 26.16% from 172); Max value from RGB is 123 - color contains mainly: red. Hex color #7B042D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B042D is #84FBD2. Grayscale: #2C2C2C. Windows color (decimal): -8715219 or 2950267. OLE color: 2950267.
HSL color Cylindrical-coordinate representation of color #7B042D: hue angle of 339.33º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7B042D is Cyan = 0, Magento = 0.97, Yellow = 0.63 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 4 | 45 | - |
| CMYK | 0 | 0.97 | 0.63 | 0.52 |
| HSL | 339.33º | 0.94% | 0.25% | - |
| HSV(B) | 339.33º | 0.97% | 0.48% | - |
| XYZ | 8.69 | 4.49 | 2.89 | - |
| YUV | 44.26 | 128.42 | 184.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 4 | 45 | 0 | 0.97 | 0.63 | 0.52 | 339.33 | 0.94 | 0.25 |
| Hex | 7B | 4 | 2D | 0 | 61 | 3F | 34 | 153 | 5E | 19 |
| Octal | 173 | 4 | 55 | 0 | 141 | 77 | 64 | 523 | 136 | 31 |
| Binary | 1111011 | 100 | 101101 | 0 | 1100001 | 111111 | 110100 | 101010011 | 1011110 | 11001 |
Color Harmonies of #7B042D
Complementary color
Monochromatic Colors of #7B042D
Black with #7B042D
Text Example
Text Example
White with #7B042D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B042D; }
p { color: rgb(123,4,45); }
H1.HeaderClassName
{
color: #7B042D;
}
.AnyTagClassName
{
color: #7B042D;
}
</style>
background-color css
<style>
a { background-color: #7B042D; }
a { background-color: rgb(123,4,45); }
div.DivClassName
{
background-color: #7B042D;
}
.BgClassName
{
background-color: #7B042D;
}
</style>
border-color css
<style>
span { border-color: #7B042D; }
span { border-color: rgb(123,4,45); }
td.TdClassName
{
border-color: #7B042D;
}
.TagClassName
{
border-color: #7B042D;
}
</style>