Shades of Strikemaster #905379
Tints of Strikemaster #905379
RGB
CMYK
RGB Variations
Color information
#905379 (or 0x905379) is known color: Strikemaster. HEX triplet: 90, 53 and 79. RGB value is (144,83,121). Sum of RGB (Red+Green+Blue) = 144+83+121=348 (46% of max value = 765). Red value is 144 (56.64% from 255 or 41.38% from 348); Green value is 83 (32.81% from 255 or 23.85% from 348); Blue value is 121 (47.66% from 255 or 34.77% from 348); Max value from RGB is 144 - color contains mainly: red. Hex color #905379 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905379 is #6FAC86. Grayscale: #696969. Windows color (decimal): -7318663 or 7951248. OLE color: 7951248.
HSL color Cylindrical-coordinate representation of color #905379: hue angle of 322.62º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #905379 is Cyan = 0, Magento = 0.42, Yellow = 0.16 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 83 | 121 | - |
| CMYK | 0 | 0.42 | 0.16 | 0.44 |
| HSL | 322.62º | 0.27% | 0.45% | - |
| HSV(B) | 322.62º | 0.42% | 0.56% | - |
| XYZ | 18.05 | 13.5 | 19.74 | - |
| YUV | 105.57 | 136.71 | 155.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 83 | 121 | 0 | 0.42 | 0.16 | 0.44 | 322.62 | 0.27 | 0.45 |
| Hex | 90 | 53 | 79 | 0 | 2A | 10 | 2C | 143 | 1B | 2D |
| Octal | 220 | 123 | 171 | 0 | 52 | 20 | 54 | 503 | 33 | 55 |
| Binary | 10010000 | 1010011 | 1111001 | 0 | 101010 | 10000 | 101100 | 101000011 | 11011 | 101101 |
Color Harmonies of #905379
Complementary color
Monochromatic Colors of #905379
Black with #905379
Text Example
Text Example
White with #905379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905379; }
p { color: rgb(144,83,121); }
H1.HeaderClassName
{
color: #905379;
}
.AnyTagClassName
{
color: #905379;
}
</style>
background-color css
<style>
a { background-color: #905379; }
a { background-color: rgb(144,83,121); }
div.DivClassName
{
background-color: #905379;
}
.BgClassName
{
background-color: #905379;
}
</style>
border-color css
<style>
span { border-color: #905379; }
span { border-color: rgb(144,83,121); }
td.TdClassName
{
border-color: #905379;
}
.TagClassName
{
border-color: #905379;
}
</style>