Shades of Burgundy #76071C
Tints of Burgundy #76071C
RGB
CMYK
RGB Variations
Color information
#76071C (or 0x76071C) is known color: Burgundy. HEX triplet: 76, 07 and 1C. RGB value is (118,7,28). Sum of RGB (Red+Green+Blue) = 118+7+28=153 (20% of max value = 765). Red value is 118 (46.48% from 255 or 77.12% from 153); Green value is 7 (3.12% from 255 or 4.58% from 153); Blue value is 28 (11.33% from 255 or 18.30% from 153); Max value from RGB is 118 - color contains mainly: red. Hex color #76071C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76071C is #89F8E3. Grayscale: #2A2A2A. Windows color (decimal): -9042148 or 1836918. OLE color: 1836918.
HSL color Cylindrical-coordinate representation of color #76071C: hue angle of 348.65º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #76071C is Cyan = 0, Magento = 0.94, Yellow = 0.76 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 7 | 28 | - |
| CMYK | 0 | 0.94 | 0.76 | 0.54 |
| HSL | 348.65º | 0.89% | 0.25% | - |
| HSV(B) | 348.65º | 0.94% | 0.46% | - |
| XYZ | 7.76 | 4.09 | 1.48 | - |
| YUV | 42.58 | 119.77 | 181.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 7 | 28 | 0 | 0.94 | 0.76 | 0.54 | 348.65 | 0.89 | 0.25 |
| Hex | 76 | 7 | 1C | 0 | 5E | 4C | 36 | 15D | 59 | 19 |
| Octal | 166 | 7 | 34 | 0 | 136 | 114 | 66 | 535 | 131 | 31 |
| Binary | 1110110 | 111 | 11100 | 0 | 1011110 | 1001100 | 110110 | 101011101 | 1011001 | 11001 |
Color Harmonies of #76071C
Complementary color
Monochromatic Colors of #76071C
Black with #76071C
Text Example
Text Example
White with #76071C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76071C; }
p { color: rgb(118,7,28); }
H1.HeaderClassName
{
color: #76071C;
}
.AnyTagClassName
{
color: #76071C;
}
</style>
background-color css
<style>
a { background-color: #76071C; }
a { background-color: rgb(118,7,28); }
div.DivClassName
{
background-color: #76071C;
}
.BgClassName
{
background-color: #76071C;
}
</style>
border-color css
<style>
span { border-color: #76071C; }
span { border-color: rgb(118,7,28); }
td.TdClassName
{
border-color: #76071C;
}
.TagClassName
{
border-color: #76071C;
}
</style>