Shades of Strikemaster #855875
Tints of Strikemaster #855875
RGB
CMYK
RGB Variations
Color information
#855875 (or 0x855875) is known color: Strikemaster. HEX triplet: 85, 58 and 75. RGB value is (133,88,117). Sum of RGB (Red+Green+Blue) = 133+88+117=338 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.35% from 338); Green value is 88 (34.77% from 255 or 26.04% from 338); Blue value is 117 (46.09% from 255 or 34.62% from 338); Max value from RGB is 133 - color contains mainly: red. Hex color #855875 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855875 is #7AA78A. Grayscale: #686868. Windows color (decimal): -8038283 or 7690373. OLE color: 7690373.
HSL color Cylindrical-coordinate representation of color #855875: hue angle of 321.33º 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 #855875 is Cyan = 0, Magento = 0.34, Yellow = 0.12 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 88 | 117 | - |
| CMYK | 0 | 0.34 | 0.12 | 0.48 |
| HSL | 321.33º | 0.2% | 0.43% | - |
| HSV(B) | 321.33º | 0.34% | 0.52% | - |
| XYZ | 16.37 | 13.25 | 18.52 | - |
| YUV | 104.76 | 134.91 | 148.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 88 | 117 | 0 | 0.34 | 0.12 | 0.48 | 321.33 | 0.2 | 0.43 |
| Hex | 85 | 58 | 75 | 0 | 22 | C | 30 | 141 | 14 | 2B |
| Octal | 205 | 130 | 165 | 0 | 42 | 14 | 60 | 501 | 24 | 53 |
| Binary | 10000101 | 1011000 | 1110101 | 0 | 100010 | 1100 | 110000 | 101000001 | 10100 | 101011 |
Color Harmonies of #855875
Complementary color
Monochromatic Colors of #855875
Black with #855875
Text Example
Text Example
White with #855875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855875; }
p { color: rgb(133,88,117); }
H1.HeaderClassName
{
color: #855875;
}
.AnyTagClassName
{
color: #855875;
}
</style>
background-color css
<style>
a { background-color: #855875; }
a { background-color: rgb(133,88,117); }
div.DivClassName
{
background-color: #855875;
}
.BgClassName
{
background-color: #855875;
}
</style>
border-color css
<style>
span { border-color: #855875; }
span { border-color: rgb(133,88,117); }
td.TdClassName
{
border-color: #855875;
}
.TagClassName
{
border-color: #855875;
}
</style>