Shades of Strikemaster #906379
Tints of Strikemaster #906379
RGB
CMYK
RGB Variations
Color information
#906379 (or 0x906379) is known color: Strikemaster. HEX triplet: 90, 63 and 79. RGB value is (144,99,121). Sum of RGB (Red+Green+Blue) = 144+99+121=364 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.56% from 364); Green value is 99 (39.06% from 255 or 27.20% from 364); Blue value is 121 (47.66% from 255 or 33.24% from 364); Max value from RGB is 144 - color contains mainly: red. Hex color #906379 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906379 is #6F9C86. Grayscale: #727272. Windows color (decimal): -7314567 or 7955344. OLE color: 7955344.
HSL color Cylindrical-coordinate representation of color #906379: hue angle of 330.67º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #906379 is Cyan = 0, Magento = 0.31, Yellow = 0.16 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 99 | 121 | - |
| CMYK | 0 | 0.31 | 0.16 | 0.44 |
| HSL | 330.67º | 0.19% | 0.48% | - |
| HSV(B) | 330.67º | 0.31% | 0.56% | - |
| XYZ | 19.41 | 16.23 | 20.2 | - |
| YUV | 114.96 | 131.41 | 148.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 99 | 121 | 0 | 0.31 | 0.16 | 0.44 | 330.67 | 0.19 | 0.48 |
| Hex | 90 | 63 | 79 | 0 | 1F | 10 | 2C | 14B | 13 | 30 |
| Octal | 220 | 143 | 171 | 0 | 37 | 20 | 54 | 513 | 23 | 60 |
| Binary | 10010000 | 1100011 | 1111001 | 0 | 11111 | 10000 | 101100 | 101001011 | 10011 | 110000 |
Color Harmonies of #906379
Complementary color
Monochromatic Colors of #906379
Black with #906379
Text Example
Text Example
White with #906379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906379; }
p { color: rgb(144,99,121); }
H1.HeaderClassName
{
color: #906379;
}
.AnyTagClassName
{
color: #906379;
}
</style>
background-color css
<style>
a { background-color: #906379; }
a { background-color: rgb(144,99,121); }
div.DivClassName
{
background-color: #906379;
}
.BgClassName
{
background-color: #906379;
}
</style>
border-color css
<style>
span { border-color: #906379; }
span { border-color: rgb(144,99,121); }
td.TdClassName
{
border-color: #906379;
}
.TagClassName
{
border-color: #906379;
}
</style>