Shades of Burgundy #76081B
Tints of Burgundy #76081B
RGB
CMYK
RGB Variations
Color information
#76081B (or 0x76081B) is known color: Burgundy. HEX triplet: 76, 08 and 1B. RGB value is (118,8,27). Sum of RGB (Red+Green+Blue) = 118+8+27=153 (20% of max value = 765). Red value is 118 (46.48% from 255 or 77.12% from 153); Green value is 8 (3.52% from 255 or 5.23% from 153); Blue value is 27 (10.94% from 255 or 17.65% from 153); Max value from RGB is 118 - color contains mainly: red. Hex color #76081B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76081B is #89F7E4. Grayscale: #2B2B2B. Windows color (decimal): -9041893 or 1771638. OLE color: 1771638.
HSL color Cylindrical-coordinate representation of color #76081B: hue angle of 349.64º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #76081B is Cyan = 0, Magento = 0.93, Yellow = 0.77 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 8 | 27 | - |
| CMYK | 0 | 0.93 | 0.77 | 0.54 |
| HSL | 349.64º | 0.87% | 0.25% | - |
| HSV(B) | 349.64º | 0.93% | 0.46% | - |
| XYZ | 7.76 | 4.1 | 1.42 | - |
| YUV | 43.06 | 118.94 | 181.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 8 | 27 | 0 | 0.93 | 0.77 | 0.54 | 349.64 | 0.87 | 0.25 |
| Hex | 76 | 8 | 1B | 0 | 5D | 4D | 36 | 15E | 57 | 19 |
| Octal | 166 | 10 | 33 | 0 | 135 | 115 | 66 | 536 | 127 | 31 |
| Binary | 1110110 | 1000 | 11011 | 0 | 1011101 | 1001101 | 110110 | 101011110 | 1010111 | 11001 |
Color Harmonies of #76081B
Complementary color
Monochromatic Colors of #76081B
Black with #76081B
Text Example
Text Example
White with #76081B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76081B; }
p { color: rgb(118,8,27); }
H1.HeaderClassName
{
color: #76081B;
}
.AnyTagClassName
{
color: #76081B;
}
</style>
background-color css
<style>
a { background-color: #76081B; }
a { background-color: rgb(118,8,27); }
div.DivClassName
{
background-color: #76081B;
}
.BgClassName
{
background-color: #76081B;
}
</style>
border-color css
<style>
span { border-color: #76081B; }
span { border-color: rgb(118,8,27); }
td.TdClassName
{
border-color: #76081B;
}
.TagClassName
{
border-color: #76081B;
}
</style>