#885474

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

Shades of Strikemaster #885474

Tints of Strikemaster #885474

Color information

#885474 (or 0x885474) is unknown color: approx Strikemaster. HEX triplet: 88, 54 and 74. RGB value is (136,84,116). Sum of RGB (Red+Green+Blue) = 136+84+116=336 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.48% from 336); Green value is 84 (33.20% from 255 or 25% from 336); Blue value is 116 (45.70% from 255 or 34.52% from 336); Max value from RGB is 136 - color contains mainly: red. Hex color #885474 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885474 is #77AB8B. Grayscale: #676767. Windows color (decimal): -7842700 or 7623816. OLE color: 7623816.

HSL color Cylindrical-coordinate representation of color #885474: hue angle of 323.08º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #885474 is Cyan = 0, Magento = 0.38, Yellow = 0.15 and Black (K on CMYK) = 0.47.

Color convert

RGB13684116-
CMYK00.380.150.47
HSL323.08º23.64%43.14%-
HSV(B)323.08º38.24%53.33%-
XYZ16.4812.8418.13-
YUV103.2135.23151.4-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40.48%
GREEN value IS 84 (33.20% from 255) = 25%
BLUE value IS 116 (45.70% from 255) = 34.52%
R=40.48%
G=25%
B=34.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.15
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1368411600.380.150.47323.0823.6443.14
Hex885474026F2F143182b
Octal21012416404617575033053
Binary10001000101010011101000100110111110111110100001111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885474; }

 p { color: rgb(136,84,116); }

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

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

 a { background-color: rgb(136,84,116); }

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

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

 span { border-color: rgb(136,84,116); }

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