Shades of Burgundy #760A2D
Tints of Burgundy #760A2D
RGB
CMYK
RGB Variations
Color information
#760A2D (or 0x760A2D) is known color: Burgundy. HEX triplet: 76, 0A and 2D. RGB value is (118,10,45). Sum of RGB (Red+Green+Blue) = 118+10+45=173 (22% of max value = 765). Red value is 118 (46.48% from 255 or 68.21% from 173); Green value is 10 (4.30% from 255 or 5.78% from 173); Blue value is 45 (17.97% from 255 or 26.01% from 173); Max value from RGB is 118 - color contains mainly: red. Hex color #760A2D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760A2D is #89F5D2. Grayscale: #2E2E2E. Windows color (decimal): -9041363 or 2951798. OLE color: 2951798.
HSL color Cylindrical-coordinate representation of color #760A2D: hue angle of 340.56º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #760A2D is Cyan = 0, Magento = 0.92, Yellow = 0.62 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 10 | 45 | - |
| CMYK | 0 | 0.92 | 0.62 | 0.54 |
| HSL | 340.56º | 0.84% | 0.25% | - |
| HSV(B) | 340.56º | 0.92% | 0.46% | - |
| XYZ | 8.05 | 4.26 | 2.88 | - |
| YUV | 46.28 | 127.28 | 179.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 10 | 45 | 0 | 0.92 | 0.62 | 0.54 | 340.56 | 0.84 | 0.25 |
| Hex | 76 | A | 2D | 0 | 5C | 3E | 36 | 155 | 54 | 19 |
| Octal | 166 | 12 | 55 | 0 | 134 | 76 | 66 | 525 | 124 | 31 |
| Binary | 1110110 | 1010 | 101101 | 0 | 1011100 | 111110 | 110110 | 101010101 | 1010100 | 11001 |
Color Harmonies of #760A2D
Complementary color
Monochromatic Colors of #760A2D
Black with #760A2D
Text Example
Text Example
White with #760A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760A2D; }
p { color: rgb(118,10,45); }
H1.HeaderClassName
{
color: #760A2D;
}
.AnyTagClassName
{
color: #760A2D;
}
</style>
background-color css
<style>
a { background-color: #760A2D; }
a { background-color: rgb(118,10,45); }
div.DivClassName
{
background-color: #760A2D;
}
.BgClassName
{
background-color: #760A2D;
}
</style>
border-color css
<style>
span { border-color: #760A2D; }
span { border-color: rgb(118,10,45); }
td.TdClassName
{
border-color: #760A2D;
}
.TagClassName
{
border-color: #760A2D;
}
</style>