Shades of Strikemaster #8F5575
Tints of Strikemaster #8F5575
RGB
CMYK
RGB Variations
Color information
#8F5575 (or 0x8F5575) is known color: Strikemaster. HEX triplet: 8F, 55 and 75. RGB value is (143,85,117). Sum of RGB (Red+Green+Blue) = 143+85+117=345 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.45% from 345); Green value is 85 (33.59% from 255 or 24.64% from 345); Blue value is 117 (46.09% from 255 or 33.91% from 345); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5575 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F5575 is #70AA8A. Grayscale: #696969. Windows color (decimal): -7383691 or 7689615. OLE color: 7689615.
HSL color Cylindrical-coordinate representation of color #8F5575: hue angle of 326.9º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8F5575 is Cyan = 0, Magento = 0.41, Yellow = 0.18 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 85 | 117 | - |
| CMYK | 0 | 0.41 | 0.18 | 0.44 |
| HSL | 326.9º | 0.25% | 0.45% | - |
| HSV(B) | 326.9º | 0.41% | 0.56% | - |
| XYZ | 17.79 | 13.62 | 18.52 | - |
| YUV | 105.99 | 134.22 | 154.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 85 | 117 | 0 | 0.41 | 0.18 | 0.44 | 326.9 | 0.25 | 0.45 |
| Hex | 8F | 55 | 75 | 0 | 29 | 12 | 2C | 147 | 19 | 2D |
| Octal | 217 | 125 | 165 | 0 | 51 | 22 | 54 | 507 | 31 | 55 |
| Binary | 10001111 | 1010101 | 1110101 | 0 | 101001 | 10010 | 101100 | 101000111 | 11001 | 101101 |
Color Harmonies of #8F5575
Complementary color
Monochromatic Colors of #8F5575
Black with #8F5575
Text Example
Text Example
White with #8F5575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F5575; }
p { color: rgb(143,85,117); }
H1.HeaderClassName
{
color: #8F5575;
}
.AnyTagClassName
{
color: #8F5575;
}
</style>
background-color css
<style>
a { background-color: #8F5575; }
a { background-color: rgb(143,85,117); }
div.DivClassName
{
background-color: #8F5575;
}
.BgClassName
{
background-color: #8F5575;
}
</style>
border-color css
<style>
span { border-color: #8F5575; }
span { border-color: rgb(143,85,117); }
td.TdClassName
{
border-color: #8F5575;
}
.TagClassName
{
border-color: #8F5575;
}
</style>