Shades of Burgundy #76010B
Tints of Burgundy #76010B
RGB
CMYK
RGB Variations
Color information
#76010B (or 0x76010B) is known color: Burgundy. HEX triplet: 76, 01 and 0B. RGB value is (118,1,11). Sum of RGB (Red+Green+Blue) = 118+1+11=130 (17% of max value = 765). Red value is 118 (46.48% from 255 or 90.77% from 130); Green value is 1 (0.78% from 255 or 0.77% from 130); Blue value is 11 (4.69% from 255 or 8.46% from 130); Max value from RGB is 118 - color contains mainly: red. Hex color #76010B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #76010B is #89FEF4. Grayscale: #252525. Windows color (decimal): -9043701 or 721270. OLE color: 721270.
HSL color Cylindrical-coordinate representation of color #76010B: hue angle of 354.87º 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 #76010B is Cyan = 0, Magento = 0.99, Yellow = 0.91 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 1 | 11 | - |
| CMYK | 0 | 0.99 | 0.91 | 0.54 |
| HSL | 354.87º | 0.98% | 0.23% | - |
| HSV(B) | 354.87º | 0.99% | 0.46% | - |
| XYZ | 7.54 | 3.9 | 0.67 | - |
| YUV | 37.12 | 113.26 | 185.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 1 | 11 | 0 | 0.99 | 0.91 | 0.54 | 354.87 | 0.98 | 0.23 |
| Hex | 76 | 1 | B | 0 | 63 | 5B | 36 | 163 | 62 | 17 |
| Octal | 166 | 1 | 13 | 0 | 143 | 133 | 66 | 543 | 142 | 27 |
| Binary | 1110110 | 1 | 1011 | 0 | 1100011 | 1011011 | 110110 | 101100011 | 1100010 | 10111 |
Color Harmonies of #76010B
Complementary color
Monochromatic Colors of #76010B
Black with #76010B
Text Example
Text Example
White with #76010B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76010B; }
p { color: rgb(118,1,11); }
H1.HeaderClassName
{
color: #76010B;
}
.AnyTagClassName
{
color: #76010B;
}
</style>
background-color css
<style>
a { background-color: #76010B; }
a { background-color: rgb(118,1,11); }
div.DivClassName
{
background-color: #76010B;
}
.BgClassName
{
background-color: #76010B;
}
</style>
border-color css
<style>
span { border-color: #76010B; }
span { border-color: rgb(118,1,11); }
td.TdClassName
{
border-color: #76010B;
}
.TagClassName
{
border-color: #76010B;
}
</style>