#875595

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

Shades of Affair #875595

Tints of Affair #875595

Color information

#875595 (or 0x875595) is unknown color: approx Affair. HEX triplet: 87, 55 and 95. RGB value is (135,85,149). Sum of RGB (Red+Green+Blue) = 135+85+149=369 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.59% from 369); Green value is 85 (33.59% from 255 or 23.04% from 369); Blue value is 149 (58.59% from 255 or 40.38% from 369); Max value from RGB is 149 - color contains mainly: blue. Hex color #875595 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875595 is #78AA6A. Grayscale: #6B6B6B. Windows color (decimal): -7907947 or 9786759. OLE color: 9786759.

HSL color Cylindrical-coordinate representation of color #875595: hue angle of 286.88º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #875595 is Cyan = 0.09, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB13585149-
CMYK0.090.4300.42
HSL286.88º27.35%45.88%-
HSV(B)286.88º42.95%58.43%-
XYZ18.6613.8230.12-
YUV107.25151.56147.8-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.59%
GREEN value IS 85 (33.59% from 255) = 23.04%
BLUE value IS 149 (58.59% from 255) = 40.38%
R=36.59%
G=23.04%
B=40.38%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal135851490.090.4300.42286.8827.3545.88
Hex87559592B02A11f1b2e
Octal20712522511530524373356
Binary100001111010101100101011001101011010101010001111111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875595; }

 p { color: rgb(135,85,149); }

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

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

 a { background-color: rgb(135,85,149); }

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

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

 span { border-color: rgb(135,85,149); }

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