Shades of Burgundy #7B1029
Tints of Burgundy #7B1029
RGB
CMYK
RGB Variations
Color information
#7B1029 (or 0x7B1029) is known color: Burgundy. HEX triplet: 7B, 10 and 29. RGB value is (123,16,41). Sum of RGB (Red+Green+Blue) = 123+16+41=180 (23% of max value = 765). Red value is 123 (48.44% from 255 or 68.33% from 180); Green value is 16 (6.64% from 255 or 8.89% from 180); Blue value is 41 (16.41% from 255 or 22.78% from 180); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1029 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B1029 is #84EFD6. Grayscale: #323232. Windows color (decimal): -8712151 or 2691195. OLE color: 2691195.
HSL color Cylindrical-coordinate representation of color #7B1029: hue angle of 345.98º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7B1029 is Cyan = 0, Magento = 0.87, Yellow = 0.67 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 16 | 41 | - |
| CMYK | 0 | 0.87 | 0.67 | 0.52 |
| HSL | 345.98º | 0.77% | 0.27% | - |
| HSV(B) | 345.98º | 0.87% | 0.48% | - |
| XYZ | 8.75 | 4.74 | 2.55 | - |
| YUV | 50.84 | 122.45 | 179.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 16 | 41 | 0 | 0.87 | 0.67 | 0.52 | 345.98 | 0.77 | 0.27 |
| Hex | 7B | 10 | 29 | 0 | 57 | 43 | 34 | 15A | 4D | 1B |
| Octal | 173 | 20 | 51 | 0 | 127 | 103 | 64 | 532 | 115 | 33 |
| Binary | 1111011 | 10000 | 101001 | 0 | 1010111 | 1000011 | 110100 | 101011010 | 1001101 | 11011 |
Color Harmonies of #7B1029
Complementary color
Monochromatic Colors of #7B1029
Black with #7B1029
Text Example
Text Example
White with #7B1029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B1029; }
p { color: rgb(123,16,41); }
H1.HeaderClassName
{
color: #7B1029;
}
.AnyTagClassName
{
color: #7B1029;
}
</style>
background-color css
<style>
a { background-color: #7B1029; }
a { background-color: rgb(123,16,41); }
div.DivClassName
{
background-color: #7B1029;
}
.BgClassName
{
background-color: #7B1029;
}
</style>
border-color css
<style>
span { border-color: #7B1029; }
span { border-color: rgb(123,16,41); }
td.TdClassName
{
border-color: #7B1029;
}
.TagClassName
{
border-color: #7B1029;
}
</style>