Shades of Burgundy #760128
Tints of Burgundy #760128
RGB
CMYK
RGB Variations
Color information
#760128 (or 0x760128) is known color: Burgundy. HEX triplet: 76, 01 and 28. RGB value is (118,1,40). Sum of RGB (Red+Green+Blue) = 118+1+40=159 (21% of max value = 765). Red value is 118 (46.48% from 255 or 74.21% from 159); Green value is 1 (0.78% from 255 or 0.63% from 159); Blue value is 40 (16.02% from 255 or 25.16% from 159); Max value from RGB is 118 - color contains mainly: red. Hex color #760128 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760128 is #89FED7. Grayscale: #282828. Windows color (decimal): -9043672 or 2621814. OLE color: 2621814.
HSL color Cylindrical-coordinate representation of color #760128: hue angle of 340º 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 #760128 is Cyan = 0, Magento = 0.99, Yellow = 0.66 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 1 | 40 | - |
| CMYK | 0 | 0.99 | 0.66 | 0.54 |
| HSL | 340º | 0.98% | 0.23% | - |
| HSV(B) | 340º | 0.99% | 0.46% | - |
| XYZ | 7.87 | 4.03 | 2.37 | - |
| YUV | 40.43 | 127.76 | 183.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 1 | 40 | 0 | 0.99 | 0.66 | 0.54 | 340 | 0.98 | 0.23 |
| Hex | 76 | 1 | 28 | 0 | 63 | 42 | 36 | 154 | 62 | 17 |
| Octal | 166 | 1 | 50 | 0 | 143 | 102 | 66 | 524 | 142 | 27 |
| Binary | 1110110 | 1 | 101000 | 0 | 1100011 | 1000010 | 110110 | 101010100 | 1100010 | 10111 |
Color Harmonies of #760128
Complementary color
Monochromatic Colors of #760128
Black with #760128
Text Example
Text Example
White with #760128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760128; }
p { color: rgb(118,1,40); }
H1.HeaderClassName
{
color: #760128;
}
.AnyTagClassName
{
color: #760128;
}
</style>
background-color css
<style>
a { background-color: #760128; }
a { background-color: rgb(118,1,40); }
div.DivClassName
{
background-color: #760128;
}
.BgClassName
{
background-color: #760128;
}
</style>
border-color css
<style>
span { border-color: #760128; }
span { border-color: rgb(118,1,40); }
td.TdClassName
{
border-color: #760128;
}
.TagClassName
{
border-color: #760128;
}
</style>