Shades of Burgundy #7B012E
Tints of Burgundy #7B012E
RGB
CMYK
RGB Variations
Color information
#7B012E (or 0x7B012E) is known color: Burgundy. HEX triplet: 7B, 01 and 2E. RGB value is (123,1,46). Sum of RGB (Red+Green+Blue) = 123+1+46=170 (22% of max value = 765). Red value is 123 (48.44% from 255 or 72.35% from 170); Green value is 1 (0.78% from 255 or 0.59% from 170); Blue value is 46 (18.36% from 255 or 27.06% from 170); Max value from RGB is 123 - color contains mainly: red. Hex color #7B012E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B012E is #84FED1. Grayscale: #2A2A2A. Windows color (decimal): -8715986 or 3015035. OLE color: 3015035.
HSL color Cylindrical-coordinate representation of color #7B012E: hue angle of 337.87º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7B012E is Cyan = 0, Magento = 0.99, Yellow = 0.63 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 1 | 46 | - |
| CMYK | 0 | 0.99 | 0.63 | 0.52 |
| HSL | 337.87º | 0.98% | 0.24% | - |
| HSV(B) | 337.87º | 0.99% | 0.48% | - |
| XYZ | 8.67 | 4.43 | 2.98 | - |
| YUV | 42.61 | 129.92 | 185.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 1 | 46 | 0 | 0.99 | 0.63 | 0.52 | 337.87 | 0.98 | 0.24 |
| Hex | 7B | 1 | 2E | 0 | 63 | 3F | 34 | 152 | 62 | 18 |
| Octal | 173 | 1 | 56 | 0 | 143 | 77 | 64 | 522 | 142 | 30 |
| Binary | 1111011 | 1 | 101110 | 0 | 1100011 | 111111 | 110100 | 101010010 | 1100010 | 11000 |
Color Harmonies of #7B012E
Complementary color
Monochromatic Colors of #7B012E
Black with #7B012E
Text Example
Text Example
White with #7B012E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B012E; }
p { color: rgb(123,1,46); }
H1.HeaderClassName
{
color: #7B012E;
}
.AnyTagClassName
{
color: #7B012E;
}
</style>
background-color css
<style>
a { background-color: #7B012E; }
a { background-color: rgb(123,1,46); }
div.DivClassName
{
background-color: #7B012E;
}
.BgClassName
{
background-color: #7B012E;
}
</style>
border-color css
<style>
span { border-color: #7B012E; }
span { border-color: rgb(123,1,46); }
td.TdClassName
{
border-color: #7B012E;
}
.TagClassName
{
border-color: #7B012E;
}
</style>