Shades of Burgundy #7F082A
Tints of Burgundy #7F082A
RGB
CMYK
RGB Variations
Color information
#7F082A (or 0x7F082A) is known color: Burgundy. HEX triplet: 7F, 08 and 2A. RGB value is (127,8,42). Sum of RGB (Red+Green+Blue) = 127+8+42=177 (23% of max value = 765). Red value is 127 (50% from 255 or 71.75% from 177); Green value is 8 (3.52% from 255 or 4.52% from 177); Blue value is 42 (16.80% from 255 or 23.73% from 177); Max value from RGB is 127 - color contains mainly: red. Hex color #7F082A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F082A is #80F7D5. Grayscale: #2F2F2F. Windows color (decimal): -8452054 or 2754687. OLE color: 2754687.
HSL color Cylindrical-coordinate representation of color #7F082A: hue angle of 342.86º 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 #7F082A is Cyan = 0, Magento = 0.94, Yellow = 0.67 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 8 | 42 | - |
| CMYK | 0 | 0.94 | 0.67 | 0.50 |
| HSL | 342.86º | 0.88% | 0.26% | - |
| HSV(B) | 342.86º | 0.94% | 0.5% | - |
| XYZ | 9.26 | 4.85 | 2.64 | - |
| YUV | 47.46 | 124.92 | 184.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 8 | 42 | 0 | 0.94 | 0.67 | 0.50 | 342.86 | 0.88 | 0.26 |
| Hex | 7F | 8 | 2A | 0 | 5E | 43 | 32 | 157 | 58 | 1A |
| Octal | 177 | 10 | 52 | 0 | 136 | 103 | 62 | 527 | 130 | 32 |
| Binary | 1111111 | 1000 | 101010 | 0 | 1011110 | 1000011 | 110010 | 101010111 | 1011000 | 11010 |
Color Harmonies of #7F082A
Complementary color
Monochromatic Colors of #7F082A
Black with #7F082A
Text Example
Text Example
White with #7F082A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F082A; }
p { color: rgb(127,8,42); }
H1.HeaderClassName
{
color: #7F082A;
}
.AnyTagClassName
{
color: #7F082A;
}
</style>
background-color css
<style>
a { background-color: #7F082A; }
a { background-color: rgb(127,8,42); }
div.DivClassName
{
background-color: #7F082A;
}
.BgClassName
{
background-color: #7F082A;
}
</style>
border-color css
<style>
span { border-color: #7F082A; }
span { border-color: rgb(127,8,42); }
td.TdClassName
{
border-color: #7F082A;
}
.TagClassName
{
border-color: #7F082A;
}
</style>