Shades of Burgundy #7B0329
Tints of Burgundy #7B0329
RGB
CMYK
RGB Variations
Color information
#7B0329 (or 0x7B0329) is known color: Burgundy. HEX triplet: 7B, 03 and 29. RGB value is (123,3,41). Sum of RGB (Red+Green+Blue) = 123+3+41=167 (22% of max value = 765). Red value is 123 (48.44% from 255 or 73.65% from 167); Green value is 3 (1.56% from 255 or 1.80% from 167); Blue value is 41 (16.41% from 255 or 24.55% from 167); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0329 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B0329 is #84FCD6. Grayscale: #2B2B2B. Windows color (decimal): -8715479 or 2687867. OLE color: 2687867.
HSL color Cylindrical-coordinate representation of color #7B0329: hue angle of 341º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7B0329 is Cyan = 0, Magento = 0.98, Yellow = 0.67 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 3 | 41 | - |
| CMYK | 0 | 0.98 | 0.67 | 0.52 |
| HSL | 341º | 0.95% | 0.25% | - |
| HSV(B) | 341º | 0.98% | 0.48% | - |
| XYZ | 8.6 | 4.44 | 2.5 | - |
| YUV | 43.21 | 126.76 | 184.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 3 | 41 | 0 | 0.98 | 0.67 | 0.52 | 341 | 0.95 | 0.25 |
| Hex | 7B | 3 | 29 | 0 | 62 | 43 | 34 | 155 | 5F | 19 |
| Octal | 173 | 3 | 51 | 0 | 142 | 103 | 64 | 525 | 137 | 31 |
| Binary | 1111011 | 11 | 101001 | 0 | 1100010 | 1000011 | 110100 | 101010101 | 1011111 | 11001 |
Color Harmonies of #7B0329
Complementary color
Monochromatic Colors of #7B0329
Black with #7B0329
Text Example
Text Example
White with #7B0329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B0329; }
p { color: rgb(123,3,41); }
H1.HeaderClassName
{
color: #7B0329;
}
.AnyTagClassName
{
color: #7B0329;
}
</style>
background-color css
<style>
a { background-color: #7B0329; }
a { background-color: rgb(123,3,41); }
div.DivClassName
{
background-color: #7B0329;
}
.BgClassName
{
background-color: #7B0329;
}
</style>
border-color css
<style>
span { border-color: #7B0329; }
span { border-color: rgb(123,3,41); }
td.TdClassName
{
border-color: #7B0329;
}
.TagClassName
{
border-color: #7B0329;
}
</style>