Shades of Strikemaster #865873
Tints of Strikemaster #865873
RGB
CMYK
RGB Variations
Color information
#865873 (or 0x865873) is known color: Strikemaster. HEX triplet: 86, 58 and 73. RGB value is (134,88,115). Sum of RGB (Red+Green+Blue) = 134+88+115=337 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.76% from 337); Green value is 88 (34.77% from 255 or 26.11% from 337); Blue value is 115 (45.31% from 255 or 34.12% from 337); Max value from RGB is 134 - color contains mainly: red. Hex color #865873 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865873 is #79A78C. Grayscale: #686868. Windows color (decimal): -7972749 or 7559302. OLE color: 7559302.
HSL color Cylindrical-coordinate representation of color #865873: hue angle of 324.78º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #865873 is Cyan = 0, Magento = 0.34, Yellow = 0.14 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 88 | 115 | - |
| CMYK | 0 | 0.34 | 0.14 | 0.47 |
| HSL | 324.78º | 0.21% | 0.44% | - |
| HSV(B) | 324.78º | 0.34% | 0.53% | - |
| XYZ | 16.42 | 13.29 | 17.92 | - |
| YUV | 104.83 | 133.74 | 148.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 88 | 115 | 0 | 0.34 | 0.14 | 0.47 | 324.78 | 0.21 | 0.44 |
| Hex | 86 | 58 | 73 | 0 | 22 | E | 2F | 145 | 15 | 2C |
| Octal | 206 | 130 | 163 | 0 | 42 | 16 | 57 | 505 | 25 | 54 |
| Binary | 10000110 | 1011000 | 1110011 | 0 | 100010 | 1110 | 101111 | 101000101 | 10101 | 101100 |
Color Harmonies of #865873
Complementary color
Monochromatic Colors of #865873
Black with #865873
Text Example
Text Example
White with #865873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865873; }
p { color: rgb(134,88,115); }
H1.HeaderClassName
{
color: #865873;
}
.AnyTagClassName
{
color: #865873;
}
</style>
background-color css
<style>
a { background-color: #865873; }
a { background-color: rgb(134,88,115); }
div.DivClassName
{
background-color: #865873;
}
.BgClassName
{
background-color: #865873;
}
</style>
border-color css
<style>
span { border-color: #865873; }
span { border-color: rgb(134,88,115); }
td.TdClassName
{
border-color: #865873;
}
.TagClassName
{
border-color: #865873;
}
</style>