Shades of Strikemaster #856479
Tints of Strikemaster #856479
RGB
CMYK
RGB Variations
Color information
#856479 (or 0x856479) is known color: Strikemaster. HEX triplet: 85, 64 and 79. RGB value is (133,100,121). Sum of RGB (Red+Green+Blue) = 133+100+121=354 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.57% from 354); Green value is 100 (39.45% from 255 or 28.25% from 354); Blue value is 121 (47.66% from 255 or 34.18% from 354); Max value from RGB is 133 - color contains mainly: red. Hex color #856479 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856479 is #7A9B86. Grayscale: #707070. Windows color (decimal): -8035207 or 7955589. OLE color: 7955589.
HSL color Cylindrical-coordinate representation of color #856479: hue angle of 321.82º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #856479 is Cyan = 0, Magento = 0.25, Yellow = 0.09 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 100 | 121 | - |
| CMYK | 0 | 0.25 | 0.09 | 0.48 |
| HSL | 321.82º | 0.14% | 0.46% | - |
| HSV(B) | 321.82º | 0.25% | 0.52% | - |
| XYZ | 17.68 | 15.48 | 20.15 | - |
| YUV | 112.26 | 132.93 | 142.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 100 | 121 | 0 | 0.25 | 0.09 | 0.48 | 321.82 | 0.14 | 0.46 |
| Hex | 85 | 64 | 79 | 0 | 19 | 9 | 30 | 142 | E | 2E |
| Octal | 205 | 144 | 171 | 0 | 31 | 11 | 60 | 502 | 16 | 56 |
| Binary | 10000101 | 1100100 | 1111001 | 0 | 11001 | 1001 | 110000 | 101000010 | 1110 | 101110 |
Color Harmonies of #856479
Complementary color
Monochromatic Colors of #856479
Black with #856479
Text Example
Text Example
White with #856479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856479; }
p { color: rgb(133,100,121); }
H1.HeaderClassName
{
color: #856479;
}
.AnyTagClassName
{
color: #856479;
}
</style>
background-color css
<style>
a { background-color: #856479; }
a { background-color: rgb(133,100,121); }
div.DivClassName
{
background-color: #856479;
}
.BgClassName
{
background-color: #856479;
}
</style>
border-color css
<style>
span { border-color: #856479; }
span { border-color: rgb(133,100,121); }
td.TdClassName
{
border-color: #856479;
}
.TagClassName
{
border-color: #856479;
}
</style>