Shades of Gun Powder #504D61
Tints of Gun Powder #504D61
RGB
CMYK
RGB Variations
Color information
#504D61 (or 0x504D61) is known color: Gun Powder. HEX triplet: 50, 4D and 61. RGB value is (80,77,97). Sum of RGB (Red+Green+Blue) = 80+77+97=254 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.50% from 254); Green value is 77 (30.47% from 255 or 30.31% from 254); Blue value is 97 (38.28% from 255 or 38.19% from 254); Max value from RGB is 97 - color contains mainly: blue. Hex color #504D61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #504D61 is #AFB29E. Grayscale: #505050. Windows color (decimal): -11514527 or 6376784. OLE color: 6376784.
HSL color Cylindrical-coordinate representation of color #504D61: hue angle of 249º degrees, saturation: 0.11, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #504D61 is Cyan = 0.18, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 80 | 77 | 97 | - |
| CMYK | 0.18 | 0.21 | 0 | 0.62 |
| HSL | 249º | 0.11% | 0.34% | - |
| HSV(B) | 249º | 0.21% | 0.38% | - |
| XYZ | 8.12 | 7.88 | 12.4 | - |
| YUV | 80.18 | 137.49 | 127.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 77 | 97 | 0.18 | 0.21 | 0 | 0.62 | 249 | 0.11 | 0.34 |
| Hex | 50 | 4D | 61 | 12 | 15 | 0 | 3E | F9 | B | 22 |
| Octal | 120 | 115 | 141 | 22 | 25 | 0 | 76 | 371 | 13 | 42 |
| Binary | 1010000 | 1001101 | 1100001 | 10010 | 10101 | 0 | 111110 | 11111001 | 1011 | 100010 |
Color Harmonies of #504D61
Complementary color
Monochromatic Colors of #504D61
Black with #504D61
Text Example
Text Example
White with #504D61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504D61; }
p { color: rgb(80,77,97); }
H1.HeaderClassName
{
color: #504D61;
}
.AnyTagClassName
{
color: #504D61;
}
</style>
background-color css
<style>
a { background-color: #504D61; }
a { background-color: rgb(80,77,97); }
div.DivClassName
{
background-color: #504D61;
}
.BgClassName
{
background-color: #504D61;
}
</style>
border-color css
<style>
span { border-color: #504D61; }
span { border-color: rgb(80,77,97); }
td.TdClassName
{
border-color: #504D61;
}
.TagClassName
{
border-color: #504D61;
}
</style>