Shades of Burgundy #760B1D
Tints of Burgundy #760B1D
RGB
CMYK
RGB Variations
Color information
#760B1D (or 0x760B1D) is known color: Burgundy. HEX triplet: 76, 0B and 1D. RGB value is (118,11,29). Sum of RGB (Red+Green+Blue) = 118+11+29=158 (20% of max value = 765). Red value is 118 (46.48% from 255 or 74.68% from 158); Green value is 11 (4.69% from 255 or 6.96% from 158); Blue value is 29 (11.72% from 255 or 18.35% from 158); Max value from RGB is 118 - color contains mainly: red. Hex color #760B1D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760B1D is #89F4E2. Grayscale: #2D2D2D. Windows color (decimal): -9041123 or 1903478. OLE color: 1903478.
HSL color Cylindrical-coordinate representation of color #760B1D: hue angle of 349.91º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #760B1D is Cyan = 0, Magento = 0.91, Yellow = 0.75 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 11 | 29 | - |
| CMYK | 0 | 0.91 | 0.75 | 0.54 |
| HSL | 349.91º | 0.83% | 0.25% | - |
| HSV(B) | 349.91º | 0.91% | 0.46% | - |
| XYZ | 7.81 | 4.18 | 1.56 | - |
| YUV | 45.05 | 118.95 | 180.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 11 | 29 | 0 | 0.91 | 0.75 | 0.54 | 349.91 | 0.83 | 0.25 |
| Hex | 76 | B | 1D | 0 | 5B | 4B | 36 | 15E | 53 | 19 |
| Octal | 166 | 13 | 35 | 0 | 133 | 113 | 66 | 536 | 123 | 31 |
| Binary | 1110110 | 1011 | 11101 | 0 | 1011011 | 1001011 | 110110 | 101011110 | 1010011 | 11001 |
Color Harmonies of #760B1D
Complementary color
Monochromatic Colors of #760B1D
Black with #760B1D
Text Example
Text Example
White with #760B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760B1D; }
p { color: rgb(118,11,29); }
H1.HeaderClassName
{
color: #760B1D;
}
.AnyTagClassName
{
color: #760B1D;
}
</style>
background-color css
<style>
a { background-color: #760B1D; }
a { background-color: rgb(118,11,29); }
div.DivClassName
{
background-color: #760B1D;
}
.BgClassName
{
background-color: #760B1D;
}
</style>
border-color css
<style>
span { border-color: #760B1D; }
span { border-color: rgb(118,11,29); }
td.TdClassName
{
border-color: #760B1D;
}
.TagClassName
{
border-color: #760B1D;
}
</style>