Shades of Strikemaster #855B74
Tints of Strikemaster #855B74
RGB
CMYK
RGB Variations
Color information
#855B74 (or 0x855B74) is known color: Strikemaster. HEX triplet: 85, 5B and 74. RGB value is (133,91,116). Sum of RGB (Red+Green+Blue) = 133+91+116=340 (45% of max value = 765). Red value is 133 (52.34% from 255 or 39.12% from 340); Green value is 91 (35.94% from 255 or 26.76% from 340); Blue value is 116 (45.70% from 255 or 34.12% from 340); Max value from RGB is 133 - color contains mainly: red. Hex color #855B74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855B74 is #7AA48B. Grayscale: #6A6A6A. Windows color (decimal): -8037516 or 7625605. OLE color: 7625605.
HSL color Cylindrical-coordinate representation of color #855B74: hue angle of 324.29º 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 #855B74 is Cyan = 0, Magento = 0.32, Yellow = 0.13 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 91 | 116 | - |
| CMYK | 0 | 0.32 | 0.13 | 0.48 |
| HSL | 324.29º | 0.19% | 0.44% | - |
| HSV(B) | 324.29º | 0.32% | 0.52% | - |
| XYZ | 16.57 | 13.73 | 18.3 | - |
| YUV | 106.41 | 133.41 | 146.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 91 | 116 | 0 | 0.32 | 0.13 | 0.48 | 324.29 | 0.19 | 0.44 |
| Hex | 85 | 5B | 74 | 0 | 20 | D | 30 | 144 | 13 | 2C |
| Octal | 205 | 133 | 164 | 0 | 40 | 15 | 60 | 504 | 23 | 54 |
| Binary | 10000101 | 1011011 | 1110100 | 0 | 100000 | 1101 | 110000 | 101000100 | 10011 | 101100 |
Color Harmonies of #855B74
Complementary color
Monochromatic Colors of #855B74
Black with #855B74
Text Example
Text Example
White with #855B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855B74; }
p { color: rgb(133,91,116); }
H1.HeaderClassName
{
color: #855B74;
}
.AnyTagClassName
{
color: #855B74;
}
</style>
background-color css
<style>
a { background-color: #855B74; }
a { background-color: rgb(133,91,116); }
div.DivClassName
{
background-color: #855B74;
}
.BgClassName
{
background-color: #855B74;
}
</style>
border-color css
<style>
span { border-color: #855B74; }
span { border-color: rgb(133,91,116); }
td.TdClassName
{
border-color: #855B74;
}
.TagClassName
{
border-color: #855B74;
}
</style>