Shades of Burgundy #760812
Tints of Burgundy #760812
RGB
CMYK
RGB Variations
Color information
#760812 (or 0x760812) is known color: Burgundy. HEX triplet: 76, 08 and 12. RGB value is (118,8,18). Sum of RGB (Red+Green+Blue) = 118+8+18=144 (19% of max value = 765). Red value is 118 (46.48% from 255 or 81.94% from 144); Green value is 8 (3.52% from 255 or 5.56% from 144); Blue value is 18 (7.42% from 255 or 12.5% from 144); Max value from RGB is 118 - color contains mainly: red. Hex color #760812 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760812 is #89F7ED. Grayscale: #2A2A2A. Windows color (decimal): -9041902 or 1181814. OLE color: 1181814.
HSL color Cylindrical-coordinate representation of color #760812: hue angle of 354.55º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #760812 is Cyan = 0, Magento = 0.93, Yellow = 0.85 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 8 | 18 | - |
| CMYK | 0 | 0.93 | 0.85 | 0.54 |
| HSL | 354.55º | 0.87% | 0.25% | - |
| HSV(B) | 354.55º | 0.93% | 0.46% | - |
| XYZ | 7.67 | 4.07 | 0.95 | - |
| YUV | 42.03 | 114.44 | 182.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 8 | 18 | 0 | 0.93 | 0.85 | 0.54 | 354.55 | 0.87 | 0.25 |
| Hex | 76 | 8 | 12 | 0 | 5D | 55 | 36 | 163 | 57 | 19 |
| Octal | 166 | 10 | 22 | 0 | 135 | 125 | 66 | 543 | 127 | 31 |
| Binary | 1110110 | 1000 | 10010 | 0 | 1011101 | 1010101 | 110110 | 101100011 | 1010111 | 11001 |
Color Harmonies of #760812
Complementary color
Monochromatic Colors of #760812
Black with #760812
Text Example
Text Example
White with #760812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760812; }
p { color: rgb(118,8,18); }
H1.HeaderClassName
{
color: #760812;
}
.AnyTagClassName
{
color: #760812;
}
</style>
background-color css
<style>
a { background-color: #760812; }
a { background-color: rgb(118,8,18); }
div.DivClassName
{
background-color: #760812;
}
.BgClassName
{
background-color: #760812;
}
</style>
border-color css
<style>
span { border-color: #760812; }
span { border-color: rgb(118,8,18); }
td.TdClassName
{
border-color: #760812;
}
.TagClassName
{
border-color: #760812;
}
</style>