Shades of Burgundy #7A0B36
Tints of Burgundy #7A0B36
RGB
CMYK
RGB Variations
Color information
#7A0B36 (or 0x7A0B36) is known color: Burgundy. HEX triplet: 7A, 0B and 36. RGB value is (122,11,54). Sum of RGB (Red+Green+Blue) = 122+11+54=187 (24% of max value = 765). Red value is 122 (48.05% from 255 or 65.24% from 187); Green value is 11 (4.69% from 255 or 5.88% from 187); Blue value is 54 (21.48% from 255 or 28.88% from 187); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0B36 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A0B36 is #85F4C9. Grayscale: #313131. Windows color (decimal): -8778954 or 3541882. OLE color: 3541882.
HSL color Cylindrical-coordinate representation of color #7A0B36: hue angle of 336.76º 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 #7A0B36 is Cyan = 0, Magento = 0.91, Yellow = 0.56 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 11 | 54 | - |
| CMYK | 0 | 0.91 | 0.56 | 0.52 |
| HSL | 336.76º | 0.83% | 0.26% | - |
| HSV(B) | 336.76º | 0.91% | 0.48% | - |
| XYZ | 8.81 | 4.64 | 3.92 | - |
| YUV | 49.09 | 130.77 | 180 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 11 | 54 | 0 | 0.91 | 0.56 | 0.52 | 336.76 | 0.83 | 0.26 |
| Hex | 7A | B | 36 | 0 | 5B | 38 | 34 | 151 | 53 | 1A |
| Octal | 172 | 13 | 66 | 0 | 133 | 70 | 64 | 521 | 123 | 32 |
| Binary | 1111010 | 1011 | 110110 | 0 | 1011011 | 111000 | 110100 | 101010001 | 1010011 | 11010 |
Color Harmonies of #7A0B36
Complementary color
Monochromatic Colors of #7A0B36
Black with #7A0B36
Text Example
Text Example
White with #7A0B36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0B36; }
p { color: rgb(122,11,54); }
H1.HeaderClassName
{
color: #7A0B36;
}
.AnyTagClassName
{
color: #7A0B36;
}
</style>
background-color css
<style>
a { background-color: #7A0B36; }
a { background-color: rgb(122,11,54); }
div.DivClassName
{
background-color: #7A0B36;
}
.BgClassName
{
background-color: #7A0B36;
}
</style>
border-color css
<style>
span { border-color: #7A0B36; }
span { border-color: rgb(122,11,54); }
td.TdClassName
{
border-color: #7A0B36;
}
.TagClassName
{
border-color: #7A0B36;
}
</style>