Shades of Burgundy #7B0917
Tints of Burgundy #7B0917
RGB
CMYK
RGB Variations
Color information
#7B0917 (or 0x7B0917) is known color: Burgundy. HEX triplet: 7B, 09 and 17. RGB value is (123,9,23). Sum of RGB (Red+Green+Blue) = 123+9+23=155 (20% of max value = 765). Red value is 123 (48.44% from 255 or 79.35% from 155); Green value is 9 (3.91% from 255 or 5.81% from 155); Blue value is 23 (9.38% from 255 or 14.84% from 155); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0917 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7B0917 is #84F6E8. Grayscale: #2C2C2C. Windows color (decimal): -8713961 or 1509755. OLE color: 1509755.
HSL color Cylindrical-coordinate representation of color #7B0917: hue angle of 352.63º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7B0917 is Cyan = 0, Magento = 0.93, Yellow = 0.81 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 9 | 23 | - |
| CMYK | 0 | 0.93 | 0.81 | 0.52 |
| HSL | 352.63º | 0.86% | 0.26% | - |
| HSV(B) | 352.63º | 0.93% | 0.48% | - |
| XYZ | 8.42 | 4.47 | 1.23 | - |
| YUV | 44.68 | 115.77 | 183.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 9 | 23 | 0 | 0.93 | 0.81 | 0.52 | 352.63 | 0.86 | 0.26 |
| Hex | 7B | 9 | 17 | 0 | 5D | 51 | 34 | 161 | 56 | 1A |
| Octal | 173 | 11 | 27 | 0 | 135 | 121 | 64 | 541 | 126 | 32 |
| Binary | 1111011 | 1001 | 10111 | 0 | 1011101 | 1010001 | 110100 | 101100001 | 1010110 | 11010 |
Color Harmonies of #7B0917
Complementary color
Monochromatic Colors of #7B0917
Black with #7B0917
Text Example
Text Example
White with #7B0917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B0917; }
p { color: rgb(123,9,23); }
H1.HeaderClassName
{
color: #7B0917;
}
.AnyTagClassName
{
color: #7B0917;
}
</style>
background-color css
<style>
a { background-color: #7B0917; }
a { background-color: rgb(123,9,23); }
div.DivClassName
{
background-color: #7B0917;
}
.BgClassName
{
background-color: #7B0917;
}
</style>
border-color css
<style>
span { border-color: #7B0917; }
span { border-color: rgb(123,9,23); }
td.TdClassName
{
border-color: #7B0917;
}
.TagClassName
{
border-color: #7B0917;
}
</style>