Shades of Strikemaster #865574
Tints of Strikemaster #865574
RGB
CMYK
RGB Variations
Color information
#865574 (or 0x865574) is known color: Strikemaster. HEX triplet: 86, 55 and 74. RGB value is (134,85,116). Sum of RGB (Red+Green+Blue) = 134+85+116=335 (44% of max value = 765). Red value is 134 (52.73% from 255 or 40% from 335); Green value is 85 (33.59% from 255 or 25.37% from 335); Blue value is 116 (45.70% from 255 or 34.63% from 335); Max value from RGB is 134 - color contains mainly: red. Hex color #865574 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865574 is #79AA8B. Grayscale: #676767. Windows color (decimal): -7973516 or 7624070. OLE color: 7624070.
HSL color Cylindrical-coordinate representation of color #865574: hue angle of 322.04º 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 #865574 is Cyan = 0, Magento = 0.37, Yellow = 0.13 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 85 | 116 | - |
| CMYK | 0 | 0.37 | 0.13 | 0.47 |
| HSL | 322.04º | 0.22% | 0.43% | - |
| HSV(B) | 322.04º | 0.37% | 0.53% | - |
| XYZ | 16.23 | 12.83 | 18.14 | - |
| YUV | 103.19 | 135.23 | 149.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 85 | 116 | 0 | 0.37 | 0.13 | 0.47 | 322.04 | 0.22 | 0.43 |
| Hex | 86 | 55 | 74 | 0 | 25 | D | 2F | 142 | 16 | 2B |
| Octal | 206 | 125 | 164 | 0 | 45 | 15 | 57 | 502 | 26 | 53 |
| Binary | 10000110 | 1010101 | 1110100 | 0 | 100101 | 1101 | 101111 | 101000010 | 10110 | 101011 |
Color Harmonies of #865574
Complementary color
Monochromatic Colors of #865574
Black with #865574
Text Example
Text Example
White with #865574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865574; }
p { color: rgb(134,85,116); }
H1.HeaderClassName
{
color: #865574;
}
.AnyTagClassName
{
color: #865574;
}
</style>
background-color css
<style>
a { background-color: #865574; }
a { background-color: rgb(134,85,116); }
div.DivClassName
{
background-color: #865574;
}
.BgClassName
{
background-color: #865574;
}
</style>
border-color css
<style>
span { border-color: #865574; }
span { border-color: rgb(134,85,116); }
td.TdClassName
{
border-color: #865574;
}
.TagClassName
{
border-color: #865574;
}
</style>