Shades of Strikemaster #855E73
Tints of Strikemaster #855E73
RGB
CMYK
RGB Variations
Color information
#855E73 (or 0x855E73) is known color: Strikemaster. HEX triplet: 85, 5E and 73. RGB value is (133,94,115). Sum of RGB (Red+Green+Blue) = 133+94+115=342 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.89% from 342); Green value is 94 (37.11% from 255 or 27.49% from 342); Blue value is 115 (45.31% from 255 or 33.63% from 342); Max value from RGB is 133 - color contains mainly: red. Hex color #855E73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855E73 is #7AA18C. Grayscale: #6C6C6C. Windows color (decimal): -8036749 or 7560837. OLE color: 7560837.
HSL color Cylindrical-coordinate representation of color #855E73: hue angle of 327.69º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #855E73 is Cyan = 0, Magento = 0.29, Yellow = 0.14 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 94 | 115 | - |
| CMYK | 0 | 0.29 | 0.14 | 0.48 |
| HSL | 327.69º | 0.17% | 0.45% | - |
| HSV(B) | 327.69º | 0.29% | 0.52% | - |
| XYZ | 16.77 | 14.23 | 18.08 | - |
| YUV | 108.06 | 131.92 | 145.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 94 | 115 | 0 | 0.29 | 0.14 | 0.48 | 327.69 | 0.17 | 0.45 |
| Hex | 85 | 5E | 73 | 0 | 1D | E | 30 | 148 | 11 | 2D |
| Octal | 205 | 136 | 163 | 0 | 35 | 16 | 60 | 510 | 21 | 55 |
| Binary | 10000101 | 1011110 | 1110011 | 0 | 11101 | 1110 | 110000 | 101001000 | 10001 | 101101 |
Color Harmonies of #855E73
Complementary color
Monochromatic Colors of #855E73
Black with #855E73
Text Example
Text Example
White with #855E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855E73; }
p { color: rgb(133,94,115); }
H1.HeaderClassName
{
color: #855E73;
}
.AnyTagClassName
{
color: #855E73;
}
</style>
background-color css
<style>
a { background-color: #855E73; }
a { background-color: rgb(133,94,115); }
div.DivClassName
{
background-color: #855E73;
}
.BgClassName
{
background-color: #855E73;
}
</style>
border-color css
<style>
span { border-color: #855E73; }
span { border-color: rgb(133,94,115); }
td.TdClassName
{
border-color: #855E73;
}
.TagClassName
{
border-color: #855E73;
}
</style>