#955476

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

Shades of Strikemaster #955476

Tints of Strikemaster #955476

Color information

#955476 (or 0x955476) is unknown color: approx Strikemaster. HEX triplet: 95, 54 and 76. RGB value is (149,84,118). Sum of RGB (Red+Green+Blue) = 149+84+118=351 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.45% from 351); Green value is 84 (33.20% from 255 or 23.93% from 351); Blue value is 118 (46.48% from 255 or 33.62% from 351); Max value from RGB is 149 - color contains mainly: red. Hex color #955476 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955476 is #6AAB89. Grayscale: #6B6B6B. Windows color (decimal): -6990730 or 7754901. OLE color: 7754901.

HSL color Cylindrical-coordinate representation of color #955476: hue angle of 328.62º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #955476 is Cyan = 0, Magento = 0.44, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB14984118-
CMYK00.440.210.42
HSL328.62º27.9%45.69%-
HSV(B)328.62º43.62%58.43%-
XYZ18.8314.0418.86-
YUV107.31134.03157.74-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.45%
GREEN value IS 84 (33.20% from 255) = 23.93%
BLUE value IS 118 (46.48% from 255) = 33.62%
R=42.45%
G=23.93%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.21
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1498411800.440.210.42328.6227.945.69
Hex95547602C152A1491c2e
Octal22512416605425525113456
Binary100101011010100111011001011001010110101010100100111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955476; }

 p { color: rgb(149,84,118); }

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

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

 a { background-color: rgb(149,84,118); }

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

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

 span { border-color: rgb(149,84,118); }

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