Shades of Burgundy #76061A
Tints of Burgundy #76061A
RGB
CMYK
RGB Variations
Color information
#76061A (or 0x76061A) is known color: Burgundy. HEX triplet: 76, 06 and 1A. RGB value is (118,6,26). Sum of RGB (Red+Green+Blue) = 118+6+26=150 (19% of max value = 765). Red value is 118 (46.48% from 255 or 78.67% from 150); Green value is 6 (2.73% from 255 or 4% from 150); Blue value is 26 (10.55% from 255 or 17.33% from 150); Max value from RGB is 118 - color contains mainly: red. Hex color #76061A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76061A is #89F9E5. Grayscale: #292929. Windows color (decimal): -9042406 or 1705590. OLE color: 1705590.
HSL color Cylindrical-coordinate representation of color #76061A: hue angle of 349.29º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #76061A is Cyan = 0, Magento = 0.95, Yellow = 0.78 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 6 | 26 | - |
| CMYK | 0 | 0.95 | 0.78 | 0.54 |
| HSL | 349.29º | 0.9% | 0.24% | - |
| HSV(B) | 349.29º | 0.95% | 0.46% | - |
| XYZ | 7.72 | 4.06 | 1.35 | - |
| YUV | 41.77 | 119.11 | 182.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 6 | 26 | 0 | 0.95 | 0.78 | 0.54 | 349.29 | 0.9 | 0.24 |
| Hex | 76 | 6 | 1A | 0 | 5F | 4E | 36 | 15D | 5A | 18 |
| Octal | 166 | 6 | 32 | 0 | 137 | 116 | 66 | 535 | 132 | 30 |
| Binary | 1110110 | 110 | 11010 | 0 | 1011111 | 1001110 | 110110 | 101011101 | 1011010 | 11000 |
Color Harmonies of #76061A
Complementary color
Monochromatic Colors of #76061A
Black with #76061A
Text Example
Text Example
White with #76061A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76061A; }
p { color: rgb(118,6,26); }
H1.HeaderClassName
{
color: #76061A;
}
.AnyTagClassName
{
color: #76061A;
}
</style>
background-color css
<style>
a { background-color: #76061A; }
a { background-color: rgb(118,6,26); }
div.DivClassName
{
background-color: #76061A;
}
.BgClassName
{
background-color: #76061A;
}
</style>
border-color css
<style>
span { border-color: #76061A; }
span { border-color: rgb(118,6,26); }
td.TdClassName
{
border-color: #76061A;
}
.TagClassName
{
border-color: #76061A;
}
</style>