Shades of Burgundy #76002C
Tints of Burgundy #76002C
RGB
CMYK
RGB Variations
Color information
#76002C (or 0x76002C) is known color: Burgundy. HEX triplet: 76, 00 and 2C. RGB value is (118,0,44). Sum of RGB (Red+Green+Blue) = 118+0+44=162 (21% of max value = 765). Red value is 118 (46.48% from 255 or 72.84% from 162); Green value is 0 (0.39% from 255 or 0% from 162); Blue value is 44 (17.58% from 255 or 27.16% from 162); Max value from RGB is 118 - color contains mainly: red. Hex color #76002C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76002C is #89FFD3. Grayscale: #282828. Windows color (decimal): -9043924 or 2883702. OLE color: 2883702.
HSL color Cylindrical-coordinate representation of color #76002C: hue angle of 337.63º 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 #76002C is Cyan = 0, Magento = 1, Yellow = 0.63 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 0 | 44 | - |
| CMYK | 0 | 1 | 0.63 | 0.54 |
| HSL | 337.63º | 1% | 0.23% | - |
| HSV(B) | 337.63º | 1% | 0.46% | - |
| XYZ | 7.93 | 4.03 | 2.74 | - |
| YUV | 40.3 | 130.09 | 183.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 0 | 44 | 0 | 1 | 0.63 | 0.54 | 337.63 | 1 | 0.23 |
| Hex | 76 | 0 | 2C | 0 | 64 | 3F | 36 | 152 | 64 | 17 |
| Octal | 166 | 0 | 54 | 0 | 144 | 77 | 66 | 522 | 144 | 27 |
| Binary | 1110110 | 0 | 101100 | 0 | 1100100 | 111111 | 110110 | 101010010 | 1100100 | 10111 |
Color Harmonies of #76002C
Complementary color
Monochromatic Colors of #76002C
Black with #76002C
Text Example
Text Example
White with #76002C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76002C; }
p { color: rgb(118,0,44); }
H1.HeaderClassName
{
color: #76002C;
}
.AnyTagClassName
{
color: #76002C;
}
</style>
background-color css
<style>
a { background-color: #76002C; }
a { background-color: rgb(118,0,44); }
div.DivClassName
{
background-color: #76002C;
}
.BgClassName
{
background-color: #76002C;
}
</style>
border-color css
<style>
span { border-color: #76002C; }
span { border-color: rgb(118,0,44); }
td.TdClassName
{
border-color: #76002C;
}
.TagClassName
{
border-color: #76002C;
}
</style>