Shades of Strikemaster #856175
Tints of Strikemaster #856175
RGB
CMYK
RGB Variations
Color information
#856175 (or 0x856175) is known color: Strikemaster. HEX triplet: 85, 61 and 75. RGB value is (133,97,117). Sum of RGB (Red+Green+Blue) = 133+97+117=347 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.33% from 347); Green value is 97 (38.28% from 255 or 27.95% from 347); Blue value is 117 (46.09% from 255 or 33.72% from 347); Max value from RGB is 133 - color contains mainly: red. Hex color #856175 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856175 is #7A9E8A. Grayscale: #6E6E6E. Windows color (decimal): -8035979 or 7692677. OLE color: 7692677.
HSL color Cylindrical-coordinate representation of color #856175: hue angle of 326.67º 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 #856175 is Cyan = 0, Magento = 0.27, Yellow = 0.12 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 97 | 117 | - |
| CMYK | 0 | 0.27 | 0.12 | 0.48 |
| HSL | 326.67º | 0.16% | 0.45% | - |
| HSV(B) | 326.67º | 0.27% | 0.52% | - |
| XYZ | 17.16 | 14.82 | 18.79 | - |
| YUV | 110.04 | 131.93 | 144.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 97 | 117 | 0 | 0.27 | 0.12 | 0.48 | 326.67 | 0.16 | 0.45 |
| Hex | 85 | 61 | 75 | 0 | 1B | C | 30 | 147 | 10 | 2D |
| Octal | 205 | 141 | 165 | 0 | 33 | 14 | 60 | 507 | 20 | 55 |
| Binary | 10000101 | 1100001 | 1110101 | 0 | 11011 | 1100 | 110000 | 101000111 | 10000 | 101101 |
Color Harmonies of #856175
Complementary color
Monochromatic Colors of #856175
Black with #856175
Text Example
Text Example
White with #856175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856175; }
p { color: rgb(133,97,117); }
H1.HeaderClassName
{
color: #856175;
}
.AnyTagClassName
{
color: #856175;
}
</style>
background-color css
<style>
a { background-color: #856175; }
a { background-color: rgb(133,97,117); }
div.DivClassName
{
background-color: #856175;
}
.BgClassName
{
background-color: #856175;
}
</style>
border-color css
<style>
span { border-color: #856175; }
span { border-color: rgb(133,97,117); }
td.TdClassName
{
border-color: #856175;
}
.TagClassName
{
border-color: #856175;
}
</style>