Shades of Burgundy #760124
Tints of Burgundy #760124
RGB
CMYK
RGB Variations
Color information
#760124 (or 0x760124) is known color: Burgundy. HEX triplet: 76, 01 and 24. RGB value is (118,1,36). Sum of RGB (Red+Green+Blue) = 118+1+36=155 (20% of max value = 765). Red value is 118 (46.48% from 255 or 76.13% from 155); Green value is 1 (0.78% from 255 or 0.65% from 155); Blue value is 36 (14.45% from 255 or 23.23% from 155); Max value from RGB is 118 - color contains mainly: red. Hex color #760124 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760124 is #89FEDB. Grayscale: #272727. Windows color (decimal): -9043676 or 2359670. OLE color: 2359670.
HSL color Cylindrical-coordinate representation of color #760124: hue angle of 342.05º 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 #760124 is Cyan = 0, Magento = 0.99, Yellow = 0.69 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 1 | 36 | - |
| CMYK | 0 | 0.99 | 0.69 | 0.54 |
| HSL | 342.05º | 0.98% | 0.23% | - |
| HSV(B) | 342.05º | 0.99% | 0.46% | - |
| XYZ | 7.8 | 4 | 2.03 | - |
| YUV | 39.97 | 125.76 | 183.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 1 | 36 | 0 | 0.99 | 0.69 | 0.54 | 342.05 | 0.98 | 0.23 |
| Hex | 76 | 1 | 24 | 0 | 63 | 45 | 36 | 156 | 62 | 17 |
| Octal | 166 | 1 | 44 | 0 | 143 | 105 | 66 | 526 | 142 | 27 |
| Binary | 1110110 | 1 | 100100 | 0 | 1100011 | 1000101 | 110110 | 101010110 | 1100010 | 10111 |
Color Harmonies of #760124
Complementary color
Monochromatic Colors of #760124
Black with #760124
Text Example
Text Example
White with #760124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760124; }
p { color: rgb(118,1,36); }
H1.HeaderClassName
{
color: #760124;
}
.AnyTagClassName
{
color: #760124;
}
</style>
background-color css
<style>
a { background-color: #760124; }
a { background-color: rgb(118,1,36); }
div.DivClassName
{
background-color: #760124;
}
.BgClassName
{
background-color: #760124;
}
</style>
border-color css
<style>
span { border-color: #760124; }
span { border-color: rgb(118,1,36); }
td.TdClassName
{
border-color: #760124;
}
.TagClassName
{
border-color: #760124;
}
</style>