Shades of Strikemaster #866379
Tints of Strikemaster #866379
RGB
CMYK
RGB Variations
Color information
#866379 (or 0x866379) is known color: Strikemaster. HEX triplet: 86, 63 and 79. RGB value is (134,99,121). Sum of RGB (Red+Green+Blue) = 134+99+121=354 (46% of max value = 765). Red value is 134 (52.73% from 255 or 37.85% from 354); Green value is 99 (39.06% from 255 or 27.97% from 354); Blue value is 121 (47.66% from 255 or 34.18% from 354); Max value from RGB is 134 - color contains mainly: red. Hex color #866379 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866379 is #799C86. Grayscale: #6F6F6F. Windows color (decimal): -7969927 or 7955334. OLE color: 7955334.
HSL color Cylindrical-coordinate representation of color #866379: hue angle of 322.29º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #866379 is Cyan = 0, Magento = 0.26, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 99 | 121 | - |
| CMYK | 0 | 0.26 | 0.10 | 0.47 |
| HSL | 322.29º | 0.15% | 0.46% | - |
| HSV(B) | 322.29º | 0.26% | 0.53% | - |
| XYZ | 17.74 | 15.37 | 20.12 | - |
| YUV | 111.97 | 133.1 | 143.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 99 | 121 | 0 | 0.26 | 0.10 | 0.47 | 322.29 | 0.15 | 0.46 |
| Hex | 86 | 63 | 79 | 0 | 1A | A | 2F | 142 | F | 2E |
| Octal | 206 | 143 | 171 | 0 | 32 | 12 | 57 | 502 | 17 | 56 |
| Binary | 10000110 | 1100011 | 1111001 | 0 | 11010 | 1010 | 101111 | 101000010 | 1111 | 101110 |
Color Harmonies of #866379
Complementary color
Monochromatic Colors of #866379
Black with #866379
Text Example
Text Example
White with #866379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866379; }
p { color: rgb(134,99,121); }
H1.HeaderClassName
{
color: #866379;
}
.AnyTagClassName
{
color: #866379;
}
</style>
background-color css
<style>
a { background-color: #866379; }
a { background-color: rgb(134,99,121); }
div.DivClassName
{
background-color: #866379;
}
.BgClassName
{
background-color: #866379;
}
</style>
border-color css
<style>
span { border-color: #866379; }
span { border-color: rgb(134,99,121); }
td.TdClassName
{
border-color: #866379;
}
.TagClassName
{
border-color: #866379;
}
</style>