#905176

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

Shades of Strikemaster #905176

Tints of Strikemaster #905176

Color information

#905176 (or 0x905176) is unknown color: approx Strikemaster. HEX triplet: 90, 51 and 76. RGB value is (144,81,118). Sum of RGB (Red+Green+Blue) = 144+81+118=343 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.98% from 343); Green value is 81 (32.03% from 255 or 23.62% from 343); Blue value is 118 (46.48% from 255 or 34.40% from 343); Max value from RGB is 144 - color contains mainly: red. Hex color #905176 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905176 is #6FAE89. Grayscale: #676767. Windows color (decimal): -7319178 or 7754128. OLE color: 7754128.

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

Color convert

RGB14481118-
CMYK00.440.180.44
HSL324.76º28%44.12%-
HSV(B)324.76º43.75%56.47%-
XYZ17.7113.1218.74-
YUV104.06135.87156.49-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 41.98%
GREEN value IS 81 (32.03% from 255) = 23.62%
BLUE value IS 118 (46.48% from 255) = 34.40%
R=41.98%
G=23.62%
B=34.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.18
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1448111800.440.180.44324.762844.12
Hex90517602C122C1451c2c
Octal22012116605422545053454
Binary100100001010001111011001011001001010110010100010111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #905176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #905176; }

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

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

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

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

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

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

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

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