Shades of Burgundy #760117
Tints of Burgundy #760117
RGB
CMYK
RGB Variations
Color information
#760117 (or 0x760117) is known color: Burgundy. HEX triplet: 76, 01 and 17. RGB value is (118,1,23). Sum of RGB (Red+Green+Blue) = 118+1+23=142 (18% of max value = 765). Red value is 118 (46.48% from 255 or 83.10% from 142); Green value is 1 (0.78% from 255 or 0.70% from 142); Blue value is 23 (9.38% from 255 or 16.20% from 142); Max value from RGB is 118 - color contains mainly: red. Hex color #760117 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760117 is #89FEE8. Grayscale: #262626. Windows color (decimal): -9043689 or 1507702. OLE color: 1507702.
HSL color Cylindrical-coordinate representation of color #760117: hue angle of 348.72º 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 #760117 is Cyan = 0, Magento = 0.99, Yellow = 0.81 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 1 | 23 | - |
| CMYK | 0 | 0.99 | 0.81 | 0.54 |
| HSL | 348.72º | 0.98% | 0.23% | - |
| HSV(B) | 348.72º | 0.99% | 0.46% | - |
| XYZ | 7.64 | 3.94 | 1.17 | - |
| YUV | 38.49 | 119.26 | 184.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 1 | 23 | 0 | 0.99 | 0.81 | 0.54 | 348.72 | 0.98 | 0.23 |
| Hex | 76 | 1 | 17 | 0 | 63 | 51 | 36 | 15D | 62 | 17 |
| Octal | 166 | 1 | 27 | 0 | 143 | 121 | 66 | 535 | 142 | 27 |
| Binary | 1110110 | 1 | 10111 | 0 | 1100011 | 1010001 | 110110 | 101011101 | 1100010 | 10111 |
Color Harmonies of #760117
Complementary color
Monochromatic Colors of #760117
Black with #760117
Text Example
Text Example
White with #760117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760117; }
p { color: rgb(118,1,23); }
H1.HeaderClassName
{
color: #760117;
}
.AnyTagClassName
{
color: #760117;
}
</style>
background-color css
<style>
a { background-color: #760117; }
a { background-color: rgb(118,1,23); }
div.DivClassName
{
background-color: #760117;
}
.BgClassName
{
background-color: #760117;
}
</style>
border-color css
<style>
span { border-color: #760117; }
span { border-color: rgb(118,1,23); }
td.TdClassName
{
border-color: #760117;
}
.TagClassName
{
border-color: #760117;
}
</style>