#865475

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

Shades of Strikemaster #865475

Tints of Strikemaster #865475

Color information

#865475 (or 0x865475) is unknown color: approx Strikemaster. HEX triplet: 86, 54 and 75. RGB value is (134,84,117). Sum of RGB (Red+Green+Blue) = 134+84+117=335 (44% of max value = 765). Red value is 134 (52.73% from 255 or 40% from 335); Green value is 84 (33.20% from 255 or 25.07% from 335); Blue value is 117 (46.09% from 255 or 34.93% from 335); Max value from RGB is 134 - color contains mainly: red. Hex color #865475 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865475 is #79AB8A. Grayscale: #666666. Windows color (decimal): -7973771 or 7689350. OLE color: 7689350.

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

Color convert

RGB13484117-
CMYK00.370.130.47
HSL320.4º22.94%42.75%-
HSV(B)320.4º37.31%52.55%-
XYZ16.2112.6918.43-
YUV102.71136.06150.32-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 40%
GREEN value IS 84 (33.20% from 255) = 25.07%
BLUE value IS 117 (46.09% from 255) = 34.93%
R=40%
G=25.07%
B=34.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1348411700.370.130.47320.422.9442.75
Hex865475025D2F140172b
Octal20612416504515575002753
Binary10000110101010011101010100101110110111110100000010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865475; }

 p { color: rgb(134,84,117); }

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

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

 a { background-color: rgb(134,84,117); }

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

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

 span { border-color: rgb(134,84,117); }

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