Shades of Burgundy #76031D
Tints of Burgundy #76031D
RGB
CMYK
RGB Variations
Color information
#76031D (or 0x76031D) is known color: Burgundy. HEX triplet: 76, 03 and 1D. RGB value is (118,3,29). Sum of RGB (Red+Green+Blue) = 118+3+29=150 (19% of max value = 765). Red value is 118 (46.48% from 255 or 78.67% from 150); Green value is 3 (1.56% from 255 or 2% from 150); Blue value is 29 (11.72% from 255 or 19.33% from 150); Max value from RGB is 118 - color contains mainly: red. Hex color #76031D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76031D is #89FCE2. Grayscale: #282828. Windows color (decimal): -9043171 or 1901430. OLE color: 1901430.
HSL color Cylindrical-coordinate representation of color #76031D: hue angle of 346.43º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #76031D is Cyan = 0, Magento = 0.97, Yellow = 0.75 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 3 | 29 | - |
| CMYK | 0 | 0.97 | 0.75 | 0.54 |
| HSL | 346.43º | 0.95% | 0.24% | - |
| HSV(B) | 346.43º | 0.97% | 0.46% | - |
| XYZ | 7.73 | 4.01 | 1.53 | - |
| YUV | 40.35 | 121.6 | 183.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 3 | 29 | 0 | 0.97 | 0.75 | 0.54 | 346.43 | 0.95 | 0.24 |
| Hex | 76 | 3 | 1D | 0 | 61 | 4B | 36 | 15A | 5F | 18 |
| Octal | 166 | 3 | 35 | 0 | 141 | 113 | 66 | 532 | 137 | 30 |
| Binary | 1110110 | 11 | 11101 | 0 | 1100001 | 1001011 | 110110 | 101011010 | 1011111 | 11000 |
Color Harmonies of #76031D
Complementary color
Monochromatic Colors of #76031D
Black with #76031D
Text Example
Text Example
White with #76031D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76031D; }
p { color: rgb(118,3,29); }
H1.HeaderClassName
{
color: #76031D;
}
.AnyTagClassName
{
color: #76031D;
}
</style>
background-color css
<style>
a { background-color: #76031D; }
a { background-color: rgb(118,3,29); }
div.DivClassName
{
background-color: #76031D;
}
.BgClassName
{
background-color: #76031D;
}
</style>
border-color css
<style>
span { border-color: #76031D; }
span { border-color: rgb(118,3,29); }
td.TdClassName
{
border-color: #76031D;
}
.TagClassName
{
border-color: #76031D;
}
</style>