#955276

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

Shades of Strikemaster #955276

Tints of Strikemaster #955276

Color information

#955276 (or 0x955276) is unknown color: approx Strikemaster. HEX triplet: 95, 52 and 76. RGB value is (149,82,118). Sum of RGB (Red+Green+Blue) = 149+82+118=349 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.69% from 349); Green value is 82 (32.42% from 255 or 23.50% from 349); Blue value is 118 (46.48% from 255 or 33.81% from 349); Max value from RGB is 149 - color contains mainly: red. Hex color #955276 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955276 is #6AAD89. Grayscale: #6A6A6A. Windows color (decimal): -6991242 or 7754389. OLE color: 7754389.

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

Color convert

RGB14982118-
CMYK00.450.210.42
HSL327.76º29%45.29%-
HSV(B)327.76º44.97%58.43%-
XYZ18.6813.7318.81-
YUV106.14134.7158.57-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.69%
GREEN value IS 82 (32.42% from 255) = 23.50%
BLUE value IS 118 (46.48% from 255) = 33.81%
R=42.69%
G=23.50%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.21
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1498211800.450.210.42327.762945.29
Hex95527602D152A1481d2d
Octal22512216605525525103555
Binary100101011010010111011001011011010110101010100100011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955276; }

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

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

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

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

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

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

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

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