Shades of Strikemaster #85647B
Tints of Strikemaster #85647B
RGB
CMYK
RGB Variations
Color information
#85647B (or 0x85647B) is known color: Strikemaster. HEX triplet: 85, 64 and 7B. RGB value is (133,100,123). Sum of RGB (Red+Green+Blue) = 133+100+123=356 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.36% from 356); Green value is 100 (39.45% from 255 or 28.09% from 356); Blue value is 123 (48.44% from 255 or 34.55% from 356); Max value from RGB is 133 - color contains mainly: red. Hex color #85647B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85647B is #7A9B84. Grayscale: #707070. Windows color (decimal): -8035205 or 8086661. OLE color: 8086661.
HSL color Cylindrical-coordinate representation of color #85647B: hue angle of 318.18º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #85647B is Cyan = 0, Magento = 0.25, Yellow = 0.08 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 100 | 123 | - |
| CMYK | 0 | 0.25 | 0.08 | 0.48 |
| HSL | 318.18º | 0.14% | 0.46% | - |
| HSV(B) | 318.18º | 0.25% | 0.52% | - |
| XYZ | 17.81 | 15.53 | 20.8 | - |
| YUV | 112.49 | 133.93 | 142.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 100 | 123 | 0 | 0.25 | 0.08 | 0.48 | 318.18 | 0.14 | 0.46 |
| Hex | 85 | 64 | 7B | 0 | 19 | 8 | 30 | 13E | E | 2E |
| Octal | 205 | 144 | 173 | 0 | 31 | 10 | 60 | 476 | 16 | 56 |
| Binary | 10000101 | 1100100 | 1111011 | 0 | 11001 | 1000 | 110000 | 100111110 | 1110 | 101110 |
Color Harmonies of #85647B
Complementary color
Monochromatic Colors of #85647B
Black with #85647B
Text Example
Text Example
White with #85647B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85647B; }
p { color: rgb(133,100,123); }
H1.HeaderClassName
{
color: #85647B;
}
.AnyTagClassName
{
color: #85647B;
}
</style>
background-color css
<style>
a { background-color: #85647B; }
a { background-color: rgb(133,100,123); }
div.DivClassName
{
background-color: #85647B;
}
.BgClassName
{
background-color: #85647B;
}
</style>
border-color css
<style>
span { border-color: #85647B; }
span { border-color: rgb(133,100,123); }
td.TdClassName
{
border-color: #85647B;
}
.TagClassName
{
border-color: #85647B;
}
</style>