Shades of Burgundy #7F082D
Tints of Burgundy #7F082D
RGB
CMYK
RGB Variations
Color information
#7F082D (or 0x7F082D) is known color: Burgundy. HEX triplet: 7F, 08 and 2D. RGB value is (127,8,45). Sum of RGB (Red+Green+Blue) = 127+8+45=180 (23% of max value = 765). Red value is 127 (50% from 255 or 70.56% from 180); Green value is 8 (3.52% from 255 or 4.44% from 180); Blue value is 45 (17.97% from 255 or 25% from 180); Max value from RGB is 127 - color contains mainly: red. Hex color #7F082D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F082D is #80F7D2. Grayscale: #2F2F2F. Windows color (decimal): -8452051 or 2951295. OLE color: 2951295.
HSL color Cylindrical-coordinate representation of color #7F082D: hue angle of 341.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 #7F082D is Cyan = 0, Magento = 0.94, Yellow = 0.65 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 8 | 45 | - |
| CMYK | 0 | 0.94 | 0.65 | 0.50 |
| HSL | 341.34º | 0.88% | 0.26% | - |
| HSV(B) | 341.34º | 0.94% | 0.5% | - |
| XYZ | 9.31 | 4.88 | 2.93 | - |
| YUV | 47.8 | 126.42 | 184.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 8 | 45 | 0 | 0.94 | 0.65 | 0.50 | 341.34 | 0.88 | 0.26 |
| Hex | 7F | 8 | 2D | 0 | 5E | 41 | 32 | 155 | 58 | 1A |
| Octal | 177 | 10 | 55 | 0 | 136 | 101 | 62 | 525 | 130 | 32 |
| Binary | 1111111 | 1000 | 101101 | 0 | 1011110 | 1000001 | 110010 | 101010101 | 1011000 | 11010 |
Color Harmonies of #7F082D
Complementary color
Monochromatic Colors of #7F082D
Black with #7F082D
Text Example
Text Example
White with #7F082D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F082D; }
p { color: rgb(127,8,45); }
H1.HeaderClassName
{
color: #7F082D;
}
.AnyTagClassName
{
color: #7F082D;
}
</style>
background-color css
<style>
a { background-color: #7F082D; }
a { background-color: rgb(127,8,45); }
div.DivClassName
{
background-color: #7F082D;
}
.BgClassName
{
background-color: #7F082D;
}
</style>
border-color css
<style>
span { border-color: #7F082D; }
span { border-color: rgb(127,8,45); }
td.TdClassName
{
border-color: #7F082D;
}
.TagClassName
{
border-color: #7F082D;
}
</style>