Shades of Burgundy #760119
Tints of Burgundy #760119
RGB
CMYK
RGB Variations
Color information
#760119 (or 0x760119) is known color: Burgundy. HEX triplet: 76, 01 and 19. RGB value is (118,1,25). Sum of RGB (Red+Green+Blue) = 118+1+25=144 (19% of max value = 765). Red value is 118 (46.48% from 255 or 81.94% from 144); Green value is 1 (0.78% from 255 or 0.69% from 144); Blue value is 25 (10.16% from 255 or 17.36% from 144); Max value from RGB is 118 - color contains mainly: red. Hex color #760119 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760119 is #89FEE6. Grayscale: #262626. Windows color (decimal): -9043687 or 1638774. OLE color: 1638774.
HSL color Cylindrical-coordinate representation of color #760119: hue angle of 347.69º 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 #760119 is Cyan = 0, Magento = 0.99, Yellow = 0.79 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 1 | 25 | - |
| CMYK | 0 | 0.99 | 0.79 | 0.54 |
| HSL | 347.69º | 0.98% | 0.23% | - |
| HSV(B) | 347.69º | 0.99% | 0.46% | - |
| XYZ | 7.66 | 3.94 | 1.28 | - |
| YUV | 38.72 | 120.26 | 184.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 1 | 25 | 0 | 0.99 | 0.79 | 0.54 | 347.69 | 0.98 | 0.23 |
| Hex | 76 | 1 | 19 | 0 | 63 | 4F | 36 | 15C | 62 | 17 |
| Octal | 166 | 1 | 31 | 0 | 143 | 117 | 66 | 534 | 142 | 27 |
| Binary | 1110110 | 1 | 11001 | 0 | 1100011 | 1001111 | 110110 | 101011100 | 1100010 | 10111 |
Color Harmonies of #760119
Complementary color
Monochromatic Colors of #760119
Black with #760119
Text Example
Text Example
White with #760119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760119; }
p { color: rgb(118,1,25); }
H1.HeaderClassName
{
color: #760119;
}
.AnyTagClassName
{
color: #760119;
}
</style>
background-color css
<style>
a { background-color: #760119; }
a { background-color: rgb(118,1,25); }
div.DivClassName
{
background-color: #760119;
}
.BgClassName
{
background-color: #760119;
}
</style>
border-color css
<style>
span { border-color: #760119; }
span { border-color: rgb(118,1,25); }
td.TdClassName
{
border-color: #760119;
}
.TagClassName
{
border-color: #760119;
}
</style>