Shades of Burgundy #7B082B
Tints of Burgundy #7B082B
RGB
CMYK
RGB Variations
Color information
#7B082B (or 0x7B082B) is known color: Burgundy. HEX triplet: 7B, 08 and 2B. RGB value is (123,8,43). Sum of RGB (Red+Green+Blue) = 123+8+43=174 (23% of max value = 765). Red value is 123 (48.44% from 255 or 70.69% from 174); Green value is 8 (3.52% from 255 or 4.60% from 174); Blue value is 43 (17.19% from 255 or 24.71% from 174); Max value from RGB is 123 - color contains mainly: red. Hex color #7B082B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B082B is #84F7D4. Grayscale: #2E2E2E. Windows color (decimal): -8714197 or 2820219. OLE color: 2820219.
HSL color Cylindrical-coordinate representation of color #7B082B: hue angle of 341.74º degrees, saturation: 0.88, 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 #7B082B is Cyan = 0, Magento = 0.93, Yellow = 0.65 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 8 | 43 | - |
| CMYK | 0 | 0.93 | 0.65 | 0.52 |
| HSL | 341.74º | 0.88% | 0.26% | - |
| HSV(B) | 341.74º | 0.93% | 0.48% | - |
| XYZ | 8.69 | 4.56 | 2.71 | - |
| YUV | 46.38 | 126.1 | 182.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 8 | 43 | 0 | 0.93 | 0.65 | 0.52 | 341.74 | 0.88 | 0.26 |
| Hex | 7B | 8 | 2B | 0 | 5D | 41 | 34 | 156 | 58 | 1A |
| Octal | 173 | 10 | 53 | 0 | 135 | 101 | 64 | 526 | 130 | 32 |
| Binary | 1111011 | 1000 | 101011 | 0 | 1011101 | 1000001 | 110100 | 101010110 | 1011000 | 11010 |
Color Harmonies of #7B082B
Complementary color
Monochromatic Colors of #7B082B
Black with #7B082B
Text Example
Text Example
White with #7B082B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B082B; }
p { color: rgb(123,8,43); }
H1.HeaderClassName
{
color: #7B082B;
}
.AnyTagClassName
{
color: #7B082B;
}
</style>
background-color css
<style>
a { background-color: #7B082B; }
a { background-color: rgb(123,8,43); }
div.DivClassName
{
background-color: #7B082B;
}
.BgClassName
{
background-color: #7B082B;
}
</style>
border-color css
<style>
span { border-color: #7B082B; }
span { border-color: rgb(123,8,43); }
td.TdClassName
{
border-color: #7B082B;
}
.TagClassName
{
border-color: #7B082B;
}
</style>