Shades of Burgundy #7B091B
Tints of Burgundy #7B091B
RGB
CMYK
RGB Variations
Color information
#7B091B (or 0x7B091B) is known color: Burgundy. HEX triplet: 7B, 09 and 1B. RGB value is (123,9,27). Sum of RGB (Red+Green+Blue) = 123+9+27=159 (21% of max value = 765). Red value is 123 (48.44% from 255 or 77.36% from 159); Green value is 9 (3.91% from 255 or 5.66% from 159); Blue value is 27 (10.94% from 255 or 16.98% from 159); Max value from RGB is 123 - color contains mainly: red. Hex color #7B091B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B091B is #84F6E4. Grayscale: #2D2D2D. Windows color (decimal): -8713957 or 1771899. OLE color: 1771899.
HSL color Cylindrical-coordinate representation of color #7B091B: hue angle of 350.53º 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 #7B091B is Cyan = 0, Magento = 0.93, Yellow = 0.78 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 9 | 27 | - |
| CMYK | 0 | 0.93 | 0.78 | 0.52 |
| HSL | 350.53º | 0.86% | 0.26% | - |
| HSV(B) | 350.53º | 0.93% | 0.48% | - |
| XYZ | 8.46 | 4.49 | 1.46 | - |
| YUV | 45.14 | 117.77 | 183.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 9 | 27 | 0 | 0.93 | 0.78 | 0.52 | 350.53 | 0.86 | 0.26 |
| Hex | 7B | 9 | 1B | 0 | 5D | 4E | 34 | 15F | 56 | 1A |
| Octal | 173 | 11 | 33 | 0 | 135 | 116 | 64 | 537 | 126 | 32 |
| Binary | 1111011 | 1001 | 11011 | 0 | 1011101 | 1001110 | 110100 | 101011111 | 1010110 | 11010 |
Color Harmonies of #7B091B
Complementary color
Monochromatic Colors of #7B091B
Black with #7B091B
Text Example
Text Example
White with #7B091B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B091B; }
p { color: rgb(123,9,27); }
H1.HeaderClassName
{
color: #7B091B;
}
.AnyTagClassName
{
color: #7B091B;
}
</style>
background-color css
<style>
a { background-color: #7B091B; }
a { background-color: rgb(123,9,27); }
div.DivClassName
{
background-color: #7B091B;
}
.BgClassName
{
background-color: #7B091B;
}
</style>
border-color css
<style>
span { border-color: #7B091B; }
span { border-color: rgb(123,9,27); }
td.TdClassName
{
border-color: #7B091B;
}
.TagClassName
{
border-color: #7B091B;
}
</style>