Shades of Burgundy #7F082F
Tints of Burgundy #7F082F
RGB
CMYK
RGB Variations
Color information
#7F082F (or 0x7F082F) is known color: Burgundy. HEX triplet: 7F, 08 and 2F. RGB value is (127,8,47). Sum of RGB (Red+Green+Blue) = 127+8+47=182 (24% of max value = 765). Red value is 127 (50% from 255 or 69.78% from 182); Green value is 8 (3.52% from 255 or 4.40% from 182); Blue value is 47 (18.75% from 255 or 25.82% from 182); Max value from RGB is 127 - color contains mainly: red. Hex color #7F082F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F082F is #80F7D0. Grayscale: #2F2F2F. Windows color (decimal): -8452049 or 3082367. OLE color: 3082367.
HSL color Cylindrical-coordinate representation of color #7F082F: hue angle of 340.34º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7F082F is Cyan = 0, Magento = 0.94, Yellow = 0.63 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 8 | 47 | - |
| CMYK | 0 | 0.94 | 0.63 | 0.50 |
| HSL | 340.34º | 0.88% | 0.26% | - |
| HSV(B) | 340.34º | 0.94% | 0.5% | - |
| XYZ | 9.35 | 4.89 | 3.14 | - |
| YUV | 48.03 | 127.42 | 184.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 8 | 47 | 0 | 0.94 | 0.63 | 0.50 | 340.34 | 0.88 | 0.26 |
| Hex | 7F | 8 | 2F | 0 | 5E | 3F | 32 | 154 | 58 | 1A |
| Octal | 177 | 10 | 57 | 0 | 136 | 77 | 62 | 524 | 130 | 32 |
| Binary | 1111111 | 1000 | 101111 | 0 | 1011110 | 111111 | 110010 | 101010100 | 1011000 | 11010 |
Color Harmonies of #7F082F
Complementary color
Monochromatic Colors of #7F082F
Black with #7F082F
Text Example
Text Example
White with #7F082F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F082F; }
p { color: rgb(127,8,47); }
H1.HeaderClassName
{
color: #7F082F;
}
.AnyTagClassName
{
color: #7F082F;
}
</style>
background-color css
<style>
a { background-color: #7F082F; }
a { background-color: rgb(127,8,47); }
div.DivClassName
{
background-color: #7F082F;
}
.BgClassName
{
background-color: #7F082F;
}
</style>
border-color css
<style>
span { border-color: #7F082F; }
span { border-color: rgb(127,8,47); }
td.TdClassName
{
border-color: #7F082F;
}
.TagClassName
{
border-color: #7F082F;
}
</style>