Shades of Burgundy #7B1017
Tints of Burgundy #7B1017
RGB
CMYK
RGB Variations
Color information
#7B1017 (or 0x7B1017) is known color: Burgundy. HEX triplet: 7B, 10 and 17. RGB value is (123,16,23). Sum of RGB (Red+Green+Blue) = 123+16+23=162 (21% of max value = 765). Red value is 123 (48.44% from 255 or 75.93% from 162); Green value is 16 (6.64% from 255 or 9.88% from 162); Blue value is 23 (9.38% from 255 or 14.20% from 162); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1017 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7B1017 is #84EFE8. Grayscale: #303030. Windows color (decimal): -8712169 or 1511547. OLE color: 1511547.
HSL color Cylindrical-coordinate representation of color #7B1017: hue angle of 356.07º 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 #7B1017 is Cyan = 0, Magento = 0.87, Yellow = 0.81 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 16 | 23 | - |
| CMYK | 0 | 0.87 | 0.81 | 0.52 |
| HSL | 356.07º | 0.77% | 0.27% | - |
| HSV(B) | 356.07º | 0.87% | 0.48% | - |
| XYZ | 8.51 | 4.64 | 1.26 | - |
| YUV | 48.79 | 113.45 | 180.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 16 | 23 | 0 | 0.87 | 0.81 | 0.52 | 356.07 | 0.77 | 0.27 |
| Hex | 7B | 10 | 17 | 0 | 57 | 51 | 34 | 164 | 4D | 1B |
| Octal | 173 | 20 | 27 | 0 | 127 | 121 | 64 | 544 | 115 | 33 |
| Binary | 1111011 | 10000 | 10111 | 0 | 1010111 | 1010001 | 110100 | 101100100 | 1001101 | 11011 |
Color Harmonies of #7B1017
Complementary color
Monochromatic Colors of #7B1017
Black with #7B1017
Text Example
Text Example
White with #7B1017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B1017; }
p { color: rgb(123,16,23); }
H1.HeaderClassName
{
color: #7B1017;
}
.AnyTagClassName
{
color: #7B1017;
}
</style>
background-color css
<style>
a { background-color: #7B1017; }
a { background-color: rgb(123,16,23); }
div.DivClassName
{
background-color: #7B1017;
}
.BgClassName
{
background-color: #7B1017;
}
</style>
border-color css
<style>
span { border-color: #7B1017; }
span { border-color: rgb(123,16,23); }
td.TdClassName
{
border-color: #7B1017;
}
.TagClassName
{
border-color: #7B1017;
}
</style>