Shades of Strikemaster #855674
Tints of Strikemaster #855674
RGB
CMYK
RGB Variations
Color information
#855674 (or 0x855674) is known color: Strikemaster. HEX triplet: 85, 56 and 74. RGB value is (133,86,116). Sum of RGB (Red+Green+Blue) = 133+86+116=335 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.70% from 335); Green value is 86 (33.98% from 255 or 25.67% from 335); Blue value is 116 (45.70% from 255 or 34.63% from 335); Max value from RGB is 133 - color contains mainly: red. Hex color #855674 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855674 is #7AA98B. Grayscale: #676767. Windows color (decimal): -8038796 or 7624325. OLE color: 7624325.
HSL color Cylindrical-coordinate representation of color #855674: hue angle of 321.7º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #855674 is Cyan = 0, Magento = 0.35, Yellow = 0.13 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 86 | 116 | - |
| CMYK | 0 | 0.35 | 0.13 | 0.48 |
| HSL | 321.7º | 0.21% | 0.43% | - |
| HSV(B) | 321.7º | 0.35% | 0.52% | - |
| XYZ | 16.15 | 12.9 | 18.16 | - |
| YUV | 103.47 | 135.07 | 149.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 86 | 116 | 0 | 0.35 | 0.13 | 0.48 | 321.7 | 0.21 | 0.43 |
| Hex | 85 | 56 | 74 | 0 | 23 | D | 30 | 142 | 15 | 2B |
| Octal | 205 | 126 | 164 | 0 | 43 | 15 | 60 | 502 | 25 | 53 |
| Binary | 10000101 | 1010110 | 1110100 | 0 | 100011 | 1101 | 110000 | 101000010 | 10101 | 101011 |
Color Harmonies of #855674
Complementary color
Monochromatic Colors of #855674
Black with #855674
Text Example
Text Example
White with #855674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855674; }
p { color: rgb(133,86,116); }
H1.HeaderClassName
{
color: #855674;
}
.AnyTagClassName
{
color: #855674;
}
</style>
background-color css
<style>
a { background-color: #855674; }
a { background-color: rgb(133,86,116); }
div.DivClassName
{
background-color: #855674;
}
.BgClassName
{
background-color: #855674;
}
</style>
border-color css
<style>
span { border-color: #855674; }
span { border-color: rgb(133,86,116); }
td.TdClassName
{
border-color: #855674;
}
.TagClassName
{
border-color: #855674;
}
</style>