Shades of Strikemaster #855976
Tints of Strikemaster #855976
RGB
CMYK
RGB Variations
Color information
#855976 (or 0x855976) is known color: Strikemaster. HEX triplet: 85, 59 and 76. RGB value is (133,89,118). Sum of RGB (Red+Green+Blue) = 133+89+118=340 (45% of max value = 765). Red value is 133 (52.34% from 255 or 39.12% from 340); Green value is 89 (35.16% from 255 or 26.18% from 340); Blue value is 118 (46.48% from 255 or 34.71% from 340); Max value from RGB is 133 - color contains mainly: red. Hex color #855976 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855976 is #7AA689. Grayscale: #696969. Windows color (decimal): -8038026 or 7756165. OLE color: 7756165.
HSL color Cylindrical-coordinate representation of color #855976: hue angle of 320.45º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #855976 is Cyan = 0, Magento = 0.33, Yellow = 0.11 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 89 | 118 | - |
| CMYK | 0 | 0.33 | 0.11 | 0.48 |
| HSL | 320.45º | 0.2% | 0.44% | - |
| HSV(B) | 320.45º | 0.33% | 0.52% | - |
| XYZ | 16.52 | 13.44 | 18.86 | - |
| YUV | 105.46 | 135.08 | 147.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 89 | 118 | 0 | 0.33 | 0.11 | 0.48 | 320.45 | 0.2 | 0.44 |
| Hex | 85 | 59 | 76 | 0 | 21 | B | 30 | 140 | 14 | 2C |
| Octal | 205 | 131 | 166 | 0 | 41 | 13 | 60 | 500 | 24 | 54 |
| Binary | 10000101 | 1011001 | 1110110 | 0 | 100001 | 1011 | 110000 | 101000000 | 10100 | 101100 |
Color Harmonies of #855976
Complementary color
Monochromatic Colors of #855976
Black with #855976
Text Example
Text Example
White with #855976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855976; }
p { color: rgb(133,89,118); }
H1.HeaderClassName
{
color: #855976;
}
.AnyTagClassName
{
color: #855976;
}
</style>
background-color css
<style>
a { background-color: #855976; }
a { background-color: rgb(133,89,118); }
div.DivClassName
{
background-color: #855976;
}
.BgClassName
{
background-color: #855976;
}
</style>
border-color css
<style>
span { border-color: #855976; }
span { border-color: rgb(133,89,118); }
td.TdClassName
{
border-color: #855976;
}
.TagClassName
{
border-color: #855976;
}
</style>