#905476

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

Shades of Strikemaster #905476

Tints of Strikemaster #905476

Color information

#905476 (or 0x905476) is unknown color: approx Strikemaster. HEX triplet: 90, 54 and 76. RGB value is (144,84,118). Sum of RGB (Red+Green+Blue) = 144+84+118=346 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.62% from 346); Green value is 84 (33.20% from 255 or 24.28% from 346); Blue value is 118 (46.48% from 255 or 34.10% from 346); Max value from RGB is 144 - color contains mainly: red. Hex color #905476 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905476 is #6FAB89. Grayscale: #696969. Windows color (decimal): -7318410 or 7754896. OLE color: 7754896.

HSL color Cylindrical-coordinate representation of color #905476: hue angle of 326º degrees, saturation: 0.26, 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 #905476 is Cyan = 0, Magento = 0.42, Yellow = 0.18 and Black (K on CMYK) = 0.44.

Color convert

RGB14484118-
CMYK00.420.180.44
HSL326º26.32%44.71%-
HSV(B)326º41.67%56.47%-
XYZ17.9413.5818.81-
YUV105.82134.88155.24-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 41.62%
GREEN value IS 84 (33.20% from 255) = 24.28%
BLUE value IS 118 (46.48% from 255) = 34.10%
R=41.62%
G=24.28%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.18
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1448411800.420.180.4432626.3244.71
Hex90547602A122C1461a2d
Octal22012416605222545063255
Binary100100001010100111011001010101001010110010100011011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #905476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #905476; }

 p { color: rgb(144,84,118); }

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

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

 a { background-color: rgb(144,84,118); }

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

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

 span { border-color: rgb(144,84,118); }

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