Shades of Burgundy #76031A
Tints of Burgundy #76031A
RGB
CMYK
RGB Variations
Color information
#76031A (or 0x76031A) is known color: Burgundy. HEX triplet: 76, 03 and 1A. RGB value is (118,3,26). Sum of RGB (Red+Green+Blue) = 118+3+26=147 (19% of max value = 765). Red value is 118 (46.48% from 255 or 80.27% from 147); Green value is 3 (1.56% from 255 or 2.04% from 147); Blue value is 26 (10.55% from 255 or 17.69% from 147); Max value from RGB is 118 - color contains mainly: red. Hex color #76031A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76031A is #89FCE5. Grayscale: #282828. Windows color (decimal): -9043174 or 1704822. OLE color: 1704822.
HSL color Cylindrical-coordinate representation of color #76031A: hue angle of 348º 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 #76031A is Cyan = 0, Magento = 0.97, Yellow = 0.78 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 3 | 26 | - |
| CMYK | 0 | 0.97 | 0.78 | 0.54 |
| HSL | 348º | 0.95% | 0.24% | - |
| HSV(B) | 348º | 0.97% | 0.46% | - |
| XYZ | 7.69 | 3.99 | 1.34 | - |
| YUV | 40.01 | 120.1 | 183.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 3 | 26 | 0 | 0.97 | 0.78 | 0.54 | 348 | 0.95 | 0.24 |
| Hex | 76 | 3 | 1A | 0 | 61 | 4E | 36 | 15C | 5F | 18 |
| Octal | 166 | 3 | 32 | 0 | 141 | 116 | 66 | 534 | 137 | 30 |
| Binary | 1110110 | 11 | 11010 | 0 | 1100001 | 1001110 | 110110 | 101011100 | 1011111 | 11000 |
Color Harmonies of #76031A
Complementary color
Monochromatic Colors of #76031A
Black with #76031A
Text Example
Text Example
White with #76031A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76031A; }
p { color: rgb(118,3,26); }
H1.HeaderClassName
{
color: #76031A;
}
.AnyTagClassName
{
color: #76031A;
}
</style>
background-color css
<style>
a { background-color: #76031A; }
a { background-color: rgb(118,3,26); }
div.DivClassName
{
background-color: #76031A;
}
.BgClassName
{
background-color: #76031A;
}
</style>
border-color css
<style>
span { border-color: #76031A; }
span { border-color: rgb(118,3,26); }
td.TdClassName
{
border-color: #76031A;
}
.TagClassName
{
border-color: #76031A;
}
</style>