Shades of Strikemaster #905279
Tints of Strikemaster #905279
RGB
CMYK
RGB Variations
Color information
#905279 (or 0x905279) is known color: Strikemaster. HEX triplet: 90, 52 and 79. RGB value is (144,82,121). Sum of RGB (Red+Green+Blue) = 144+82+121=347 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.50% from 347); Green value is 82 (32.42% from 255 or 23.63% from 347); Blue value is 121 (47.66% from 255 or 34.87% from 347); Max value from RGB is 144 - color contains mainly: red. Hex color #905279 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905279 is #6FAD86. Grayscale: #686868. Windows color (decimal): -7318919 or 7950992. OLE color: 7950992.
HSL color Cylindrical-coordinate representation of color #905279: hue angle of 322.26º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #905279 is Cyan = 0, Magento = 0.43, Yellow = 0.16 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 82 | 121 | - |
| CMYK | 0 | 0.43 | 0.16 | 0.44 |
| HSL | 322.26º | 0.27% | 0.44% | - |
| HSV(B) | 322.26º | 0.43% | 0.56% | - |
| XYZ | 17.97 | 13.34 | 19.72 | - |
| YUV | 104.98 | 137.04 | 155.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 82 | 121 | 0 | 0.43 | 0.16 | 0.44 | 322.26 | 0.27 | 0.44 |
| Hex | 90 | 52 | 79 | 0 | 2B | 10 | 2C | 142 | 1B | 2C |
| Octal | 220 | 122 | 171 | 0 | 53 | 20 | 54 | 502 | 33 | 54 |
| Binary | 10010000 | 1010010 | 1111001 | 0 | 101011 | 10000 | 101100 | 101000010 | 11011 | 101100 |
Color Harmonies of #905279
Complementary color
Monochromatic Colors of #905279
Black with #905279
Text Example
Text Example
White with #905279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905279; }
p { color: rgb(144,82,121); }
H1.HeaderClassName
{
color: #905279;
}
.AnyTagClassName
{
color: #905279;
}
</style>
background-color css
<style>
a { background-color: #905279; }
a { background-color: rgb(144,82,121); }
div.DivClassName
{
background-color: #905279;
}
.BgClassName
{
background-color: #905279;
}
</style>
border-color css
<style>
span { border-color: #905279; }
span { border-color: rgb(144,82,121); }
td.TdClassName
{
border-color: #905279;
}
.TagClassName
{
border-color: #905279;
}
</style>