#895275

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

Shades of Strikemaster #895275

Tints of Strikemaster #895275

Color information

#895275 (or 0x895275) is unknown color: approx Strikemaster. HEX triplet: 89, 52 and 75. RGB value is (137,82,117). Sum of RGB (Red+Green+Blue) = 137+82+117=336 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.77% from 336); Green value is 82 (32.42% from 255 or 24.40% from 336); Blue value is 117 (46.09% from 255 or 34.82% from 336); Max value from RGB is 137 - color contains mainly: red. Hex color #895275 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895275 is #76AD8A. Grayscale: #666666. Windows color (decimal): -7777675 or 7688841. OLE color: 7688841.

HSL color Cylindrical-coordinate representation of color #895275: hue angle of 321.82º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #895275 is Cyan = 0, Magento = 0.40, Yellow = 0.15 and Black (K on CMYK) = 0.46.

Color convert

RGB13782117-
CMYK00.400.150.46
HSL321.82º25.11%42.94%-
HSV(B)321.82º40.15%53.73%-
XYZ16.5412.6418.4-
YUV102.44136.22152.65-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 40.77%
GREEN value IS 82 (32.42% from 255) = 24.40%
BLUE value IS 117 (46.09% from 255) = 34.82%
R=40.77%
G=24.40%
B=34.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.15
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1378211700.400.150.46321.8225.1142.94
Hex895275028F2E142192b
Octal21112216505017565023153
Binary10001001101001011101010101000111110111010100001011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895275; }

 p { color: rgb(137,82,117); }

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

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

 a { background-color: rgb(137,82,117); }

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

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

 span { border-color: rgb(137,82,117); }

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