#905A75

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

Shades of Strikemaster #905A75

Tints of Strikemaster #905A75

Color information

#905A75 (or 0x905A75) is unknown color: approx Strikemaster. HEX triplet: 90, 5A and 75. RGB value is (144,90,117). Sum of RGB (Red+Green+Blue) = 144+90+117=351 (46% of max value = 765). Red value is 144 (56.64% from 255 or 41.03% from 351); Green value is 90 (35.55% from 255 or 25.64% from 351); Blue value is 117 (46.09% from 255 or 33.33% from 351); Max value from RGB is 144 - color contains mainly: red. Hex color #905A75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905A75 is #6FA58A. Grayscale: #6D6D6D. Windows color (decimal): -7316875 or 7690896. OLE color: 7690896.

HSL color Cylindrical-coordinate representation of color #905A75: hue angle of 330º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #905A75 is Cyan = 0, Magento = 0.37, Yellow = 0.19 and Black (K on CMYK) = 0.44.

Color convert

RGB14490117-
CMYK00.370.190.44
HSL330º23.08%45.88%-
HSV(B)330º37.5%56.47%-
XYZ18.3714.5318.67-
YUV109.22132.39152.8-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 41.03%
GREEN value IS 90 (35.55% from 255) = 25.64%
BLUE value IS 117 (46.09% from 255) = 33.33%
R=41.03%
G=25.64%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.19
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1449011700.370.190.4433023.0845.88
Hex905A75025132C14a172e
Octal22013216504523545122756
Binary100100001011010111010101001011001110110010100101010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #905A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #905A75; }

 p { color: rgb(144,90,117); }

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

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

 a { background-color: rgb(144,90,117); }

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

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

 span { border-color: rgb(144,90,117); }

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