Shades of Burgundy #76092F
Tints of Burgundy #76092F
RGB
CMYK
RGB Variations
Color information
#76092F (or 0x76092F) is known color: Burgundy. HEX triplet: 76, 09 and 2F. RGB value is (118,9,47). Sum of RGB (Red+Green+Blue) = 118+9+47=174 (23% of max value = 765). Red value is 118 (46.48% from 255 or 67.82% from 174); Green value is 9 (3.91% from 255 or 5.17% from 174); Blue value is 47 (18.75% from 255 or 27.01% from 174); Max value from RGB is 118 - color contains mainly: red. Hex color #76092F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76092F is #89F6D0. Grayscale: #2D2D2D. Windows color (decimal): -9041617 or 3082614. OLE color: 3082614.
HSL color Cylindrical-coordinate representation of color #76092F: hue angle of 339.08º 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 #76092F is Cyan = 0, Magento = 0.92, Yellow = 0.60 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 9 | 47 | - |
| CMYK | 0 | 0.92 | 0.60 | 0.54 |
| HSL | 339.08º | 0.86% | 0.25% | - |
| HSV(B) | 339.08º | 0.92% | 0.46% | - |
| XYZ | 8.08 | 4.25 | 3.08 | - |
| YUV | 45.92 | 128.61 | 179.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 9 | 47 | 0 | 0.92 | 0.60 | 0.54 | 339.08 | 0.86 | 0.25 |
| Hex | 76 | 9 | 2F | 0 | 5C | 3C | 36 | 153 | 56 | 19 |
| Octal | 166 | 11 | 57 | 0 | 134 | 74 | 66 | 523 | 126 | 31 |
| Binary | 1110110 | 1001 | 101111 | 0 | 1011100 | 111100 | 110110 | 101010011 | 1010110 | 11001 |
Color Harmonies of #76092F
Complementary color
Monochromatic Colors of #76092F
Black with #76092F
Text Example
Text Example
White with #76092F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76092F; }
p { color: rgb(118,9,47); }
H1.HeaderClassName
{
color: #76092F;
}
.AnyTagClassName
{
color: #76092F;
}
</style>
background-color css
<style>
a { background-color: #76092F; }
a { background-color: rgb(118,9,47); }
div.DivClassName
{
background-color: #76092F;
}
.BgClassName
{
background-color: #76092F;
}
</style>
border-color css
<style>
span { border-color: #76092F; }
span { border-color: rgb(118,9,47); }
td.TdClassName
{
border-color: #76092F;
}
.TagClassName
{
border-color: #76092F;
}
</style>