Shades of Strikemaster #905576
Tints of Strikemaster #905576
RGB
CMYK
RGB Variations
Color information
#905576 (or 0x905576) is known color: Strikemaster. HEX triplet: 90, 55 and 76. RGB value is (144,85,118). Sum of RGB (Red+Green+Blue) = 144+85+118=347 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.50% from 347); Green value is 85 (33.59% from 255 or 24.50% from 347); Blue value is 118 (46.48% from 255 or 34.01% from 347); Max value from RGB is 144 - color contains mainly: red. Hex color #905576 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905576 is #6FAA89. Grayscale: #6A6A6A. Windows color (decimal): -7318154 or 7755152. OLE color: 7755152.
HSL color Cylindrical-coordinate representation of color #905576: hue angle of 326.44º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #905576 is Cyan = 0, Magento = 0.41, Yellow = 0.18 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 85 | 118 | - |
| CMYK | 0 | 0.41 | 0.18 | 0.44 |
| HSL | 326.44º | 0.26% | 0.45% | - |
| HSV(B) | 326.44º | 0.41% | 0.56% | - |
| XYZ | 18.02 | 13.73 | 18.84 | - |
| YUV | 106.4 | 134.55 | 154.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 85 | 118 | 0 | 0.41 | 0.18 | 0.44 | 326.44 | 0.26 | 0.45 |
| Hex | 90 | 55 | 76 | 0 | 29 | 12 | 2C | 146 | 1A | 2D |
| Octal | 220 | 125 | 166 | 0 | 51 | 22 | 54 | 506 | 32 | 55 |
| Binary | 10010000 | 1010101 | 1110110 | 0 | 101001 | 10010 | 101100 | 101000110 | 11010 | 101101 |
Color Harmonies of #905576
Complementary color
Monochromatic Colors of #905576
Black with #905576
Text Example
Text Example
White with #905576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905576; }
p { color: rgb(144,85,118); }
H1.HeaderClassName
{
color: #905576;
}
.AnyTagClassName
{
color: #905576;
}
</style>
background-color css
<style>
a { background-color: #905576; }
a { background-color: rgb(144,85,118); }
div.DivClassName
{
background-color: #905576;
}
.BgClassName
{
background-color: #905576;
}
</style>
border-color css
<style>
span { border-color: #905576; }
span { border-color: rgb(144,85,118); }
td.TdClassName
{
border-color: #905576;
}
.TagClassName
{
border-color: #905576;
}
</style>