#95637A

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

Shades of Strikemaster #95637A

Tints of Strikemaster #95637A

Color information

#95637A (or 0x95637A) is unknown color: approx Strikemaster. HEX triplet: 95, 63 and 7A. RGB value is (149,99,122). Sum of RGB (Red+Green+Blue) = 149+99+122=370 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.27% from 370); Green value is 99 (39.06% from 255 or 26.76% from 370); Blue value is 122 (48.05% from 255 or 32.97% from 370); Max value from RGB is 149 - color contains mainly: red. Hex color #95637A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95637A is #6A9C85. Grayscale: #747474. Windows color (decimal): -6986886 or 8020885. OLE color: 8020885.

HSL color Cylindrical-coordinate representation of color #95637A: hue angle of 332.4º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #95637A is Cyan = 0, Magento = 0.34, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB14999122-
CMYK00.340.180.42
HSL332.4º20.16%48.63%-
HSV(B)332.4º33.56%58.43%-
XYZ20.3716.7220.57-
YUV116.57131.06151.13-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.27%
GREEN value IS 99 (39.06% from 255) = 26.76%
BLUE value IS 122 (48.05% from 255) = 32.97%
R=40.27%
G=26.76%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1499912200.340.180.42332.420.1648.63
Hex95637A022122A14c1431
Octal22514317204222525142461
Binary100101011100011111101001000101001010101010100110010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95637A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95637A; }

 p { color: rgb(149,99,122); }

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

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

 a { background-color: rgb(149,99,122); }

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

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

 span { border-color: rgb(149,99,122); }

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