Shades of Burgundy #7D0019
Tints of Burgundy #7D0019
RGB
CMYK
RGB Variations
Color information
#7D0019 (or 0x7D0019) is known color: Burgundy. HEX triplet: 7D, 00 and 19. RGB value is (125,0,25). Sum of RGB (Red+Green+Blue) = 125+0+25=150 (19% of max value = 765). Red value is 125 (49.22% from 255 or 83.33% from 150); Green value is 0 (0.39% from 255 or 0% from 150); Blue value is 25 (10.16% from 255 or 16.67% from 150); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0019 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7D0019 is #82FFE6. Grayscale: #282828. Windows color (decimal): -8585191 or 1638525. OLE color: 1638525.
HSL color Cylindrical-coordinate representation of color #7D0019: hue angle of 348º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7D0019 is Cyan = 0, Magento = 1, Yellow = 0.8 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 0 | 25 | - |
| CMYK | 0 | 1 | 0.8 | 0.51 |
| HSL | 348º | 1% | 0.25% | - |
| HSV(B) | 348º | 1% | 0.49% | - |
| XYZ | 8.63 | 4.43 | 1.32 | - |
| YUV | 40.23 | 119.41 | 188.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 0 | 25 | 0 | 1 | 0.8 | 0.51 | 348 | 1 | 0.25 |
| Hex | 7D | 0 | 19 | 0 | 64 | 50 | 33 | 15C | 64 | 19 |
| Octal | 175 | 0 | 31 | 0 | 144 | 120 | 63 | 534 | 144 | 31 |
| Binary | 1111101 | 0 | 11001 | 0 | 1100100 | 1010000 | 110011 | 101011100 | 1100100 | 11001 |
Color Harmonies of #7D0019
Complementary color
Monochromatic Colors of #7D0019
Black with #7D0019
Text Example
Text Example
White with #7D0019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D0019; }
p { color: rgb(125,0,25); }
H1.HeaderClassName
{
color: #7D0019;
}
.AnyTagClassName
{
color: #7D0019;
}
</style>
background-color css
<style>
a { background-color: #7D0019; }
a { background-color: rgb(125,0,25); }
div.DivClassName
{
background-color: #7D0019;
}
.BgClassName
{
background-color: #7D0019;
}
</style>
border-color css
<style>
span { border-color: #7D0019; }
span { border-color: rgb(125,0,25); }
td.TdClassName
{
border-color: #7D0019;
}
.TagClassName
{
border-color: #7D0019;
}
</style>