Shades of Strikemaster #855A75
Tints of Strikemaster #855A75
RGB
CMYK
RGB Variations
Color information
#855A75 (or 0x855A75) is known color: Strikemaster. HEX triplet: 85, 5A and 75. RGB value is (133,90,117). Sum of RGB (Red+Green+Blue) = 133+90+117=340 (45% of max value = 765). Red value is 133 (52.34% from 255 or 39.12% from 340); Green value is 90 (35.55% from 255 or 26.47% from 340); Blue value is 117 (46.09% from 255 or 34.41% from 340); Max value from RGB is 133 - color contains mainly: red. Hex color #855A75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855A75 is #7AA58A. Grayscale: #696969. Windows color (decimal): -8037771 or 7690885. OLE color: 7690885.
HSL color Cylindrical-coordinate representation of color #855A75: hue angle of 322.33º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #855A75 is Cyan = 0, Magento = 0.32, Yellow = 0.12 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 90 | 117 | - |
| CMYK | 0 | 0.32 | 0.12 | 0.48 |
| HSL | 322.33º | 0.19% | 0.44% | - |
| HSV(B) | 322.33º | 0.32% | 0.52% | - |
| XYZ | 16.54 | 13.58 | 18.58 | - |
| YUV | 105.94 | 134.25 | 147.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 90 | 117 | 0 | 0.32 | 0.12 | 0.48 | 322.33 | 0.19 | 0.44 |
| Hex | 85 | 5A | 75 | 0 | 20 | C | 30 | 142 | 13 | 2C |
| Octal | 205 | 132 | 165 | 0 | 40 | 14 | 60 | 502 | 23 | 54 |
| Binary | 10000101 | 1011010 | 1110101 | 0 | 100000 | 1100 | 110000 | 101000010 | 10011 | 101100 |
Color Harmonies of #855A75
Complementary color
Monochromatic Colors of #855A75
Black with #855A75
Text Example
Text Example
White with #855A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855A75; }
p { color: rgb(133,90,117); }
H1.HeaderClassName
{
color: #855A75;
}
.AnyTagClassName
{
color: #855A75;
}
</style>
background-color css
<style>
a { background-color: #855A75; }
a { background-color: rgb(133,90,117); }
div.DivClassName
{
background-color: #855A75;
}
.BgClassName
{
background-color: #855A75;
}
</style>
border-color css
<style>
span { border-color: #855A75; }
span { border-color: rgb(133,90,117); }
td.TdClassName
{
border-color: #855A75;
}
.TagClassName
{
border-color: #855A75;
}
</style>