Shades of Burgundy #7F042F
Tints of Burgundy #7F042F
RGB
CMYK
RGB Variations
Color information
#7F042F (or 0x7F042F) is known color: Burgundy. HEX triplet: 7F, 04 and 2F. RGB value is (127,4,47). Sum of RGB (Red+Green+Blue) = 127+4+47=178 (23% of max value = 765). Red value is 127 (50% from 255 or 71.35% from 178); Green value is 4 (1.95% from 255 or 2.25% from 178); Blue value is 47 (18.75% from 255 or 26.40% from 178); Max value from RGB is 127 - color contains mainly: red. Hex color #7F042F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F042F is #80FBD0. Grayscale: #2D2D2D. Windows color (decimal): -8453073 or 3081343. OLE color: 3081343.
HSL color Cylindrical-coordinate representation of color #7F042F: hue angle of 339.02º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7F042F is Cyan = 0, Magento = 0.97, Yellow = 0.63 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 4 | 47 | - |
| CMYK | 0 | 0.97 | 0.63 | 0.50 |
| HSL | 339.02º | 0.94% | 0.26% | - |
| HSV(B) | 339.02º | 0.97% | 0.5% | - |
| XYZ | 9.31 | 4.8 | 3.13 | - |
| YUV | 45.68 | 128.75 | 186 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 4 | 47 | 0 | 0.97 | 0.63 | 0.50 | 339.02 | 0.94 | 0.26 |
| Hex | 7F | 4 | 2F | 0 | 61 | 3F | 32 | 153 | 5E | 1A |
| Octal | 177 | 4 | 57 | 0 | 141 | 77 | 62 | 523 | 136 | 32 |
| Binary | 1111111 | 100 | 101111 | 0 | 1100001 | 111111 | 110010 | 101010011 | 1011110 | 11010 |
Color Harmonies of #7F042F
Complementary color
Monochromatic Colors of #7F042F
Black with #7F042F
Text Example
Text Example
White with #7F042F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F042F; }
p { color: rgb(127,4,47); }
H1.HeaderClassName
{
color: #7F042F;
}
.AnyTagClassName
{
color: #7F042F;
}
</style>
background-color css
<style>
a { background-color: #7F042F; }
a { background-color: rgb(127,4,47); }
div.DivClassName
{
background-color: #7F042F;
}
.BgClassName
{
background-color: #7F042F;
}
</style>
border-color css
<style>
span { border-color: #7F042F; }
span { border-color: rgb(127,4,47); }
td.TdClassName
{
border-color: #7F042F;
}
.TagClassName
{
border-color: #7F042F;
}
</style>