Shades of Burgundy #7C0919
Tints of Burgundy #7C0919
RGB
CMYK
RGB Variations
Color information
#7C0919 (or 0x7C0919) is known color: Burgundy. HEX triplet: 7C, 09 and 19. RGB value is (124,9,25). Sum of RGB (Red+Green+Blue) = 124+9+25=158 (20% of max value = 765). Red value is 124 (48.83% from 255 or 78.48% from 158); Green value is 9 (3.91% from 255 or 5.70% from 158); Blue value is 25 (10.16% from 255 or 15.82% from 158); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0919 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7C0919 is #83F6E6. Grayscale: #2D2D2D. Windows color (decimal): -8648423 or 1640828. OLE color: 1640828.
HSL color Cylindrical-coordinate representation of color #7C0919: hue angle of 351.65º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7C0919 is Cyan = 0, Magento = 0.93, Yellow = 0.80 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 9 | 25 | - |
| CMYK | 0 | 0.93 | 0.80 | 0.51 |
| HSL | 351.65º | 0.86% | 0.26% | - |
| HSV(B) | 351.65º | 0.93% | 0.49% | - |
| XYZ | 8.59 | 4.55 | 1.35 | - |
| YUV | 45.21 | 116.6 | 184.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 9 | 25 | 0 | 0.93 | 0.80 | 0.51 | 351.65 | 0.86 | 0.26 |
| Hex | 7C | 9 | 19 | 0 | 5D | 50 | 33 | 160 | 56 | 1A |
| Octal | 174 | 11 | 31 | 0 | 135 | 120 | 63 | 540 | 126 | 32 |
| Binary | 1111100 | 1001 | 11001 | 0 | 1011101 | 1010000 | 110011 | 101100000 | 1010110 | 11010 |
Color Harmonies of #7C0919
Complementary color
Monochromatic Colors of #7C0919
Black with #7C0919
Text Example
Text Example
White with #7C0919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C0919; }
p { color: rgb(124,9,25); }
H1.HeaderClassName
{
color: #7C0919;
}
.AnyTagClassName
{
color: #7C0919;
}
</style>
background-color css
<style>
a { background-color: #7C0919; }
a { background-color: rgb(124,9,25); }
div.DivClassName
{
background-color: #7C0919;
}
.BgClassName
{
background-color: #7C0919;
}
</style>
border-color css
<style>
span { border-color: #7C0919; }
span { border-color: rgb(124,9,25); }
td.TdClassName
{
border-color: #7C0919;
}
.TagClassName
{
border-color: #7C0919;
}
</style>