#905875

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

Shades of Strikemaster #905875

Tints of Strikemaster #905875

Color information

#905875 (or 0x905875) is unknown color: approx Strikemaster. HEX triplet: 90, 58 and 75. RGB value is (144,88,117). Sum of RGB (Red+Green+Blue) = 144+88+117=349 (46% of max value = 765). Red value is 144 (56.64% from 255 or 41.26% from 349); Green value is 88 (34.77% from 255 or 25.21% from 349); Blue value is 117 (46.09% from 255 or 33.52% from 349); Max value from RGB is 144 - color contains mainly: red. Hex color #905875 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905875 is #6FA78A. Grayscale: #6B6B6B. Windows color (decimal): -7317387 or 7690384. OLE color: 7690384.

HSL color Cylindrical-coordinate representation of color #905875: hue angle of 328.93º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #905875 is Cyan = 0, Magento = 0.39, Yellow = 0.19 and Black (K on CMYK) = 0.44.

Color convert

RGB14488117-
CMYK00.390.190.44
HSL328.93º24.14%45.49%-
HSV(B)328.93º38.89%56.47%-
XYZ18.214.1918.61-
YUV108.05133.05153.64-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 41.26%
GREEN value IS 88 (34.77% from 255) = 25.21%
BLUE value IS 117 (46.09% from 255) = 33.52%
R=41.26%
G=25.21%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.19
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1448811700.390.190.44328.9324.1445.49
Hex905875027132C149182d
Octal22013016504723545113055
Binary100100001011000111010101001111001110110010100100111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #905875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #905875; }

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

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

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

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

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

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

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

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