Shades of Burgundy #7E1227
Tints of Burgundy #7E1227
RGB
CMYK
RGB Variations
Color information
#7E1227 (or 0x7E1227) is known color: Burgundy. HEX triplet: 7E, 12 and 27. RGB value is (126,18,39). Sum of RGB (Red+Green+Blue) = 126+18+39=183 (24% of max value = 765). Red value is 126 (49.61% from 255 or 68.85% from 183); Green value is 18 (7.42% from 255 or 9.84% from 183); Blue value is 39 (15.62% from 255 or 21.31% from 183); Max value from RGB is 126 - color contains mainly: red. Hex color #7E1227 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E1227 is #81EDD8. Grayscale: #343434. Windows color (decimal): -8515033 or 2560638. OLE color: 2560638.
HSL color Cylindrical-coordinate representation of color #7E1227: hue angle of 348.33º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7E1227 is Cyan = 0, Magento = 0.86, Yellow = 0.69 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 18 | 39 | - |
| CMYK | 0 | 0.86 | 0.69 | 0.51 |
| HSL | 348.33º | 0.75% | 0.28% | - |
| HSV(B) | 348.33º | 0.86% | 0.49% | - |
| XYZ | 9.19 | 5.01 | 2.4 | - |
| YUV | 52.69 | 120.28 | 180.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 18 | 39 | 0 | 0.86 | 0.69 | 0.51 | 348.33 | 0.75 | 0.28 |
| Hex | 7E | 12 | 27 | 0 | 56 | 45 | 33 | 15C | 4B | 1C |
| Octal | 176 | 22 | 47 | 0 | 126 | 105 | 63 | 534 | 113 | 34 |
| Binary | 1111110 | 10010 | 100111 | 0 | 1010110 | 1000101 | 110011 | 101011100 | 1001011 | 11100 |
Color Harmonies of #7E1227
Complementary color
Monochromatic Colors of #7E1227
Black with #7E1227
Text Example
Text Example
White with #7E1227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E1227; }
p { color: rgb(126,18,39); }
H1.HeaderClassName
{
color: #7E1227;
}
.AnyTagClassName
{
color: #7E1227;
}
</style>
background-color css
<style>
a { background-color: #7E1227; }
a { background-color: rgb(126,18,39); }
div.DivClassName
{
background-color: #7E1227;
}
.BgClassName
{
background-color: #7E1227;
}
</style>
border-color css
<style>
span { border-color: #7E1227; }
span { border-color: rgb(126,18,39); }
td.TdClassName
{
border-color: #7E1227;
}
.TagClassName
{
border-color: #7E1227;
}
</style>