Shades of Burgundy #760D1A
Tints of Burgundy #760D1A
RGB
CMYK
RGB Variations
Color information
#760D1A (or 0x760D1A) is known color: Burgundy. HEX triplet: 76, 0D and 1A. RGB value is (118,13,26). Sum of RGB (Red+Green+Blue) = 118+13+26=157 (20% of max value = 765). Red value is 118 (46.48% from 255 or 75.16% from 157); Green value is 13 (5.47% from 255 or 8.28% from 157); Blue value is 26 (10.55% from 255 or 16.56% from 157); Max value from RGB is 118 - color contains mainly: red. Hex color #760D1A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760D1A is #89F2E5. Grayscale: #2D2D2D. Windows color (decimal): -9040614 or 1707382. OLE color: 1707382.
HSL color Cylindrical-coordinate representation of color #760D1A: hue angle of 352.57º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #760D1A is Cyan = 0, Magento = 0.89, Yellow = 0.78 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 13 | 26 | - |
| CMYK | 0 | 0.89 | 0.78 | 0.54 |
| HSL | 352.57º | 0.8% | 0.26% | - |
| HSV(B) | 352.57º | 0.89% | 0.46% | - |
| XYZ | 7.8 | 4.21 | 1.38 | - |
| YUV | 45.88 | 116.79 | 179.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 13 | 26 | 0 | 0.89 | 0.78 | 0.54 | 352.57 | 0.8 | 0.26 |
| Hex | 76 | D | 1A | 0 | 59 | 4E | 36 | 161 | 50 | 1A |
| Octal | 166 | 15 | 32 | 0 | 131 | 116 | 66 | 541 | 120 | 32 |
| Binary | 1110110 | 1101 | 11010 | 0 | 1011001 | 1001110 | 110110 | 101100001 | 1010000 | 11010 |
Color Harmonies of #760D1A
Complementary color
Monochromatic Colors of #760D1A
Black with #760D1A
Text Example
Text Example
White with #760D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760D1A; }
p { color: rgb(118,13,26); }
H1.HeaderClassName
{
color: #760D1A;
}
.AnyTagClassName
{
color: #760D1A;
}
</style>
background-color css
<style>
a { background-color: #760D1A; }
a { background-color: rgb(118,13,26); }
div.DivClassName
{
background-color: #760D1A;
}
.BgClassName
{
background-color: #760D1A;
}
</style>
border-color css
<style>
span { border-color: #760D1A; }
span { border-color: rgb(118,13,26); }
td.TdClassName
{
border-color: #760D1A;
}
.TagClassName
{
border-color: #760D1A;
}
</style>