Shades of Burgundy #76000F
Tints of Burgundy #76000F
RGB
CMYK
RGB Variations
Color information
#76000F (or 0x76000F) is known color: Burgundy. HEX triplet: 76, 00 and 0F. RGB value is (118,0,15). Sum of RGB (Red+Green+Blue) = 118+0+15=133 (17% of max value = 765). Red value is 118 (46.48% from 255 or 88.72% from 133); Green value is 0 (0.39% from 255 or 0% from 133); Blue value is 15 (6.25% from 255 or 11.28% from 133); Max value from RGB is 118 - color contains mainly: red. Hex color #76000F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #76000F is #89FFF0. Grayscale: #252525. Windows color (decimal): -9043953 or 983158. OLE color: 983158.
HSL color Cylindrical-coordinate representation of color #76000F: hue angle of 352.37º 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 #76000F is Cyan = 0, Magento = 1, Yellow = 0.87 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 0 | 15 | - |
| CMYK | 0 | 1 | 0.87 | 0.54 |
| HSL | 352.37º | 1% | 0.23% | - |
| HSV(B) | 352.37º | 1% | 0.46% | - |
| XYZ | 7.56 | 3.89 | 0.8 | - |
| YUV | 36.99 | 115.59 | 185.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 0 | 15 | 0 | 1 | 0.87 | 0.54 | 352.37 | 1 | 0.23 |
| Hex | 76 | 0 | F | 0 | 64 | 57 | 36 | 160 | 64 | 17 |
| Octal | 166 | 0 | 17 | 0 | 144 | 127 | 66 | 540 | 144 | 27 |
| Binary | 1110110 | 0 | 1111 | 0 | 1100100 | 1010111 | 110110 | 101100000 | 1100100 | 10111 |
Color Harmonies of #76000F
Complementary color
Monochromatic Colors of #76000F
Black with #76000F
Text Example
Text Example
White with #76000F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76000F; }
p { color: rgb(118,0,15); }
H1.HeaderClassName
{
color: #76000F;
}
.AnyTagClassName
{
color: #76000F;
}
</style>
background-color css
<style>
a { background-color: #76000F; }
a { background-color: rgb(118,0,15); }
div.DivClassName
{
background-color: #76000F;
}
.BgClassName
{
background-color: #76000F;
}
</style>
border-color css
<style>
span { border-color: #76000F; }
span { border-color: rgb(118,0,15); }
td.TdClassName
{
border-color: #76000F;
}
.TagClassName
{
border-color: #76000F;
}
</style>