#915076

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

Shades of Strikemaster #915076

Tints of Strikemaster #915076

Color information

#915076 (or 0x915076) is unknown color: approx Strikemaster. HEX triplet: 91, 50 and 76. RGB value is (145,80,118). Sum of RGB (Red+Green+Blue) = 145+80+118=343 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.27% from 343); Green value is 80 (31.64% from 255 or 23.32% from 343); Blue value is 118 (46.48% from 255 or 34.40% from 343); Max value from RGB is 145 - color contains mainly: red. Hex color #915076 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915076 is #6EAF89. Grayscale: #676767. Windows color (decimal): -7253898 or 7753873. OLE color: 7753873.

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

Color convert

RGB14580118-
CMYK00.450.190.43
HSL324.92º28.89%44.12%-
HSV(B)324.92º44.83%56.86%-
XYZ17.8213.0718.72-
YUV103.77136.03157.41-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 42.27%
GREEN value IS 80 (31.64% from 255) = 23.32%
BLUE value IS 118 (46.48% from 255) = 34.40%
R=42.27%
G=23.32%
B=34.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.19
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1458011800.450.190.43324.9228.8944.12
Hex91507602D132B1451d2c
Octal22112016605523535053554
Binary100100011010000111011001011011001110101110100010111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #915076; }

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

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

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

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

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

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

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

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