#905179

Color #905179 Strikemaster (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Strikemaster #905179

Tints of Strikemaster #905179

Color information

#905179 (or 0x905179) is unknown color: approx Strikemaster. HEX triplet: 90, 51 and 79. RGB value is (144,81,121). Sum of RGB (Red+Green+Blue) = 144+81+121=346 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.62% from 346); Green value is 81 (32.03% from 255 or 23.41% from 346); Blue value is 121 (47.66% from 255 or 34.97% from 346); Max value from RGB is 144 - color contains mainly: red. Hex color #905179 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905179 is #6FAE86. Grayscale: #686868. Windows color (decimal): -7319175 or 7950736. OLE color: 7950736.

HSL color Cylindrical-coordinate representation of color #905179: hue angle of 321.9º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #905179 is Cyan = 0, Magento = 0.44, Yellow = 0.16 and Black (K on CMYK) = 0.44.

Color convert

RGB14481121-
CMYK00.440.160.44
HSL321.9º28%44.12%-
HSV(B)321.9º43.75%56.47%-
XYZ17.913.1919.69-
YUV104.4137.37156.25-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 144 (56.64% from 255) = 41.62%
GREEN value IS 81 (32.03% from 255) = 23.41%
BLUE value IS 121 (47.66% from 255) = 34.97%
R=41.62%
G=23.41%
B=34.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.16
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1448112100.440.160.44321.92844.12
Hex90517902C102C1421c2c
Octal22012117105420545023454
Binary100100001010001111100101011001000010110010100001011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #905179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #905179; }

 p { color: rgb(144,81,121); }

 H1.HeaderClassName
 {
   color: #905179;
 }
 .AnyTagClassName
 {
   color: #905179;
 }
</style>
background-color css

<style>
 a { background-color: #905179; }

 a { background-color: rgb(144,81,121); }

 div.DivClassName
 {
   background-color: #905179;
 }
 .BgClassName
 {
   background-color: #905179;
 }
</style>
border-color css

<style>
 span { border-color: #905179; }

 span { border-color: rgb(144,81,121); }

 td.TdClassName
 {
   border-color: #905179;
 }
 .TagClassName
 {
   border-color: #905179;
 }
</style>