Shades of Burgundy #76092A
Tints of Burgundy #76092A
RGB
CMYK
RGB Variations
Color information
#76092A (or 0x76092A) is known color: Burgundy. HEX triplet: 76, 09 and 2A. RGB value is (118,9,42). Sum of RGB (Red+Green+Blue) = 118+9+42=169 (22% of max value = 765). Red value is 118 (46.48% from 255 or 69.82% from 169); Green value is 9 (3.91% from 255 or 5.33% from 169); Blue value is 42 (16.80% from 255 or 24.85% from 169); Max value from RGB is 118 - color contains mainly: red. Hex color #76092A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76092A is #89F6D5. Grayscale: #2D2D2D. Windows color (decimal): -9041622 or 2754934. OLE color: 2754934.
HSL color Cylindrical-coordinate representation of color #76092A: hue angle of 341.83º degrees, saturation: 0.86, 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 #76092A is Cyan = 0, Magento = 0.92, Yellow = 0.64 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 9 | 42 | - |
| CMYK | 0 | 0.92 | 0.64 | 0.54 |
| HSL | 341.83º | 0.86% | 0.25% | - |
| HSV(B) | 341.83º | 0.92% | 0.46% | - |
| XYZ | 7.99 | 4.21 | 2.58 | - |
| YUV | 45.35 | 126.11 | 179.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 9 | 42 | 0 | 0.92 | 0.64 | 0.54 | 341.83 | 0.86 | 0.25 |
| Hex | 76 | 9 | 2A | 0 | 5C | 40 | 36 | 156 | 56 | 19 |
| Octal | 166 | 11 | 52 | 0 | 134 | 100 | 66 | 526 | 126 | 31 |
| Binary | 1110110 | 1001 | 101010 | 0 | 1011100 | 1000000 | 110110 | 101010110 | 1010110 | 11001 |
Color Harmonies of #76092A
Complementary color
Monochromatic Colors of #76092A
Black with #76092A
Text Example
Text Example
White with #76092A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76092A; }
p { color: rgb(118,9,42); }
H1.HeaderClassName
{
color: #76092A;
}
.AnyTagClassName
{
color: #76092A;
}
</style>
background-color css
<style>
a { background-color: #76092A; }
a { background-color: rgb(118,9,42); }
div.DivClassName
{
background-color: #76092A;
}
.BgClassName
{
background-color: #76092A;
}
</style>
border-color css
<style>
span { border-color: #76092A; }
span { border-color: rgb(118,9,42); }
td.TdClassName
{
border-color: #76092A;
}
.TagClassName
{
border-color: #76092A;
}
</style>