Shades of Burgundy #76000D
Tints of Burgundy #76000D
RGB
CMYK
RGB Variations
Color information
#76000D (or 0x76000D) is known color: Burgundy. HEX triplet: 76, 00 and 0D. RGB value is (118,0,13). Sum of RGB (Red+Green+Blue) = 118+0+13=131 (17% of max value = 765). Red value is 118 (46.48% from 255 or 90.08% from 131); Green value is 0 (0.39% from 255 or 0% from 131); Blue value is 13 (5.47% from 255 or 9.92% from 131); Max value from RGB is 118 - color contains mainly: red. Hex color #76000D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #76000D is #89FFF2. Grayscale: #242424. Windows color (decimal): -9043955 or 852086. OLE color: 852086.
HSL color Cylindrical-coordinate representation of color #76000D: hue angle of 353.39º 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 #76000D is Cyan = 0, Magento = 1, Yellow = 0.89 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 0 | 13 | - |
| CMYK | 0 | 1 | 0.89 | 0.54 |
| HSL | 353.39º | 1% | 0.23% | - |
| HSV(B) | 353.39º | 1% | 0.46% | - |
| XYZ | 7.54 | 3.88 | 0.73 | - |
| YUV | 36.76 | 114.59 | 185.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 0 | 13 | 0 | 1 | 0.89 | 0.54 | 353.39 | 1 | 0.23 |
| Hex | 76 | 0 | D | 0 | 64 | 59 | 36 | 161 | 64 | 17 |
| Octal | 166 | 0 | 15 | 0 | 144 | 131 | 66 | 541 | 144 | 27 |
| Binary | 1110110 | 0 | 1101 | 0 | 1100100 | 1011001 | 110110 | 101100001 | 1100100 | 10111 |
Color Harmonies of #76000D
Complementary color
Monochromatic Colors of #76000D
Black with #76000D
Text Example
Text Example
White with #76000D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76000D; }
p { color: rgb(118,0,13); }
H1.HeaderClassName
{
color: #76000D;
}
.AnyTagClassName
{
color: #76000D;
}
</style>
background-color css
<style>
a { background-color: #76000D; }
a { background-color: rgb(118,0,13); }
div.DivClassName
{
background-color: #76000D;
}
.BgClassName
{
background-color: #76000D;
}
</style>
border-color css
<style>
span { border-color: #76000D; }
span { border-color: rgb(118,0,13); }
td.TdClassName
{
border-color: #76000D;
}
.TagClassName
{
border-color: #76000D;
}
</style>