Shades of Burgundy #7B011A
Tints of Burgundy #7B011A
RGB
CMYK
RGB Variations
Color information
#7B011A (or 0x7B011A) is known color: Burgundy. HEX triplet: 7B, 01 and 1A. RGB value is (123,1,26). Sum of RGB (Red+Green+Blue) = 123+1+26=150 (19% of max value = 765). Red value is 123 (48.44% from 255 or 82% from 150); Green value is 1 (0.78% from 255 or 0.67% from 150); Blue value is 26 (10.55% from 255 or 17.33% from 150); Max value from RGB is 123 - color contains mainly: red. Hex color #7B011A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B011A is #84FEE5. Grayscale: #282828. Windows color (decimal): -8716006 or 1704315. OLE color: 1704315.
HSL color Cylindrical-coordinate representation of color #7B011A: hue angle of 347.7º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7B011A is Cyan = 0, Magento = 0.99, Yellow = 0.79 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 1 | 26 | - |
| CMYK | 0 | 0.99 | 0.79 | 0.52 |
| HSL | 347.7º | 0.98% | 0.24% | - |
| HSV(B) | 347.7º | 0.99% | 0.48% | - |
| XYZ | 8.37 | 4.31 | 1.37 | - |
| YUV | 40.33 | 119.92 | 186.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 1 | 26 | 0 | 0.99 | 0.79 | 0.52 | 347.7 | 0.98 | 0.24 |
| Hex | 7B | 1 | 1A | 0 | 63 | 4F | 34 | 15C | 62 | 18 |
| Octal | 173 | 1 | 32 | 0 | 143 | 117 | 64 | 534 | 142 | 30 |
| Binary | 1111011 | 1 | 11010 | 0 | 1100011 | 1001111 | 110100 | 101011100 | 1100010 | 11000 |
Color Harmonies of #7B011A
Complementary color
Monochromatic Colors of #7B011A
Black with #7B011A
Text Example
Text Example
White with #7B011A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B011A; }
p { color: rgb(123,1,26); }
H1.HeaderClassName
{
color: #7B011A;
}
.AnyTagClassName
{
color: #7B011A;
}
</style>
background-color css
<style>
a { background-color: #7B011A; }
a { background-color: rgb(123,1,26); }
div.DivClassName
{
background-color: #7B011A;
}
.BgClassName
{
background-color: #7B011A;
}
</style>
border-color css
<style>
span { border-color: #7B011A; }
span { border-color: rgb(123,1,26); }
td.TdClassName
{
border-color: #7B011A;
}
.TagClassName
{
border-color: #7B011A;
}
</style>