Shades of Burgundy #760018
Tints of Burgundy #760018
RGB
CMYK
RGB Variations
Color information
#760018 (or 0x760018) is known color: Burgundy. HEX triplet: 76, 00 and 18. RGB value is (118,0,24). Sum of RGB (Red+Green+Blue) = 118+0+24=142 (18% of max value = 765). Red value is 118 (46.48% from 255 or 83.10% from 142); Green value is 0 (0.39% from 255 or 0% from 142); Blue value is 24 (9.77% from 255 or 16.90% from 142); Max value from RGB is 118 - color contains mainly: red. Hex color #760018 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760018 is #89FFE7. Grayscale: #262626. Windows color (decimal): -9043944 or 1572982. OLE color: 1572982.
HSL color Cylindrical-coordinate representation of color #760018: hue angle of 347.8º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #760018 is Cyan = 0, Magento = 1, Yellow = 0.80 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 0 | 24 | - |
| CMYK | 0 | 1 | 0.80 | 0.54 |
| HSL | 347.8º | 1% | 0.23% | - |
| HSV(B) | 347.8º | 1% | 0.46% | - |
| XYZ | 7.64 | 3.92 | 1.22 | - |
| YUV | 38.02 | 120.09 | 185.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 0 | 24 | 0 | 1 | 0.80 | 0.54 | 347.8 | 1 | 0.23 |
| Hex | 76 | 0 | 18 | 0 | 64 | 50 | 36 | 15C | 64 | 17 |
| Octal | 166 | 0 | 30 | 0 | 144 | 120 | 66 | 534 | 144 | 27 |
| Binary | 1110110 | 0 | 11000 | 0 | 1100100 | 1010000 | 110110 | 101011100 | 1100100 | 10111 |
Color Harmonies of #760018
Complementary color
Monochromatic Colors of #760018
Black with #760018
Text Example
Text Example
White with #760018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760018; }
p { color: rgb(118,0,24); }
H1.HeaderClassName
{
color: #760018;
}
.AnyTagClassName
{
color: #760018;
}
</style>
background-color css
<style>
a { background-color: #760018; }
a { background-color: rgb(118,0,24); }
div.DivClassName
{
background-color: #760018;
}
.BgClassName
{
background-color: #760018;
}
</style>
border-color css
<style>
span { border-color: #760018; }
span { border-color: rgb(118,0,24); }
td.TdClassName
{
border-color: #760018;
}
.TagClassName
{
border-color: #760018;
}
</style>