Shades of Burgundy #7B101B
Tints of Burgundy #7B101B
RGB
CMYK
RGB Variations
Color information
#7B101B (or 0x7B101B) is known color: Burgundy. HEX triplet: 7B, 10 and 1B. RGB value is (123,16,27). Sum of RGB (Red+Green+Blue) = 123+16+27=166 (21% of max value = 765). Red value is 123 (48.44% from 255 or 74.10% from 166); Green value is 16 (6.64% from 255 or 9.64% from 166); Blue value is 27 (10.94% from 255 or 16.27% from 166); Max value from RGB is 123 - color contains mainly: red. Hex color #7B101B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B101B is #84EFE4. Grayscale: #313131. Windows color (decimal): -8712165 or 1773691. OLE color: 1773691.
HSL color Cylindrical-coordinate representation of color #7B101B: hue angle of 353.83º 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 #7B101B is Cyan = 0, Magento = 0.87, Yellow = 0.78 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 16 | 27 | - |
| CMYK | 0 | 0.87 | 0.78 | 0.52 |
| HSL | 353.83º | 0.77% | 0.27% | - |
| HSV(B) | 353.83º | 0.87% | 0.48% | - |
| XYZ | 8.55 | 4.66 | 1.49 | - |
| YUV | 49.25 | 115.45 | 180.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 16 | 27 | 0 | 0.87 | 0.78 | 0.52 | 353.83 | 0.77 | 0.27 |
| Hex | 7B | 10 | 1B | 0 | 57 | 4E | 34 | 162 | 4D | 1B |
| Octal | 173 | 20 | 33 | 0 | 127 | 116 | 64 | 542 | 115 | 33 |
| Binary | 1111011 | 10000 | 11011 | 0 | 1010111 | 1001110 | 110100 | 101100010 | 1001101 | 11011 |
Color Harmonies of #7B101B
Complementary color
Monochromatic Colors of #7B101B
Black with #7B101B
Text Example
Text Example
White with #7B101B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B101B; }
p { color: rgb(123,16,27); }
H1.HeaderClassName
{
color: #7B101B;
}
.AnyTagClassName
{
color: #7B101B;
}
</style>
background-color css
<style>
a { background-color: #7B101B; }
a { background-color: rgb(123,16,27); }
div.DivClassName
{
background-color: #7B101B;
}
.BgClassName
{
background-color: #7B101B;
}
</style>
border-color css
<style>
span { border-color: #7B101B; }
span { border-color: rgb(123,16,27); }
td.TdClassName
{
border-color: #7B101B;
}
.TagClassName
{
border-color: #7B101B;
}
</style>