Shades of Strikemaster #846479
Tints of Strikemaster #846479
RGB
CMYK
RGB Variations
Color information
#846479 (or 0x846479) is known color: Strikemaster. HEX triplet: 84, 64 and 79. RGB value is (132,100,121). Sum of RGB (Red+Green+Blue) = 132+100+121=353 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.39% from 353); Green value is 100 (39.45% from 255 or 28.33% from 353); Blue value is 121 (47.66% from 255 or 34.28% from 353); Max value from RGB is 132 - color contains mainly: red. Hex color #846479 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846479 is #7B9B86. Grayscale: #6F6F6F. Windows color (decimal): -8100743 or 7955588. OLE color: 7955588.
HSL color Cylindrical-coordinate representation of color #846479: hue angle of 320.62º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #846479 is Cyan = 0, Magento = 0.24, Yellow = 0.08 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 100 | 121 | - |
| CMYK | 0 | 0.24 | 0.08 | 0.48 |
| HSL | 320.63º | 0.14% | 0.45% | - |
| HSV(B) | 320.63º | 0.24% | 0.52% | - |
| XYZ | 17.52 | 15.4 | 20.14 | - |
| YUV | 111.96 | 133.1 | 142.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 100 | 121 | 0 | 0.24 | 0.08 | 0.48 | 320.63 | 0.14 | 0.45 |
| Hex | 84 | 64 | 79 | 0 | 18 | 8 | 30 | 141 | E | 2D |
| Octal | 204 | 144 | 171 | 0 | 30 | 10 | 60 | 501 | 16 | 55 |
| Binary | 10000100 | 1100100 | 1111001 | 0 | 11000 | 1000 | 110000 | 101000001 | 1110 | 101101 |
Color Harmonies of #846479
Complementary color
Monochromatic Colors of #846479
Black with #846479
Text Example
Text Example
White with #846479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846479; }
p { color: rgb(132,100,121); }
H1.HeaderClassName
{
color: #846479;
}
.AnyTagClassName
{
color: #846479;
}
</style>
background-color css
<style>
a { background-color: #846479; }
a { background-color: rgb(132,100,121); }
div.DivClassName
{
background-color: #846479;
}
.BgClassName
{
background-color: #846479;
}
</style>
border-color css
<style>
span { border-color: #846479; }
span { border-color: rgb(132,100,121); }
td.TdClassName
{
border-color: #846479;
}
.TagClassName
{
border-color: #846479;
}
</style>