Shades of Burgundy #7C091C
Tints of Burgundy #7C091C
RGB
CMYK
RGB Variations
Color information
#7C091C (or 0x7C091C) is known color: Burgundy. HEX triplet: 7C, 09 and 1C. RGB value is (124,9,28). Sum of RGB (Red+Green+Blue) = 124+9+28=161 (21% of max value = 765). Red value is 124 (48.83% from 255 or 77.02% from 161); Green value is 9 (3.91% from 255 or 5.59% from 161); Blue value is 28 (11.33% from 255 or 17.39% from 161); Max value from RGB is 124 - color contains mainly: red. Hex color #7C091C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C091C is #83F6E3. Grayscale: #2D2D2D. Windows color (decimal): -8648420 or 1837436. OLE color: 1837436.
HSL color Cylindrical-coordinate representation of color #7C091C: hue angle of 350.09º 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 #7C091C is Cyan = 0, Magento = 0.93, Yellow = 0.77 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 9 | 28 | - |
| CMYK | 0 | 0.93 | 0.77 | 0.51 |
| HSL | 350.09º | 0.86% | 0.26% | - |
| HSV(B) | 350.09º | 0.93% | 0.49% | - |
| XYZ | 8.62 | 4.56 | 1.53 | - |
| YUV | 45.55 | 118.1 | 183.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 9 | 28 | 0 | 0.93 | 0.77 | 0.51 | 350.09 | 0.86 | 0.26 |
| Hex | 7C | 9 | 1C | 0 | 5D | 4D | 33 | 15E | 56 | 1A |
| Octal | 174 | 11 | 34 | 0 | 135 | 115 | 63 | 536 | 126 | 32 |
| Binary | 1111100 | 1001 | 11100 | 0 | 1011101 | 1001101 | 110011 | 101011110 | 1010110 | 11010 |
Color Harmonies of #7C091C
Complementary color
Monochromatic Colors of #7C091C
Black with #7C091C
Text Example
Text Example
White with #7C091C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C091C; }
p { color: rgb(124,9,28); }
H1.HeaderClassName
{
color: #7C091C;
}
.AnyTagClassName
{
color: #7C091C;
}
</style>
background-color css
<style>
a { background-color: #7C091C; }
a { background-color: rgb(124,9,28); }
div.DivClassName
{
background-color: #7C091C;
}
.BgClassName
{
background-color: #7C091C;
}
</style>
border-color css
<style>
span { border-color: #7C091C; }
span { border-color: rgb(124,9,28); }
td.TdClassName
{
border-color: #7C091C;
}
.TagClassName
{
border-color: #7C091C;
}
</style>