Shades of Strikemaster #885673
Tints of Strikemaster #885673
RGB
CMYK
RGB Variations
Color information
#885673 (or 0x885673) is known color: Strikemaster. HEX triplet: 88, 56 and 73. RGB value is (136,86,115). Sum of RGB (Red+Green+Blue) = 136+86+115=337 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.36% from 337); Green value is 86 (33.98% from 255 or 25.52% from 337); Blue value is 115 (45.31% from 255 or 34.12% from 337); Max value from RGB is 136 - color contains mainly: red. Hex color #885673 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885673 is #77A98C. Grayscale: #686868. Windows color (decimal): -7842189 or 7558792. OLE color: 7558792.
HSL color Cylindrical-coordinate representation of color #885673: hue angle of 325.2º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #885673 is Cyan = 0, Magento = 0.37, Yellow = 0.15 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 86 | 115 | - |
| CMYK | 0 | 0.37 | 0.15 | 0.47 |
| HSL | 325.2º | 0.23% | 0.44% | - |
| HSV(B) | 325.2º | 0.37% | 0.53% | - |
| XYZ | 16.58 | 13.13 | 17.88 | - |
| YUV | 104.26 | 134.07 | 150.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 86 | 115 | 0 | 0.37 | 0.15 | 0.47 | 325.2 | 0.23 | 0.44 |
| Hex | 88 | 56 | 73 | 0 | 25 | F | 2F | 145 | 17 | 2C |
| Octal | 210 | 126 | 163 | 0 | 45 | 17 | 57 | 505 | 27 | 54 |
| Binary | 10001000 | 1010110 | 1110011 | 0 | 100101 | 1111 | 101111 | 101000101 | 10111 | 101100 |
Color Harmonies of #885673
Complementary color
Monochromatic Colors of #885673
Black with #885673
Text Example
Text Example
White with #885673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885673; }
p { color: rgb(136,86,115); }
H1.HeaderClassName
{
color: #885673;
}
.AnyTagClassName
{
color: #885673;
}
</style>
background-color css
<style>
a { background-color: #885673; }
a { background-color: rgb(136,86,115); }
div.DivClassName
{
background-color: #885673;
}
.BgClassName
{
background-color: #885673;
}
</style>
border-color css
<style>
span { border-color: #885673; }
span { border-color: rgb(136,86,115); }
td.TdClassName
{
border-color: #885673;
}
.TagClassName
{
border-color: #885673;
}
</style>