Shades of Burgundy #76072F
Tints of Burgundy #76072F
RGB
CMYK
RGB Variations
Color information
#76072F (or 0x76072F) is known color: Burgundy. HEX triplet: 76, 07 and 2F. RGB value is (118,7,47). Sum of RGB (Red+Green+Blue) = 118+7+47=172 (22% of max value = 765). Red value is 118 (46.48% from 255 or 68.60% from 172); Green value is 7 (3.12% from 255 or 4.07% from 172); Blue value is 47 (18.75% from 255 or 27.33% from 172); Max value from RGB is 118 - color contains mainly: red. Hex color #76072F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76072F is #89F8D0. Grayscale: #2C2C2C. Windows color (decimal): -9042129 or 3082102. OLE color: 3082102.
HSL color Cylindrical-coordinate representation of color #76072F: hue angle of 338.38º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #76072F is Cyan = 0, Magento = 0.94, Yellow = 0.60 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 7 | 47 | - |
| CMYK | 0 | 0.94 | 0.60 | 0.54 |
| HSL | 338.38º | 0.89% | 0.25% | - |
| HSV(B) | 338.38º | 0.94% | 0.46% | - |
| XYZ | 8.06 | 4.21 | 3.08 | - |
| YUV | 44.75 | 129.27 | 180.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 7 | 47 | 0 | 0.94 | 0.60 | 0.54 | 338.38 | 0.89 | 0.25 |
| Hex | 76 | 7 | 2F | 0 | 5E | 3C | 36 | 152 | 59 | 19 |
| Octal | 166 | 7 | 57 | 0 | 136 | 74 | 66 | 522 | 131 | 31 |
| Binary | 1110110 | 111 | 101111 | 0 | 1011110 | 111100 | 110110 | 101010010 | 1011001 | 11001 |
Color Harmonies of #76072F
Complementary color
Monochromatic Colors of #76072F
Black with #76072F
Text Example
Text Example
White with #76072F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76072F; }
p { color: rgb(118,7,47); }
H1.HeaderClassName
{
color: #76072F;
}
.AnyTagClassName
{
color: #76072F;
}
</style>
background-color css
<style>
a { background-color: #76072F; }
a { background-color: rgb(118,7,47); }
div.DivClassName
{
background-color: #76072F;
}
.BgClassName
{
background-color: #76072F;
}
</style>
border-color css
<style>
span { border-color: #76072F; }
span { border-color: rgb(118,7,47); }
td.TdClassName
{
border-color: #76072F;
}
.TagClassName
{
border-color: #76072F;
}
</style>