Shades of Burgundy #7E0030
Tints of Burgundy #7E0030
RGB
CMYK
RGB Variations
Color information
#7E0030 (or 0x7E0030) is known color: Burgundy. HEX triplet: 7E, 00 and 30. RGB value is (126,0,48). Sum of RGB (Red+Green+Blue) = 126+0+48=174 (23% of max value = 765). Red value is 126 (49.61% from 255 or 72.41% from 174); Green value is 0 (0.39% from 255 or 0% from 174); Blue value is 48 (19.14% from 255 or 27.59% from 174); Max value from RGB is 126 - color contains mainly: red. Hex color #7E0030 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E0030 is #81FFCF. Grayscale: #2B2B2B. Windows color (decimal): -8519632 or 3145854. OLE color: 3145854.
HSL color Cylindrical-coordinate representation of color #7E0030: hue angle of 337.14º 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 #7E0030 is Cyan = 0, Magento = 1, Yellow = 0.62 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 0 | 48 | - |
| CMYK | 0 | 1 | 0.62 | 0.51 |
| HSL | 337.14º | 1% | 0.25% | - |
| HSV(B) | 337.14º | 1% | 0.49% | - |
| XYZ | 9.14 | 4.65 | 3.21 | - |
| YUV | 43.15 | 130.74 | 187.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 0 | 48 | 0 | 1 | 0.62 | 0.51 | 337.14 | 1 | 0.25 |
| Hex | 7E | 0 | 30 | 0 | 64 | 3E | 33 | 151 | 64 | 19 |
| Octal | 176 | 0 | 60 | 0 | 144 | 76 | 63 | 521 | 144 | 31 |
| Binary | 1111110 | 0 | 110000 | 0 | 1100100 | 111110 | 110011 | 101010001 | 1100100 | 11001 |
Color Harmonies of #7E0030
Complementary color
Monochromatic Colors of #7E0030
Black with #7E0030
Text Example
Text Example
White with #7E0030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E0030; }
p { color: rgb(126,0,48); }
H1.HeaderClassName
{
color: #7E0030;
}
.AnyTagClassName
{
color: #7E0030;
}
</style>
background-color css
<style>
a { background-color: #7E0030; }
a { background-color: rgb(126,0,48); }
div.DivClassName
{
background-color: #7E0030;
}
.BgClassName
{
background-color: #7E0030;
}
</style>
border-color css
<style>
span { border-color: #7E0030; }
span { border-color: rgb(126,0,48); }
td.TdClassName
{
border-color: #7E0030;
}
.TagClassName
{
border-color: #7E0030;
}
</style>