Shades of Burgundy #7E061B
Tints of Burgundy #7E061B
RGB
CMYK
RGB Variations
Color information
#7E061B (or 0x7E061B) is known color: Burgundy. HEX triplet: 7E, 06 and 1B. RGB value is (126,6,27). Sum of RGB (Red+Green+Blue) = 126+6+27=159 (21% of max value = 765). Red value is 126 (49.61% from 255 or 79.25% from 159); Green value is 6 (2.73% from 255 or 3.77% from 159); Blue value is 27 (10.94% from 255 or 16.98% from 159); Max value from RGB is 126 - color contains mainly: red. Hex color #7E061B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E061B is #81F9E4. Grayscale: #2C2C2C. Windows color (decimal): -8518117 or 1771134. OLE color: 1771134.
HSL color Cylindrical-coordinate representation of color #7E061B: hue angle of 349.5º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7E061B is Cyan = 0, Magento = 0.95, Yellow = 0.79 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 6 | 27 | - |
| CMYK | 0 | 0.95 | 0.79 | 0.51 |
| HSL | 349.5º | 0.91% | 0.26% | - |
| HSV(B) | 349.5º | 0.95% | 0.49% | - |
| XYZ | 8.87 | 4.65 | 1.47 | - |
| YUV | 44.27 | 118.26 | 186.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 6 | 27 | 0 | 0.95 | 0.79 | 0.51 | 349.5 | 0.91 | 0.26 |
| Hex | 7E | 6 | 1B | 0 | 5F | 4F | 33 | 15E | 5B | 1A |
| Octal | 176 | 6 | 33 | 0 | 137 | 117 | 63 | 536 | 133 | 32 |
| Binary | 1111110 | 110 | 11011 | 0 | 1011111 | 1001111 | 110011 | 101011110 | 1011011 | 11010 |
Color Harmonies of #7E061B
Complementary color
Monochromatic Colors of #7E061B
Black with #7E061B
Text Example
Text Example
White with #7E061B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E061B; }
p { color: rgb(126,6,27); }
H1.HeaderClassName
{
color: #7E061B;
}
.AnyTagClassName
{
color: #7E061B;
}
</style>
background-color css
<style>
a { background-color: #7E061B; }
a { background-color: rgb(126,6,27); }
div.DivClassName
{
background-color: #7E061B;
}
.BgClassName
{
background-color: #7E061B;
}
</style>
border-color css
<style>
span { border-color: #7E061B; }
span { border-color: rgb(126,6,27); }
td.TdClassName
{
border-color: #7E061B;
}
.TagClassName
{
border-color: #7E061B;
}
</style>