Shades of Burgundy #7B0732
Tints of Burgundy #7B0732
RGB
CMYK
RGB Variations
Color information
#7B0732 (or 0x7B0732) is known color: Burgundy. HEX triplet: 7B, 07 and 32. RGB value is (123,7,50). Sum of RGB (Red+Green+Blue) = 123+7+50=180 (23% of max value = 765). Red value is 123 (48.44% from 255 or 68.33% from 180); Green value is 7 (3.12% from 255 or 3.89% from 180); Blue value is 50 (19.92% from 255 or 27.78% from 180); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0732 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B0732 is #84F8CD. Grayscale: #2E2E2E. Windows color (decimal): -8714446 or 3278715. OLE color: 3278715.
HSL color Cylindrical-coordinate representation of color #7B0732: hue angle of 337.76º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7B0732 is Cyan = 0, Magento = 0.94, Yellow = 0.59 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 7 | 50 | - |
| CMYK | 0 | 0.94 | 0.59 | 0.52 |
| HSL | 337.76º | 0.89% | 0.25% | - |
| HSV(B) | 337.76º | 0.94% | 0.48% | - |
| XYZ | 8.82 | 4.59 | 3.44 | - |
| YUV | 46.59 | 129.93 | 182.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 7 | 50 | 0 | 0.94 | 0.59 | 0.52 | 337.76 | 0.89 | 0.25 |
| Hex | 7B | 7 | 32 | 0 | 5E | 3B | 34 | 152 | 59 | 19 |
| Octal | 173 | 7 | 62 | 0 | 136 | 73 | 64 | 522 | 131 | 31 |
| Binary | 1111011 | 111 | 110010 | 0 | 1011110 | 111011 | 110100 | 101010010 | 1011001 | 11001 |
Color Harmonies of #7B0732
Complementary color
Monochromatic Colors of #7B0732
Black with #7B0732
Text Example
Text Example
White with #7B0732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B0732; }
p { color: rgb(123,7,50); }
H1.HeaderClassName
{
color: #7B0732;
}
.AnyTagClassName
{
color: #7B0732;
}
</style>
background-color css
<style>
a { background-color: #7B0732; }
a { background-color: rgb(123,7,50); }
div.DivClassName
{
background-color: #7B0732;
}
.BgClassName
{
background-color: #7B0732;
}
</style>
border-color css
<style>
span { border-color: #7B0732; }
span { border-color: rgb(123,7,50); }
td.TdClassName
{
border-color: #7B0732;
}
.TagClassName
{
border-color: #7B0732;
}
</style>