Shades of Burgundy #7F082B
Tints of Burgundy #7F082B
RGB
CMYK
RGB Variations
Color information
#7F082B (or 0x7F082B) is known color: Burgundy. HEX triplet: 7F, 08 and 2B. RGB value is (127,8,43). Sum of RGB (Red+Green+Blue) = 127+8+43=178 (23% of max value = 765). Red value is 127 (50% from 255 or 71.35% from 178); Green value is 8 (3.52% from 255 or 4.49% from 178); Blue value is 43 (17.19% from 255 or 24.16% from 178); Max value from RGB is 127 - color contains mainly: red. Hex color #7F082B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F082B is #80F7D4. Grayscale: #2F2F2F. Windows color (decimal): -8452053 or 2820223. OLE color: 2820223.
HSL color Cylindrical-coordinate representation of color #7F082B: hue angle of 342.35º 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 #7F082B is Cyan = 0, Magento = 0.94, Yellow = 0.66 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 8 | 43 | - |
| CMYK | 0 | 0.94 | 0.66 | 0.50 |
| HSL | 342.35º | 0.88% | 0.26% | - |
| HSV(B) | 342.35º | 0.94% | 0.5% | - |
| XYZ | 9.28 | 4.86 | 2.73 | - |
| YUV | 47.57 | 125.42 | 184.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 8 | 43 | 0 | 0.94 | 0.66 | 0.50 | 342.35 | 0.88 | 0.26 |
| Hex | 7F | 8 | 2B | 0 | 5E | 42 | 32 | 156 | 58 | 1A |
| Octal | 177 | 10 | 53 | 0 | 136 | 102 | 62 | 526 | 130 | 32 |
| Binary | 1111111 | 1000 | 101011 | 0 | 1011110 | 1000010 | 110010 | 101010110 | 1011000 | 11010 |
Color Harmonies of #7F082B
Complementary color
Monochromatic Colors of #7F082B
Black with #7F082B
Text Example
Text Example
White with #7F082B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F082B; }
p { color: rgb(127,8,43); }
H1.HeaderClassName
{
color: #7F082B;
}
.AnyTagClassName
{
color: #7F082B;
}
</style>
background-color css
<style>
a { background-color: #7F082B; }
a { background-color: rgb(127,8,43); }
div.DivClassName
{
background-color: #7F082B;
}
.BgClassName
{
background-color: #7F082B;
}
</style>
border-color css
<style>
span { border-color: #7F082B; }
span { border-color: rgb(127,8,43); }
td.TdClassName
{
border-color: #7F082B;
}
.TagClassName
{
border-color: #7F082B;
}
</style>