Shades of Burgundy #760A1F
Tints of Burgundy #760A1F
RGB
CMYK
RGB Variations
Color information
#760A1F (or 0x760A1F) is known color: Burgundy. HEX triplet: 76, 0A and 1F. RGB value is (118,10,31). Sum of RGB (Red+Green+Blue) = 118+10+31=159 (21% of max value = 765). Red value is 118 (46.48% from 255 or 74.21% from 159); Green value is 10 (4.30% from 255 or 6.29% from 159); Blue value is 31 (12.5% from 255 or 19.50% from 159); Max value from RGB is 118 - color contains mainly: red. Hex color #760A1F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760A1F is #89F5E0. Grayscale: #2C2C2C. Windows color (decimal): -9041377 or 2034294. OLE color: 2034294.
HSL color Cylindrical-coordinate representation of color #760A1F: hue angle of 348.33º 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 #760A1F is Cyan = 0, Magento = 0.92, Yellow = 0.74 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 10 | 31 | - |
| CMYK | 0 | 0.92 | 0.74 | 0.54 |
| HSL | 348.33º | 0.84% | 0.25% | - |
| HSV(B) | 348.33º | 0.92% | 0.46% | - |
| XYZ | 7.83 | 4.17 | 1.69 | - |
| YUV | 44.69 | 120.28 | 180.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 10 | 31 | 0 | 0.92 | 0.74 | 0.54 | 348.33 | 0.84 | 0.25 |
| Hex | 76 | A | 1F | 0 | 5C | 4A | 36 | 15C | 54 | 19 |
| Octal | 166 | 12 | 37 | 0 | 134 | 112 | 66 | 534 | 124 | 31 |
| Binary | 1110110 | 1010 | 11111 | 0 | 1011100 | 1001010 | 110110 | 101011100 | 1010100 | 11001 |
Color Harmonies of #760A1F
Complementary color
Monochromatic Colors of #760A1F
Black with #760A1F
Text Example
Text Example
White with #760A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760A1F; }
p { color: rgb(118,10,31); }
H1.HeaderClassName
{
color: #760A1F;
}
.AnyTagClassName
{
color: #760A1F;
}
</style>
background-color css
<style>
a { background-color: #760A1F; }
a { background-color: rgb(118,10,31); }
div.DivClassName
{
background-color: #760A1F;
}
.BgClassName
{
background-color: #760A1F;
}
</style>
border-color css
<style>
span { border-color: #760A1F; }
span { border-color: rgb(118,10,31); }
td.TdClassName
{
border-color: #760A1F;
}
.TagClassName
{
border-color: #760A1F;
}
</style>