Shades of Burgundy #7F072C
Tints of Burgundy #7F072C
RGB
CMYK
RGB Variations
Color information
#7F072C (or 0x7F072C) is known color: Burgundy. HEX triplet: 7F, 07 and 2C. RGB value is (127,7,44). Sum of RGB (Red+Green+Blue) = 127+7+44=178 (23% of max value = 765). Red value is 127 (50% from 255 or 71.35% from 178); Green value is 7 (3.12% from 255 or 3.93% from 178); Blue value is 44 (17.58% from 255 or 24.72% from 178); Max value from RGB is 127 - color contains mainly: red. Hex color #7F072C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F072C is #80F8D3. Grayscale: #2F2F2F. Windows color (decimal): -8452308 or 2885503. OLE color: 2885503.
HSL color Cylindrical-coordinate representation of color #7F072C: hue angle of 341.5º degrees, saturation: 0.9, 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 #7F072C is Cyan = 0, Magento = 0.94, Yellow = 0.65 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 7 | 44 | - |
| CMYK | 0 | 0.94 | 0.65 | 0.50 |
| HSL | 341.5º | 0.9% | 0.26% | - |
| HSV(B) | 341.5º | 0.94% | 0.5% | - |
| XYZ | 9.28 | 4.85 | 2.83 | - |
| YUV | 47.1 | 126.26 | 184.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 7 | 44 | 0 | 0.94 | 0.65 | 0.50 | 341.5 | 0.9 | 0.26 |
| Hex | 7F | 7 | 2C | 0 | 5E | 41 | 32 | 156 | 5A | 1A |
| Octal | 177 | 7 | 54 | 0 | 136 | 101 | 62 | 526 | 132 | 32 |
| Binary | 1111111 | 111 | 101100 | 0 | 1011110 | 1000001 | 110010 | 101010110 | 1011010 | 11010 |
Color Harmonies of #7F072C
Complementary color
Monochromatic Colors of #7F072C
Black with #7F072C
Text Example
Text Example
White with #7F072C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F072C; }
p { color: rgb(127,7,44); }
H1.HeaderClassName
{
color: #7F072C;
}
.AnyTagClassName
{
color: #7F072C;
}
</style>
background-color css
<style>
a { background-color: #7F072C; }
a { background-color: rgb(127,7,44); }
div.DivClassName
{
background-color: #7F072C;
}
.BgClassName
{
background-color: #7F072C;
}
</style>
border-color css
<style>
span { border-color: #7F072C; }
span { border-color: rgb(127,7,44); }
td.TdClassName
{
border-color: #7F072C;
}
.TagClassName
{
border-color: #7F072C;
}
</style>