Shades of Strikemaster #855876
Tints of Strikemaster #855876
RGB
CMYK
RGB Variations
Color information
#855876 (or 0x855876) is known color: Strikemaster. HEX triplet: 85, 58 and 76. RGB value is (133,88,118). Sum of RGB (Red+Green+Blue) = 133+88+118=339 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.23% from 339); Green value is 88 (34.77% from 255 or 25.96% from 339); Blue value is 118 (46.48% from 255 or 34.81% from 339); Max value from RGB is 133 - color contains mainly: red. Hex color #855876 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855876 is #7AA789. Grayscale: #686868. Windows color (decimal): -8038282 or 7755909. OLE color: 7755909.
HSL color Cylindrical-coordinate representation of color #855876: hue angle of 320º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #855876 is Cyan = 0, Magento = 0.34, Yellow = 0.11 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 88 | 118 | - |
| CMYK | 0 | 0.34 | 0.11 | 0.48 |
| HSL | 320º | 0.2% | 0.43% | - |
| HSV(B) | 320º | 0.34% | 0.52% | - |
| XYZ | 16.43 | 13.27 | 18.84 | - |
| YUV | 104.88 | 135.41 | 148.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 88 | 118 | 0 | 0.34 | 0.11 | 0.48 | 320 | 0.2 | 0.43 |
| Hex | 85 | 58 | 76 | 0 | 22 | B | 30 | 140 | 14 | 2B |
| Octal | 205 | 130 | 166 | 0 | 42 | 13 | 60 | 500 | 24 | 53 |
| Binary | 10000101 | 1011000 | 1110110 | 0 | 100010 | 1011 | 110000 | 101000000 | 10100 | 101011 |
Color Harmonies of #855876
Complementary color
Monochromatic Colors of #855876
Black with #855876
Text Example
Text Example
White with #855876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855876; }
p { color: rgb(133,88,118); }
H1.HeaderClassName
{
color: #855876;
}
.AnyTagClassName
{
color: #855876;
}
</style>
background-color css
<style>
a { background-color: #855876; }
a { background-color: rgb(133,88,118); }
div.DivClassName
{
background-color: #855876;
}
.BgClassName
{
background-color: #855876;
}
</style>
border-color css
<style>
span { border-color: #855876; }
span { border-color: rgb(133,88,118); }
td.TdClassName
{
border-color: #855876;
}
.TagClassName
{
border-color: #855876;
}
</style>