Shades of Burgundy #76001B
Tints of Burgundy #76001B
RGB
CMYK
RGB Variations
Color information
#76001B (or 0x76001B) is known color: Burgundy. HEX triplet: 76, 00 and 1B. RGB value is (118,0,27). Sum of RGB (Red+Green+Blue) = 118+0+27=145 (19% of max value = 765). Red value is 118 (46.48% from 255 or 81.38% from 145); Green value is 0 (0.39% from 255 or 0% from 145); Blue value is 27 (10.94% from 255 or 18.62% from 145); Max value from RGB is 118 - color contains mainly: red. Hex color #76001B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76001B is #89FFE4. Grayscale: #262626. Windows color (decimal): -9043941 or 1769590. OLE color: 1769590.
HSL color Cylindrical-coordinate representation of color #76001B: hue angle of 346.27º 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 #76001B is Cyan = 0, Magento = 1, Yellow = 0.77 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 0 | 27 | - |
| CMYK | 0 | 1 | 0.77 | 0.54 |
| HSL | 346.27º | 1% | 0.23% | - |
| HSV(B) | 346.27º | 1% | 0.46% | - |
| XYZ | 7.67 | 3.93 | 1.39 | - |
| YUV | 38.36 | 121.59 | 184.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 0 | 27 | 0 | 1 | 0.77 | 0.54 | 346.27 | 1 | 0.23 |
| Hex | 76 | 0 | 1B | 0 | 64 | 4D | 36 | 15A | 64 | 17 |
| Octal | 166 | 0 | 33 | 0 | 144 | 115 | 66 | 532 | 144 | 27 |
| Binary | 1110110 | 0 | 11011 | 0 | 1100100 | 1001101 | 110110 | 101011010 | 1100100 | 10111 |
Color Harmonies of #76001B
Complementary color
Monochromatic Colors of #76001B
Black with #76001B
Text Example
Text Example
White with #76001B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76001B; }
p { color: rgb(118,0,27); }
H1.HeaderClassName
{
color: #76001B;
}
.AnyTagClassName
{
color: #76001B;
}
</style>
background-color css
<style>
a { background-color: #76001B; }
a { background-color: rgb(118,0,27); }
div.DivClassName
{
background-color: #76001B;
}
.BgClassName
{
background-color: #76001B;
}
</style>
border-color css
<style>
span { border-color: #76001B; }
span { border-color: rgb(118,0,27); }
td.TdClassName
{
border-color: #76001B;
}
.TagClassName
{
border-color: #76001B;
}
</style>