#95637D

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

Shades of Strikemaster #95637D

Tints of Strikemaster #95637D

Color information

#95637D (or 0x95637D) is unknown color: approx Strikemaster. HEX triplet: 95, 63 and 7D. RGB value is (149,99,125). Sum of RGB (Red+Green+Blue) = 149+99+125=373 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.95% from 373); Green value is 99 (39.06% from 255 or 26.54% from 373); Blue value is 125 (49.22% from 255 or 33.51% from 373); Max value from RGB is 149 - color contains mainly: red. Hex color #95637D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95637D is #6A9C82. Grayscale: #747474. Windows color (decimal): -6986883 or 8217493. OLE color: 8217493.

HSL color Cylindrical-coordinate representation of color #95637D: hue angle of 328.8º 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 #95637D is Cyan = 0, Magento = 0.34, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB14999125-
CMYK00.340.160.42
HSL328.8º20.16%48.63%-
HSV(B)328.8º33.56%58.43%-
XYZ20.5616.7921.56-
YUV116.91132.56150.89-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.95%
GREEN value IS 99 (39.06% from 255) = 26.54%
BLUE value IS 125 (49.22% from 255) = 33.51%
R=39.95%
G=26.54%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1499912500.340.160.42328.820.1648.63
Hex95637D022102A1491431
Octal22514317504220525112461
Binary100101011100011111110101000101000010101010100100110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95637D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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