#905376

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

Shades of Strikemaster #905376

Tints of Strikemaster #905376

Color information

#905376 (or 0x905376) is unknown color: approx Strikemaster. HEX triplet: 90, 53 and 76. RGB value is (144,83,118). Sum of RGB (Red+Green+Blue) = 144+83+118=345 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.74% from 345); Green value is 83 (32.81% from 255 or 24.06% from 345); Blue value is 118 (46.48% from 255 or 34.20% from 345); Max value from RGB is 144 - color contains mainly: red. Hex color #905376 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905376 is #6FAC89. Grayscale: #696969. Windows color (decimal): -7318666 or 7754640. OLE color: 7754640.

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

Color convert

RGB14483118-
CMYK00.420.180.44
HSL325.57º26.87%44.51%-
HSV(B)325.57º42.36%56.47%-
XYZ17.8613.4218.79-
YUV105.23135.21155.65-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 41.74%
GREEN value IS 83 (32.81% from 255) = 24.06%
BLUE value IS 118 (46.48% from 255) = 34.20%
R=41.74%
G=24.06%
B=34.20%

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
Decimal1448311800.420.180.44325.5726.8744.51
Hex90537602A122C1461b2d
Octal22012316605222545063355
Binary100100001010011111011001010101001010110010100011011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #905376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #905376; }

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

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

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

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

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

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

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

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