Shades of Burgundy #760127
Tints of Burgundy #760127
RGB
CMYK
RGB Variations
Color information
#760127 (or 0x760127) is known color: Burgundy. HEX triplet: 76, 01 and 27. RGB value is (118,1,39). Sum of RGB (Red+Green+Blue) = 118+1+39=158 (20% of max value = 765). Red value is 118 (46.48% from 255 or 74.68% from 158); Green value is 1 (0.78% from 255 or 0.63% from 158); Blue value is 39 (15.62% from 255 or 24.68% from 158); Max value from RGB is 118 - color contains mainly: red. Hex color #760127 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760127 is #89FED8. Grayscale: #282828. Windows color (decimal): -9043673 or 2556278. OLE color: 2556278.
HSL color Cylindrical-coordinate representation of color #760127: hue angle of 340.51º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #760127 is Cyan = 0, Magento = 0.99, Yellow = 0.67 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 1 | 39 | - |
| CMYK | 0 | 0.99 | 0.67 | 0.54 |
| HSL | 340.51º | 0.98% | 0.23% | - |
| HSV(B) | 340.51º | 0.99% | 0.46% | - |
| XYZ | 7.85 | 4.02 | 2.28 | - |
| YUV | 40.32 | 127.26 | 183.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 1 | 39 | 0 | 0.99 | 0.67 | 0.54 | 340.51 | 0.98 | 0.23 |
| Hex | 76 | 1 | 27 | 0 | 63 | 43 | 36 | 155 | 62 | 17 |
| Octal | 166 | 1 | 47 | 0 | 143 | 103 | 66 | 525 | 142 | 27 |
| Binary | 1110110 | 1 | 100111 | 0 | 1100011 | 1000011 | 110110 | 101010101 | 1100010 | 10111 |
Color Harmonies of #760127
Complementary color
Monochromatic Colors of #760127
Black with #760127
Text Example
Text Example
White with #760127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760127; }
p { color: rgb(118,1,39); }
H1.HeaderClassName
{
color: #760127;
}
.AnyTagClassName
{
color: #760127;
}
</style>
background-color css
<style>
a { background-color: #760127; }
a { background-color: rgb(118,1,39); }
div.DivClassName
{
background-color: #760127;
}
.BgClassName
{
background-color: #760127;
}
</style>
border-color css
<style>
span { border-color: #760127; }
span { border-color: rgb(118,1,39); }
td.TdClassName
{
border-color: #760127;
}
.TagClassName
{
border-color: #760127;
}
</style>