Shades of Burgundy #7A0B2B
Tints of Burgundy #7A0B2B
RGB
CMYK
RGB Variations
Color information
#7A0B2B (or 0x7A0B2B) is known color: Burgundy. HEX triplet: 7A, 0B and 2B. RGB value is (122,11,43). Sum of RGB (Red+Green+Blue) = 122+11+43=176 (23% of max value = 765). Red value is 122 (48.05% from 255 or 69.32% from 176); Green value is 11 (4.69% from 255 or 6.25% from 176); Blue value is 43 (17.19% from 255 or 24.43% from 176); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0B2B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A0B2B is #85F4D4. Grayscale: #2F2F2F. Windows color (decimal): -8778965 or 2820986. OLE color: 2820986.
HSL color Cylindrical-coordinate representation of color #7A0B2B: hue angle of 342.7º degrees, saturation: 0.83, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7A0B2B is Cyan = 0, Magento = 0.91, Yellow = 0.65 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 11 | 43 | - |
| CMYK | 0 | 0.91 | 0.65 | 0.52 |
| HSL | 342.7º | 0.83% | 0.26% | - |
| HSV(B) | 342.7º | 0.91% | 0.48% | - |
| XYZ | 8.58 | 4.55 | 2.71 | - |
| YUV | 47.84 | 125.27 | 180.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 11 | 43 | 0 | 0.91 | 0.65 | 0.52 | 342.7 | 0.83 | 0.26 |
| Hex | 7A | B | 2B | 0 | 5B | 41 | 34 | 157 | 53 | 1A |
| Octal | 172 | 13 | 53 | 0 | 133 | 101 | 64 | 527 | 123 | 32 |
| Binary | 1111010 | 1011 | 101011 | 0 | 1011011 | 1000001 | 110100 | 101010111 | 1010011 | 11010 |
Color Harmonies of #7A0B2B
Complementary color
Monochromatic Colors of #7A0B2B
Black with #7A0B2B
Text Example
Text Example
White with #7A0B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0B2B; }
p { color: rgb(122,11,43); }
H1.HeaderClassName
{
color: #7A0B2B;
}
.AnyTagClassName
{
color: #7A0B2B;
}
</style>
background-color css
<style>
a { background-color: #7A0B2B; }
a { background-color: rgb(122,11,43); }
div.DivClassName
{
background-color: #7A0B2B;
}
.BgClassName
{
background-color: #7A0B2B;
}
</style>
border-color css
<style>
span { border-color: #7A0B2B; }
span { border-color: rgb(122,11,43); }
td.TdClassName
{
border-color: #7A0B2B;
}
.TagClassName
{
border-color: #7A0B2B;
}
</style>