Shades of Burgundy #7A0B1C
Tints of Burgundy #7A0B1C
RGB
CMYK
RGB Variations
Color information
#7A0B1C (or 0x7A0B1C) is known color: Burgundy. HEX triplet: 7A, 0B and 1C. RGB value is (122,11,28). Sum of RGB (Red+Green+Blue) = 122+11+28=161 (21% of max value = 765). Red value is 122 (48.05% from 255 or 75.78% from 161); Green value is 11 (4.69% from 255 or 6.83% from 161); Blue value is 28 (11.33% from 255 or 17.39% from 161); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0B1C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A0B1C is #85F4E3. Grayscale: #2E2E2E. Windows color (decimal): -8778980 or 1837946. OLE color: 1837946.
HSL color Cylindrical-coordinate representation of color #7A0B1C: hue angle of 350.81º 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 #7A0B1C is Cyan = 0, Magento = 0.91, Yellow = 0.77 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 11 | 28 | - |
| CMYK | 0 | 0.91 | 0.77 | 0.52 |
| HSL | 350.81º | 0.83% | 0.26% | - |
| HSV(B) | 350.81º | 0.91% | 0.48% | - |
| XYZ | 8.36 | 4.46 | 1.52 | - |
| YUV | 46.13 | 117.77 | 182.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 11 | 28 | 0 | 0.91 | 0.77 | 0.52 | 350.81 | 0.83 | 0.26 |
| Hex | 7A | B | 1C | 0 | 5B | 4D | 34 | 15F | 53 | 1A |
| Octal | 172 | 13 | 34 | 0 | 133 | 115 | 64 | 537 | 123 | 32 |
| Binary | 1111010 | 1011 | 11100 | 0 | 1011011 | 1001101 | 110100 | 101011111 | 1010011 | 11010 |
Color Harmonies of #7A0B1C
Complementary color
Monochromatic Colors of #7A0B1C
Black with #7A0B1C
Text Example
Text Example
White with #7A0B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0B1C; }
p { color: rgb(122,11,28); }
H1.HeaderClassName
{
color: #7A0B1C;
}
.AnyTagClassName
{
color: #7A0B1C;
}
</style>
background-color css
<style>
a { background-color: #7A0B1C; }
a { background-color: rgb(122,11,28); }
div.DivClassName
{
background-color: #7A0B1C;
}
.BgClassName
{
background-color: #7A0B1C;
}
</style>
border-color css
<style>
span { border-color: #7A0B1C; }
span { border-color: rgb(122,11,28); }
td.TdClassName
{
border-color: #7A0B1C;
}
.TagClassName
{
border-color: #7A0B1C;
}
</style>