#845875

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

Shades of Strikemaster #845875

Tints of Strikemaster #845875

Color information

#845875 (or 0x845875) is unknown color: approx Strikemaster. HEX triplet: 84, 58 and 75. RGB value is (132,88,117). Sum of RGB (Red+Green+Blue) = 132+88+117=337 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.17% from 337); Green value is 88 (34.77% from 255 or 26.11% from 337); Blue value is 117 (46.09% from 255 or 34.72% from 337); Max value from RGB is 132 - color contains mainly: red. Hex color #845875 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845875 is #7BA78A. Grayscale: #686868. Windows color (decimal): -8103819 or 7690372. OLE color: 7690372.

HSL color Cylindrical-coordinate representation of color #845875: hue angle of 320.45º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #845875 is Cyan = 0, Magento = 0.33, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB13288117-
CMYK00.330.110.48
HSL320.45º20%43.14%-
HSV(B)320.45º33.33%51.76%-
XYZ16.2213.1718.52-
YUV104.46135.08147.64-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.17%
GREEN value IS 88 (34.77% from 255) = 26.11%
BLUE value IS 117 (46.09% from 255) = 34.72%
R=39.17%
G=26.11%
B=34.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.11
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1328811700.330.110.48320.452043.14
Hex845875021B30140142b
Octal20413016504113605002453
Binary10000100101100011101010100001101111000010100000010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845875; }

 p { color: rgb(132,88,117); }

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

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

 a { background-color: rgb(132,88,117); }

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

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

 span { border-color: rgb(132,88,117); }

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