Shades of Burgundy #760919
Tints of Burgundy #760919
RGB
CMYK
RGB Variations
Color information
#760919 (or 0x760919) is known color: Burgundy. HEX triplet: 76, 09 and 19. RGB value is (118,9,25). Sum of RGB (Red+Green+Blue) = 118+9+25=152 (20% of max value = 765). Red value is 118 (46.48% from 255 or 77.63% from 152); Green value is 9 (3.91% from 255 or 5.92% from 152); Blue value is 25 (10.16% from 255 or 16.45% from 152); Max value from RGB is 118 - color contains mainly: red. Hex color #760919 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760919 is #89F6E6. Grayscale: #2B2B2B. Windows color (decimal): -9041639 or 1640822. OLE color: 1640822.
HSL color Cylindrical-coordinate representation of color #760919: hue angle of 351.19º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #760919 is Cyan = 0, Magento = 0.92, Yellow = 0.79 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 9 | 25 | - |
| CMYK | 0 | 0.92 | 0.79 | 0.54 |
| HSL | 351.19º | 0.86% | 0.25% | - |
| HSV(B) | 351.19º | 0.92% | 0.46% | - |
| XYZ | 7.74 | 4.12 | 1.31 | - |
| YUV | 43.42 | 117.61 | 181.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 9 | 25 | 0 | 0.92 | 0.79 | 0.54 | 351.19 | 0.86 | 0.25 |
| Hex | 76 | 9 | 19 | 0 | 5C | 4F | 36 | 15F | 56 | 19 |
| Octal | 166 | 11 | 31 | 0 | 134 | 117 | 66 | 537 | 126 | 31 |
| Binary | 1110110 | 1001 | 11001 | 0 | 1011100 | 1001111 | 110110 | 101011111 | 1010110 | 11001 |
Color Harmonies of #760919
Complementary color
Monochromatic Colors of #760919
Black with #760919
Text Example
Text Example
White with #760919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760919; }
p { color: rgb(118,9,25); }
H1.HeaderClassName
{
color: #760919;
}
.AnyTagClassName
{
color: #760919;
}
</style>
background-color css
<style>
a { background-color: #760919; }
a { background-color: rgb(118,9,25); }
div.DivClassName
{
background-color: #760919;
}
.BgClassName
{
background-color: #760919;
}
</style>
border-color css
<style>
span { border-color: #760919; }
span { border-color: rgb(118,9,25); }
td.TdClassName
{
border-color: #760919;
}
.TagClassName
{
border-color: #760919;
}
</style>