Shades of Gun Powder #413D57
Tints of Gun Powder #413D57
RGB
CMYK
RGB Variations
Color information
#413D57 (or 0x413D57) is known color: Gun Powder. HEX triplet: 41, 3D and 57. RGB value is (65,61,87). Sum of RGB (Red+Green+Blue) = 65+61+87=213 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.52% from 213); Green value is 61 (24.22% from 255 or 28.64% from 213); Blue value is 87 (34.38% from 255 or 40.85% from 213); Max value from RGB is 87 - color contains mainly: blue. Hex color #413D57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413D57 is #BEC2A8. Grayscale: #414141. Windows color (decimal): -12501673 or 5717313. OLE color: 5717313.
HSL color Cylindrical-coordinate representation of color #413D57: hue angle of 249.23º degrees, saturation: 0.18, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #413D57 is Cyan = 0.25, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 65 | 61 | 87 | - |
| CMYK | 0.25 | 0.30 | 0 | 0.66 |
| HSL | 249.23º | 0.18% | 0.29% | - |
| HSV(B) | 249.23º | 0.3% | 0.34% | - |
| XYZ | 5.57 | 5.15 | 9.72 | - |
| YUV | 65.16 | 140.33 | 127.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 61 | 87 | 0.25 | 0.30 | 0 | 0.66 | 249.23 | 0.18 | 0.29 |
| Hex | 41 | 3D | 57 | 19 | 1E | 0 | 42 | F9 | 12 | 1D |
| Octal | 101 | 75 | 127 | 31 | 36 | 0 | 102 | 371 | 22 | 35 |
| Binary | 1000001 | 111101 | 1010111 | 11001 | 11110 | 0 | 1000010 | 11111001 | 10010 | 11101 |
Color Harmonies of #413D57
Complementary color
Monochromatic Colors of #413D57
Black with #413D57
Text Example
Text Example
White with #413D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413D57; }
p { color: rgb(65,61,87); }
H1.HeaderClassName
{
color: #413D57;
}
.AnyTagClassName
{
color: #413D57;
}
</style>
background-color css
<style>
a { background-color: #413D57; }
a { background-color: rgb(65,61,87); }
div.DivClassName
{
background-color: #413D57;
}
.BgClassName
{
background-color: #413D57;
}
</style>
border-color css
<style>
span { border-color: #413D57; }
span { border-color: rgb(65,61,87); }
td.TdClassName
{
border-color: #413D57;
}
.TagClassName
{
border-color: #413D57;
}
</style>