Shades of Burgundy #7B0413
Tints of Burgundy #7B0413
RGB
CMYK
RGB Variations
Color information
#7B0413 (or 0x7B0413) is known color: Burgundy. HEX triplet: 7B, 04 and 13. RGB value is (123,4,19). Sum of RGB (Red+Green+Blue) = 123+4+19=146 (19% of max value = 765). Red value is 123 (48.44% from 255 or 84.25% from 146); Green value is 4 (1.95% from 255 or 2.74% from 146); Blue value is 19 (7.81% from 255 or 13.01% from 146); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0413 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7B0413 is #84FBEC. Grayscale: #292929. Windows color (decimal): -8715245 or 1246331. OLE color: 1246331.
HSL color Cylindrical-coordinate representation of color #7B0413: hue angle of 352.44º 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 #7B0413 is Cyan = 0, Magento = 0.97, Yellow = 0.85 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 4 | 19 | - |
| CMYK | 0 | 0.97 | 0.85 | 0.52 |
| HSL | 352.44º | 0.94% | 0.25% | - |
| HSV(B) | 352.44º | 0.97% | 0.48% | - |
| XYZ | 8.33 | 4.34 | 1.02 | - |
| YUV | 41.29 | 115.42 | 186.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 4 | 19 | 0 | 0.97 | 0.85 | 0.52 | 352.44 | 0.94 | 0.25 |
| Hex | 7B | 4 | 13 | 0 | 61 | 55 | 34 | 160 | 5E | 19 |
| Octal | 173 | 4 | 23 | 0 | 141 | 125 | 64 | 540 | 136 | 31 |
| Binary | 1111011 | 100 | 10011 | 0 | 1100001 | 1010101 | 110100 | 101100000 | 1011110 | 11001 |
Color Harmonies of #7B0413
Complementary color
Monochromatic Colors of #7B0413
Black with #7B0413
Text Example
Text Example
White with #7B0413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B0413; }
p { color: rgb(123,4,19); }
H1.HeaderClassName
{
color: #7B0413;
}
.AnyTagClassName
{
color: #7B0413;
}
</style>
background-color css
<style>
a { background-color: #7B0413; }
a { background-color: rgb(123,4,19); }
div.DivClassName
{
background-color: #7B0413;
}
.BgClassName
{
background-color: #7B0413;
}
</style>
border-color css
<style>
span { border-color: #7B0413; }
span { border-color: rgb(123,4,19); }
td.TdClassName
{
border-color: #7B0413;
}
.TagClassName
{
border-color: #7B0413;
}
</style>