Shades of Burgundy #7F082C
Tints of Burgundy #7F082C
RGB
CMYK
RGB Variations
Color information
#7F082C (or 0x7F082C) is known color: Burgundy. HEX triplet: 7F, 08 and 2C. RGB value is (127,8,44). Sum of RGB (Red+Green+Blue) = 127+8+44=179 (23% of max value = 765). Red value is 127 (50% from 255 or 70.95% from 179); Green value is 8 (3.52% from 255 or 4.47% from 179); Blue value is 44 (17.58% from 255 or 24.58% from 179); Max value from RGB is 127 - color contains mainly: red. Hex color #7F082C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F082C is #80F7D3. Grayscale: #2F2F2F. Windows color (decimal): -8452052 or 2885759. OLE color: 2885759.
HSL color Cylindrical-coordinate representation of color #7F082C: hue angle of 341.85º 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 #7F082C is Cyan = 0, Magento = 0.94, Yellow = 0.65 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 8 | 44 | - |
| CMYK | 0 | 0.94 | 0.65 | 0.50 |
| HSL | 341.85º | 0.88% | 0.26% | - |
| HSV(B) | 341.85º | 0.94% | 0.5% | - |
| XYZ | 9.29 | 4.87 | 2.83 | - |
| YUV | 47.69 | 125.92 | 184.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 8 | 44 | 0 | 0.94 | 0.65 | 0.50 | 341.85 | 0.88 | 0.26 |
| Hex | 7F | 8 | 2C | 0 | 5E | 41 | 32 | 156 | 58 | 1A |
| Octal | 177 | 10 | 54 | 0 | 136 | 101 | 62 | 526 | 130 | 32 |
| Binary | 1111111 | 1000 | 101100 | 0 | 1011110 | 1000001 | 110010 | 101010110 | 1011000 | 11010 |
Color Harmonies of #7F082C
Complementary color
Monochromatic Colors of #7F082C
Black with #7F082C
Text Example
Text Example
White with #7F082C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F082C; }
p { color: rgb(127,8,44); }
H1.HeaderClassName
{
color: #7F082C;
}
.AnyTagClassName
{
color: #7F082C;
}
</style>
background-color css
<style>
a { background-color: #7F082C; }
a { background-color: rgb(127,8,44); }
div.DivClassName
{
background-color: #7F082C;
}
.BgClassName
{
background-color: #7F082C;
}
</style>
border-color css
<style>
span { border-color: #7F082C; }
span { border-color: rgb(127,8,44); }
td.TdClassName
{
border-color: #7F082C;
}
.TagClassName
{
border-color: #7F082C;
}
</style>