Shades of Burgundy #76011F
Tints of Burgundy #76011F
RGB
CMYK
RGB Variations
Color information
#76011F (or 0x76011F) is known color: Burgundy. HEX triplet: 76, 01 and 1F. RGB value is (118,1,31). Sum of RGB (Red+Green+Blue) = 118+1+31=150 (19% of max value = 765). Red value is 118 (46.48% from 255 or 78.67% from 150); Green value is 1 (0.78% from 255 or 0.67% from 150); Blue value is 31 (12.5% from 255 or 20.67% from 150); Max value from RGB is 118 - color contains mainly: red. Hex color #76011F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76011F is #89FEE0. Grayscale: #272727. Windows color (decimal): -9043681 or 2031990. OLE color: 2031990.
HSL color Cylindrical-coordinate representation of color #76011F: hue angle of 344.62º 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 #76011F is Cyan = 0, Magento = 0.99, Yellow = 0.74 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 1 | 31 | - |
| CMYK | 0 | 0.99 | 0.74 | 0.54 |
| HSL | 344.62º | 0.98% | 0.23% | - |
| HSV(B) | 344.62º | 0.99% | 0.46% | - |
| XYZ | 7.73 | 3.97 | 1.66 | - |
| YUV | 39.4 | 123.26 | 184.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 1 | 31 | 0 | 0.99 | 0.74 | 0.54 | 344.62 | 0.98 | 0.23 |
| Hex | 76 | 1 | 1F | 0 | 63 | 4A | 36 | 159 | 62 | 17 |
| Octal | 166 | 1 | 37 | 0 | 143 | 112 | 66 | 531 | 142 | 27 |
| Binary | 1110110 | 1 | 11111 | 0 | 1100011 | 1001010 | 110110 | 101011001 | 1100010 | 10111 |
Color Harmonies of #76011F
Complementary color
Monochromatic Colors of #76011F
Black with #76011F
Text Example
Text Example
White with #76011F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76011F; }
p { color: rgb(118,1,31); }
H1.HeaderClassName
{
color: #76011F;
}
.AnyTagClassName
{
color: #76011F;
}
</style>
background-color css
<style>
a { background-color: #76011F; }
a { background-color: rgb(118,1,31); }
div.DivClassName
{
background-color: #76011F;
}
.BgClassName
{
background-color: #76011F;
}
</style>
border-color css
<style>
span { border-color: #76011F; }
span { border-color: rgb(118,1,31); }
td.TdClassName
{
border-color: #76011F;
}
.TagClassName
{
border-color: #76011F;
}
</style>