Shades of Strikemaster #856173
Tints of Strikemaster #856173
RGB
CMYK
RGB Variations
Color information
#856173 (or 0x856173) is known color: Strikemaster. HEX triplet: 85, 61 and 73. RGB value is (133,97,115). Sum of RGB (Red+Green+Blue) = 133+97+115=345 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.55% from 345); Green value is 97 (38.28% from 255 or 28.12% from 345); Blue value is 115 (45.31% from 255 or 33.33% from 345); Max value from RGB is 133 - color contains mainly: red. Hex color #856173 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856173 is #7A9E8C. Grayscale: #6D6D6D. Windows color (decimal): -8035981 or 7561605. OLE color: 7561605.
HSL color Cylindrical-coordinate representation of color #856173: hue angle of 330º 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 #856173 is Cyan = 0, Magento = 0.27, Yellow = 0.14 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 97 | 115 | - |
| CMYK | 0 | 0.27 | 0.14 | 0.48 |
| HSL | 330º | 0.16% | 0.45% | - |
| HSV(B) | 330º | 0.27% | 0.52% | - |
| XYZ | 17.04 | 14.77 | 18.17 | - |
| YUV | 109.82 | 130.93 | 144.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 97 | 115 | 0 | 0.27 | 0.14 | 0.48 | 330 | 0.16 | 0.45 |
| Hex | 85 | 61 | 73 | 0 | 1B | E | 30 | 14A | 10 | 2D |
| Octal | 205 | 141 | 163 | 0 | 33 | 16 | 60 | 512 | 20 | 55 |
| Binary | 10000101 | 1100001 | 1110011 | 0 | 11011 | 1110 | 110000 | 101001010 | 10000 | 101101 |
Color Harmonies of #856173
Complementary color
Monochromatic Colors of #856173
Black with #856173
Text Example
Text Example
White with #856173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856173; }
p { color: rgb(133,97,115); }
H1.HeaderClassName
{
color: #856173;
}
.AnyTagClassName
{
color: #856173;
}
</style>
background-color css
<style>
a { background-color: #856173; }
a { background-color: rgb(133,97,115); }
div.DivClassName
{
background-color: #856173;
}
.BgClassName
{
background-color: #856173;
}
</style>
border-color css
<style>
span { border-color: #856173; }
span { border-color: rgb(133,97,115); }
td.TdClassName
{
border-color: #856173;
}
.TagClassName
{
border-color: #856173;
}
</style>