Shades of Burgundy #7F081D
Tints of Burgundy #7F081D
RGB
CMYK
RGB Variations
Color information
#7F081D (or 0x7F081D) is known color: Burgundy. HEX triplet: 7F, 08 and 1D. RGB value is (127,8,29). Sum of RGB (Red+Green+Blue) = 127+8+29=164 (21% of max value = 765). Red value is 127 (50% from 255 or 77.44% from 164); Green value is 8 (3.52% from 255 or 4.88% from 164); Blue value is 29 (11.72% from 255 or 17.68% from 164); Max value from RGB is 127 - color contains mainly: red. Hex color #7F081D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F081D is #80F7E2. Grayscale: #2E2E2E. Windows color (decimal): -8452067 or 1902719. OLE color: 1902719.
HSL color Cylindrical-coordinate representation of color #7F081D: hue angle of 349.41º 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 #7F081D is Cyan = 0, Magento = 0.94, Yellow = 0.77 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 8 | 29 | - |
| CMYK | 0 | 0.94 | 0.77 | 0.50 |
| HSL | 349.41º | 0.88% | 0.26% | - |
| HSV(B) | 349.41º | 0.94% | 0.5% | - |
| XYZ | 9.06 | 4.77 | 1.61 | - |
| YUV | 45.98 | 118.42 | 185.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 8 | 29 | 0 | 0.94 | 0.77 | 0.50 | 349.41 | 0.88 | 0.26 |
| Hex | 7F | 8 | 1D | 0 | 5E | 4D | 32 | 15D | 58 | 1A |
| Octal | 177 | 10 | 35 | 0 | 136 | 115 | 62 | 535 | 130 | 32 |
| Binary | 1111111 | 1000 | 11101 | 0 | 1011110 | 1001101 | 110010 | 101011101 | 1011000 | 11010 |
Color Harmonies of #7F081D
Complementary color
Monochromatic Colors of #7F081D
Black with #7F081D
Text Example
Text Example
White with #7F081D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F081D; }
p { color: rgb(127,8,29); }
H1.HeaderClassName
{
color: #7F081D;
}
.AnyTagClassName
{
color: #7F081D;
}
</style>
background-color css
<style>
a { background-color: #7F081D; }
a { background-color: rgb(127,8,29); }
div.DivClassName
{
background-color: #7F081D;
}
.BgClassName
{
background-color: #7F081D;
}
</style>
border-color css
<style>
span { border-color: #7F081D; }
span { border-color: rgb(127,8,29); }
td.TdClassName
{
border-color: #7F081D;
}
.TagClassName
{
border-color: #7F081D;
}
</style>