#915875

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

Shades of Strikemaster #915875

Tints of Strikemaster #915875

Color information

#915875 (or 0x915875) is unknown color: approx Strikemaster. HEX triplet: 91, 58 and 75. RGB value is (145,88,117). Sum of RGB (Red+Green+Blue) = 145+88+117=350 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.43% from 350); Green value is 88 (34.77% from 255 or 25.14% from 350); Blue value is 117 (46.09% from 255 or 33.43% from 350); Max value from RGB is 145 - color contains mainly: red. Hex color #915875 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915875 is #6EA78A. Grayscale: #6C6C6C. Windows color (decimal): -7251851 or 7690385. OLE color: 7690385.

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

Color convert

RGB14588117-
CMYK00.390.190.43
HSL329.47º24.46%45.69%-
HSV(B)329.47º39.31%56.86%-
XYZ18.3814.2818.62-
YUV108.35132.88154.14-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 41.43%
GREEN value IS 88 (34.77% from 255) = 25.14%
BLUE value IS 117 (46.09% from 255) = 33.43%
R=41.43%
G=25.14%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.19
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1458811700.390.190.43329.4724.4645.69
Hex915875027132B149182e
Octal22113016504723535113056
Binary100100011011000111010101001111001110101110100100111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #915875; }

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

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

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

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

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

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

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

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