Shades of Strikemaster #855A74
Tints of Strikemaster #855A74
RGB
CMYK
RGB Variations
Color information
#855A74 (or 0x855A74) is known color: Strikemaster. HEX triplet: 85, 5A and 74. RGB value is (133,90,116). Sum of RGB (Red+Green+Blue) = 133+90+116=339 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.23% from 339); Green value is 90 (35.55% from 255 or 26.55% from 339); Blue value is 116 (45.70% from 255 or 34.22% from 339); Max value from RGB is 133 - color contains mainly: red. Hex color #855A74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855A74 is #7AA58B. Grayscale: #696969. Windows color (decimal): -8037772 or 7625349. OLE color: 7625349.
HSL color Cylindrical-coordinate representation of color #855A74: hue angle of 323.72º 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 #855A74 is Cyan = 0, Magento = 0.32, Yellow = 0.13 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 90 | 116 | - |
| CMYK | 0 | 0.32 | 0.13 | 0.48 |
| HSL | 323.72º | 0.19% | 0.44% | - |
| HSV(B) | 323.72º | 0.32% | 0.52% | - |
| XYZ | 16.48 | 13.56 | 18.27 | - |
| YUV | 105.82 | 133.75 | 147.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 90 | 116 | 0 | 0.32 | 0.13 | 0.48 | 323.72 | 0.19 | 0.44 |
| Hex | 85 | 5A | 74 | 0 | 20 | D | 30 | 144 | 13 | 2C |
| Octal | 205 | 132 | 164 | 0 | 40 | 15 | 60 | 504 | 23 | 54 |
| Binary | 10000101 | 1011010 | 1110100 | 0 | 100000 | 1101 | 110000 | 101000100 | 10011 | 101100 |
Color Harmonies of #855A74
Complementary color
Monochromatic Colors of #855A74
Black with #855A74
Text Example
Text Example
White with #855A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855A74; }
p { color: rgb(133,90,116); }
H1.HeaderClassName
{
color: #855A74;
}
.AnyTagClassName
{
color: #855A74;
}
</style>
background-color css
<style>
a { background-color: #855A74; }
a { background-color: rgb(133,90,116); }
div.DivClassName
{
background-color: #855A74;
}
.BgClassName
{
background-color: #855A74;
}
</style>
border-color css
<style>
span { border-color: #855A74; }
span { border-color: rgb(133,90,116); }
td.TdClassName
{
border-color: #855A74;
}
.TagClassName
{
border-color: #855A74;
}
</style>