Shades of Strikemaster #95647B
Tints of Strikemaster #95647B
RGB
CMYK
RGB Variations
Color information
#95647B (or 0x95647B) is known color: Strikemaster. HEX triplet: 95, 64 and 7B. RGB value is (149,100,123). Sum of RGB (Red+Green+Blue) = 149+100+123=372 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.05% from 372); Green value is 100 (39.45% from 255 or 26.88% from 372); Blue value is 123 (48.44% from 255 or 33.06% from 372); Max value from RGB is 149 - color contains mainly: red. Hex color #95647B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95647B is #6A9B84. Grayscale: #757575. Windows color (decimal): -6986629 or 8086677. OLE color: 8086677.
HSL color Cylindrical-coordinate representation of color #95647B: hue angle of 331.84º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #95647B is Cyan = 0, Magento = 0.33, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 100 | 123 | - |
| CMYK | 0 | 0.33 | 0.17 | 0.42 |
| HSL | 331.84º | 0.2% | 0.49% | - |
| HSV(B) | 331.84º | 0.33% | 0.58% | - |
| XYZ | 20.53 | 16.93 | 20.93 | - |
| YUV | 117.27 | 131.23 | 150.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 100 | 123 | 0 | 0.33 | 0.17 | 0.42 | 331.84 | 0.2 | 0.49 |
| Hex | 95 | 64 | 7B | 0 | 21 | 11 | 2A | 14C | 14 | 31 |
| Octal | 225 | 144 | 173 | 0 | 41 | 21 | 52 | 514 | 24 | 61 |
| Binary | 10010101 | 1100100 | 1111011 | 0 | 100001 | 10001 | 101010 | 101001100 | 10100 | 110001 |
Color Harmonies of #95647B
Complementary color
Monochromatic Colors of #95647B
Black with #95647B
Text Example
Text Example
White with #95647B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95647B; }
p { color: rgb(149,100,123); }
H1.HeaderClassName
{
color: #95647B;
}
.AnyTagClassName
{
color: #95647B;
}
</style>
background-color css
<style>
a { background-color: #95647B; }
a { background-color: rgb(149,100,123); }
div.DivClassName
{
background-color: #95647B;
}
.BgClassName
{
background-color: #95647B;
}
</style>
border-color css
<style>
span { border-color: #95647B; }
span { border-color: rgb(149,100,123); }
td.TdClassName
{
border-color: #95647B;
}
.TagClassName
{
border-color: #95647B;
}
</style>