Shades of Strikemaster #875175
Tints of Strikemaster #875175
RGB
CMYK
RGB Variations
Color information
#875175 (or 0x875175) is known color: Strikemaster. HEX triplet: 87, 51 and 75. RGB value is (135,81,117). Sum of RGB (Red+Green+Blue) = 135+81+117=333 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.54% from 333); Green value is 81 (32.03% from 255 or 24.32% from 333); Blue value is 117 (46.09% from 255 or 35.14% from 333); Max value from RGB is 135 - color contains mainly: red. Hex color #875175 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875175 is #78AE8A. Grayscale: #656565. Windows color (decimal): -7909003 or 7688583. OLE color: 7688583.
HSL color Cylindrical-coordinate representation of color #875175: hue angle of 320º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #875175 is Cyan = 0, Magento = 0.40, Yellow = 0.13 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 81 | 117 | - |
| CMYK | 0 | 0.40 | 0.13 | 0.47 |
| HSL | 320º | 0.25% | 0.42% | - |
| HSV(B) | 320º | 0.4% | 0.53% | - |
| XYZ | 16.14 | 12.32 | 18.36 | - |
| YUV | 101.25 | 136.89 | 152.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 81 | 117 | 0 | 0.40 | 0.13 | 0.47 | 320 | 0.25 | 0.42 |
| Hex | 87 | 51 | 75 | 0 | 28 | D | 2F | 140 | 19 | 2A |
| Octal | 207 | 121 | 165 | 0 | 50 | 15 | 57 | 500 | 31 | 52 |
| Binary | 10000111 | 1010001 | 1110101 | 0 | 101000 | 1101 | 101111 | 101000000 | 11001 | 101010 |
Color Harmonies of #875175
Complementary color
Monochromatic Colors of #875175
Black with #875175
Text Example
Text Example
White with #875175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875175; }
p { color: rgb(135,81,117); }
H1.HeaderClassName
{
color: #875175;
}
.AnyTagClassName
{
color: #875175;
}
</style>
background-color css
<style>
a { background-color: #875175; }
a { background-color: rgb(135,81,117); }
div.DivClassName
{
background-color: #875175;
}
.BgClassName
{
background-color: #875175;
}
</style>
border-color css
<style>
span { border-color: #875175; }
span { border-color: rgb(135,81,117); }
td.TdClassName
{
border-color: #875175;
}
.TagClassName
{
border-color: #875175;
}
</style>