Shades of Burgundy #76002D
Tints of Burgundy #76002D
RGB
CMYK
RGB Variations
Color information
#76002D (or 0x76002D) is known color: Burgundy. HEX triplet: 76, 00 and 2D. RGB value is (118,0,45). Sum of RGB (Red+Green+Blue) = 118+0+45=163 (21% of max value = 765). Red value is 118 (46.48% from 255 or 72.39% from 163); Green value is 0 (0.39% from 255 or 0% from 163); Blue value is 45 (17.97% from 255 or 27.61% from 163); Max value from RGB is 118 - color contains mainly: red. Hex color #76002D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76002D is #89FFD2. Grayscale: #282828. Windows color (decimal): -9043923 or 2949238. OLE color: 2949238.
HSL color Cylindrical-coordinate representation of color #76002D: hue angle of 337.12º 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 #76002D is Cyan = 0, Magento = 1, Yellow = 0.62 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 0 | 45 | - |
| CMYK | 0 | 1 | 0.62 | 0.54 |
| HSL | 337.12º | 1% | 0.23% | - |
| HSV(B) | 337.12º | 1% | 0.46% | - |
| XYZ | 7.94 | 4.04 | 2.84 | - |
| YUV | 40.41 | 130.59 | 183.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 0 | 45 | 0 | 1 | 0.62 | 0.54 | 337.12 | 1 | 0.23 |
| Hex | 76 | 0 | 2D | 0 | 64 | 3E | 36 | 151 | 64 | 17 |
| Octal | 166 | 0 | 55 | 0 | 144 | 76 | 66 | 521 | 144 | 27 |
| Binary | 1110110 | 0 | 101101 | 0 | 1100100 | 111110 | 110110 | 101010001 | 1100100 | 10111 |
Color Harmonies of #76002D
Complementary color
Monochromatic Colors of #76002D
Black with #76002D
Text Example
Text Example
White with #76002D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76002D; }
p { color: rgb(118,0,45); }
H1.HeaderClassName
{
color: #76002D;
}
.AnyTagClassName
{
color: #76002D;
}
</style>
background-color css
<style>
a { background-color: #76002D; }
a { background-color: rgb(118,0,45); }
div.DivClassName
{
background-color: #76002D;
}
.BgClassName
{
background-color: #76002D;
}
</style>
border-color css
<style>
span { border-color: #76002D; }
span { border-color: rgb(118,0,45); }
td.TdClassName
{
border-color: #76002D;
}
.TagClassName
{
border-color: #76002D;
}
</style>