Shades of Strikemaster #885873
Tints of Strikemaster #885873
RGB
CMYK
RGB Variations
Color information
#885873 (or 0x885873) is known color: Strikemaster. HEX triplet: 88, 58 and 73. RGB value is (136,88,115). Sum of RGB (Red+Green+Blue) = 136+88+115=339 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.12% from 339); Green value is 88 (34.77% from 255 or 25.96% from 339); Blue value is 115 (45.31% from 255 or 33.92% from 339); Max value from RGB is 136 - color contains mainly: red. Hex color #885873 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885873 is #77A78C. Grayscale: #696969. Windows color (decimal): -7841677 or 7559304. OLE color: 7559304.
HSL color Cylindrical-coordinate representation of color #885873: hue angle of 326.25º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #885873 is Cyan = 0, Magento = 0.35, Yellow = 0.15 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 88 | 115 | - |
| CMYK | 0 | 0.35 | 0.15 | 0.47 |
| HSL | 326.25º | 0.21% | 0.44% | - |
| HSV(B) | 326.25º | 0.35% | 0.53% | - |
| XYZ | 16.74 | 13.45 | 17.93 | - |
| YUV | 105.43 | 133.4 | 149.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 88 | 115 | 0 | 0.35 | 0.15 | 0.47 | 326.25 | 0.21 | 0.44 |
| Hex | 88 | 58 | 73 | 0 | 23 | F | 2F | 146 | 15 | 2C |
| Octal | 210 | 130 | 163 | 0 | 43 | 17 | 57 | 506 | 25 | 54 |
| Binary | 10001000 | 1011000 | 1110011 | 0 | 100011 | 1111 | 101111 | 101000110 | 10101 | 101100 |
Color Harmonies of #885873
Complementary color
Monochromatic Colors of #885873
Black with #885873
Text Example
Text Example
White with #885873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885873; }
p { color: rgb(136,88,115); }
H1.HeaderClassName
{
color: #885873;
}
.AnyTagClassName
{
color: #885873;
}
</style>
background-color css
<style>
a { background-color: #885873; }
a { background-color: rgb(136,88,115); }
div.DivClassName
{
background-color: #885873;
}
.BgClassName
{
background-color: #885873;
}
</style>
border-color css
<style>
span { border-color: #885873; }
span { border-color: rgb(136,88,115); }
td.TdClassName
{
border-color: #885873;
}
.TagClassName
{
border-color: #885873;
}
</style>