#905076

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

Shades of Strikemaster #905076

Tints of Strikemaster #905076

Color information

#905076 (or 0x905076) is unknown color: approx Strikemaster. HEX triplet: 90, 50 and 76. RGB value is (144,80,118). Sum of RGB (Red+Green+Blue) = 144+80+118=342 (45% of max value = 765). Red value is 144 (56.64% from 255 or 42.11% from 342); Green value is 80 (31.64% from 255 or 23.39% from 342); Blue value is 118 (46.48% from 255 or 34.50% from 342); Max value from RGB is 144 - color contains mainly: red. Hex color #905076 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905076 is #6FAF89. Grayscale: #676767. Windows color (decimal): -7319434 or 7753872. OLE color: 7753872.

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

Color convert

RGB14480118-
CMYK00.440.180.44
HSL324.38º28.57%43.92%-
HSV(B)324.38º44.44%56.47%-
XYZ17.6412.9718.71-
YUV103.47136.2156.91-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 42.11%
GREEN value IS 80 (31.64% from 255) = 23.39%
BLUE value IS 118 (46.48% from 255) = 34.50%
R=42.11%
G=23.39%
B=34.50%

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
Decimal1448011800.440.180.44324.3828.5743.92
Hex90507602C122C1441d2c
Octal22012016605422545043554
Binary100100001010000111011001011001001010110010100010011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #905076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #905076; }

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

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

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

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

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

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

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

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