Shades of Burgundy #7A0831
Tints of Burgundy #7A0831
RGB
CMYK
RGB Variations
Color information
#7A0831 (or 0x7A0831) is known color: Burgundy. HEX triplet: 7A, 08 and 31. RGB value is (122,8,49). Sum of RGB (Red+Green+Blue) = 122+8+49=179 (23% of max value = 765). Red value is 122 (48.05% from 255 or 68.16% from 179); Green value is 8 (3.52% from 255 or 4.47% from 179); Blue value is 49 (19.53% from 255 or 27.37% from 179); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0831 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A0831 is #85F7CE. Grayscale: #2E2E2E. Windows color (decimal): -8779727 or 3213434. OLE color: 3213434.
HSL color Cylindrical-coordinate representation of color #7A0831: hue angle of 338.42º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7A0831 is Cyan = 0, Magento = 0.93, Yellow = 0.60 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 8 | 49 | - |
| CMYK | 0 | 0.93 | 0.60 | 0.52 |
| HSL | 338.42º | 0.88% | 0.25% | - |
| HSV(B) | 338.42º | 0.93% | 0.48% | - |
| XYZ | 8.67 | 4.53 | 3.32 | - |
| YUV | 46.76 | 129.27 | 181.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 8 | 49 | 0 | 0.93 | 0.60 | 0.52 | 338.42 | 0.88 | 0.25 |
| Hex | 7A | 8 | 31 | 0 | 5D | 3C | 34 | 152 | 58 | 19 |
| Octal | 172 | 10 | 61 | 0 | 135 | 74 | 64 | 522 | 130 | 31 |
| Binary | 1111010 | 1000 | 110001 | 0 | 1011101 | 111100 | 110100 | 101010010 | 1011000 | 11001 |
Color Harmonies of #7A0831
Complementary color
Monochromatic Colors of #7A0831
Black with #7A0831
Text Example
Text Example
White with #7A0831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0831; }
p { color: rgb(122,8,49); }
H1.HeaderClassName
{
color: #7A0831;
}
.AnyTagClassName
{
color: #7A0831;
}
</style>
background-color css
<style>
a { background-color: #7A0831; }
a { background-color: rgb(122,8,49); }
div.DivClassName
{
background-color: #7A0831;
}
.BgClassName
{
background-color: #7A0831;
}
</style>
border-color css
<style>
span { border-color: #7A0831; }
span { border-color: rgb(122,8,49); }
td.TdClassName
{
border-color: #7A0831;
}
.TagClassName
{
border-color: #7A0831;
}
</style>