Shades of Strikemaster #865575
Tints of Strikemaster #865575
RGB
CMYK
RGB Variations
Color information
#865575 (or 0x865575) is known color: Strikemaster. HEX triplet: 86, 55 and 75. RGB value is (134,85,117). Sum of RGB (Red+Green+Blue) = 134+85+117=336 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.88% from 336); Green value is 85 (33.59% from 255 or 25.30% from 336); Blue value is 117 (46.09% from 255 or 34.82% from 336); Max value from RGB is 134 - color contains mainly: red. Hex color #865575 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865575 is #79AA8A. Grayscale: #676767. Windows color (decimal): -7973515 or 7689606. OLE color: 7689606.
HSL color Cylindrical-coordinate representation of color #865575: hue angle of 320.82º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #865575 is Cyan = 0, Magento = 0.37, Yellow = 0.13 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 85 | 117 | - |
| CMYK | 0 | 0.37 | 0.13 | 0.47 |
| HSL | 320.82º | 0.22% | 0.43% | - |
| HSV(B) | 320.82º | 0.37% | 0.53% | - |
| XYZ | 16.29 | 12.85 | 18.45 | - |
| YUV | 103.3 | 135.73 | 149.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 85 | 117 | 0 | 0.37 | 0.13 | 0.47 | 320.82 | 0.22 | 0.43 |
| Hex | 86 | 55 | 75 | 0 | 25 | D | 2F | 141 | 16 | 2B |
| Octal | 206 | 125 | 165 | 0 | 45 | 15 | 57 | 501 | 26 | 53 |
| Binary | 10000110 | 1010101 | 1110101 | 0 | 100101 | 1101 | 101111 | 101000001 | 10110 | 101011 |
Color Harmonies of #865575
Complementary color
Monochromatic Colors of #865575
Black with #865575
Text Example
Text Example
White with #865575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865575; }
p { color: rgb(134,85,117); }
H1.HeaderClassName
{
color: #865575;
}
.AnyTagClassName
{
color: #865575;
}
</style>
background-color css
<style>
a { background-color: #865575; }
a { background-color: rgb(134,85,117); }
div.DivClassName
{
background-color: #865575;
}
.BgClassName
{
background-color: #865575;
}
</style>
border-color css
<style>
span { border-color: #865575; }
span { border-color: rgb(134,85,117); }
td.TdClassName
{
border-color: #865575;
}
.TagClassName
{
border-color: #865575;
}
</style>