Shades of Strikemaster #856179
Tints of Strikemaster #856179
RGB
CMYK
RGB Variations
Color information
#856179 (or 0x856179) is known color: Strikemaster. HEX triplet: 85, 61 and 79. RGB value is (133,97,121). Sum of RGB (Red+Green+Blue) = 133+97+121=351 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.89% from 351); Green value is 97 (38.28% from 255 or 27.64% from 351); Blue value is 121 (47.66% from 255 or 34.47% from 351); Max value from RGB is 133 - color contains mainly: red. Hex color #856179 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856179 is #7A9E86. Grayscale: #6E6E6E. Windows color (decimal): -8035975 or 7954821. OLE color: 7954821.
HSL color Cylindrical-coordinate representation of color #856179: hue angle of 320º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #856179 is Cyan = 0, Magento = 0.27, Yellow = 0.09 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 97 | 121 | - |
| CMYK | 0 | 0.27 | 0.09 | 0.48 |
| HSL | 320º | 0.16% | 0.45% | - |
| HSV(B) | 320º | 0.27% | 0.52% | - |
| XYZ | 17.4 | 14.92 | 20.05 | - |
| YUV | 110.5 | 133.93 | 144.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 97 | 121 | 0 | 0.27 | 0.09 | 0.48 | 320 | 0.16 | 0.45 |
| Hex | 85 | 61 | 79 | 0 | 1B | 9 | 30 | 140 | 10 | 2D |
| Octal | 205 | 141 | 171 | 0 | 33 | 11 | 60 | 500 | 20 | 55 |
| Binary | 10000101 | 1100001 | 1111001 | 0 | 11011 | 1001 | 110000 | 101000000 | 10000 | 101101 |
Color Harmonies of #856179
Complementary color
Monochromatic Colors of #856179
Black with #856179
Text Example
Text Example
White with #856179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856179; }
p { color: rgb(133,97,121); }
H1.HeaderClassName
{
color: #856179;
}
.AnyTagClassName
{
color: #856179;
}
</style>
background-color css
<style>
a { background-color: #856179; }
a { background-color: rgb(133,97,121); }
div.DivClassName
{
background-color: #856179;
}
.BgClassName
{
background-color: #856179;
}
</style>
border-color css
<style>
span { border-color: #856179; }
span { border-color: rgb(133,97,121); }
td.TdClassName
{
border-color: #856179;
}
.TagClassName
{
border-color: #856179;
}
</style>