Shades of Burgundy #7B0F29
Tints of Burgundy #7B0F29
RGB
CMYK
RGB Variations
Color information
#7B0F29 (or 0x7B0F29) is known color: Burgundy. HEX triplet: 7B, 0F and 29. RGB value is (123,15,41). Sum of RGB (Red+Green+Blue) = 123+15+41=179 (23% of max value = 765). Red value is 123 (48.44% from 255 or 68.72% from 179); Green value is 15 (6.25% from 255 or 8.38% from 179); Blue value is 41 (16.41% from 255 or 22.91% from 179); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0F29 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B0F29 is #84F0D6. Grayscale: #323232. Windows color (decimal): -8712407 or 2690939. OLE color: 2690939.
HSL color Cylindrical-coordinate representation of color #7B0F29: hue angle of 345.56º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7B0F29 is Cyan = 0, Magento = 0.88, Yellow = 0.67 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 15 | 41 | - |
| CMYK | 0 | 0.88 | 0.67 | 0.52 |
| HSL | 345.56º | 0.78% | 0.27% | - |
| HSV(B) | 345.56º | 0.88% | 0.48% | - |
| XYZ | 8.74 | 4.71 | 2.55 | - |
| YUV | 50.26 | 122.78 | 179.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 15 | 41 | 0 | 0.88 | 0.67 | 0.52 | 345.56 | 0.78 | 0.27 |
| Hex | 7B | F | 29 | 0 | 58 | 43 | 34 | 15A | 4E | 1B |
| Octal | 173 | 17 | 51 | 0 | 130 | 103 | 64 | 532 | 116 | 33 |
| Binary | 1111011 | 1111 | 101001 | 0 | 1011000 | 1000011 | 110100 | 101011010 | 1001110 | 11011 |
Color Harmonies of #7B0F29
Complementary color
Monochromatic Colors of #7B0F29
Black with #7B0F29
Text Example
Text Example
White with #7B0F29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B0F29; }
p { color: rgb(123,15,41); }
H1.HeaderClassName
{
color: #7B0F29;
}
.AnyTagClassName
{
color: #7B0F29;
}
</style>
background-color css
<style>
a { background-color: #7B0F29; }
a { background-color: rgb(123,15,41); }
div.DivClassName
{
background-color: #7B0F29;
}
.BgClassName
{
background-color: #7B0F29;
}
</style>
border-color css
<style>
span { border-color: #7B0F29; }
span { border-color: rgb(123,15,41); }
td.TdClassName
{
border-color: #7B0F29;
}
.TagClassName
{
border-color: #7B0F29;
}
</style>