Shades of Burgundy #7B061B
Tints of Burgundy #7B061B
RGB
CMYK
RGB Variations
Color information
#7B061B (or 0x7B061B) is known color: Burgundy. HEX triplet: 7B, 06 and 1B. RGB value is (123,6,27). Sum of RGB (Red+Green+Blue) = 123+6+27=156 (20% of max value = 765). Red value is 123 (48.44% from 255 or 78.85% from 156); Green value is 6 (2.73% from 255 or 3.85% from 156); Blue value is 27 (10.94% from 255 or 17.31% from 156); Max value from RGB is 123 - color contains mainly: red. Hex color #7B061B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B061B is #84F9E4. Grayscale: #2B2B2B. Windows color (decimal): -8714725 or 1771131. OLE color: 1771131.
HSL color Cylindrical-coordinate representation of color #7B061B: hue angle of 349.23º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7B061B is Cyan = 0, Magento = 0.95, Yellow = 0.78 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 6 | 27 | - |
| CMYK | 0 | 0.95 | 0.78 | 0.52 |
| HSL | 349.23º | 0.91% | 0.25% | - |
| HSV(B) | 349.23º | 0.95% | 0.48% | - |
| XYZ | 8.43 | 4.42 | 1.45 | - |
| YUV | 43.38 | 118.76 | 184.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 6 | 27 | 0 | 0.95 | 0.78 | 0.52 | 349.23 | 0.91 | 0.25 |
| Hex | 7B | 6 | 1B | 0 | 5F | 4E | 34 | 15D | 5B | 19 |
| Octal | 173 | 6 | 33 | 0 | 137 | 116 | 64 | 535 | 133 | 31 |
| Binary | 1111011 | 110 | 11011 | 0 | 1011111 | 1001110 | 110100 | 101011101 | 1011011 | 11001 |
Color Harmonies of #7B061B
Complementary color
Monochromatic Colors of #7B061B
Black with #7B061B
Text Example
Text Example
White with #7B061B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B061B; }
p { color: rgb(123,6,27); }
H1.HeaderClassName
{
color: #7B061B;
}
.AnyTagClassName
{
color: #7B061B;
}
</style>
background-color css
<style>
a { background-color: #7B061B; }
a { background-color: rgb(123,6,27); }
div.DivClassName
{
background-color: #7B061B;
}
.BgClassName
{
background-color: #7B061B;
}
</style>
border-color css
<style>
span { border-color: #7B061B; }
span { border-color: rgb(123,6,27); }
td.TdClassName
{
border-color: #7B061B;
}
.TagClassName
{
border-color: #7B061B;
}
</style>