#875292

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

Shades of Affair #875292

Tints of Affair #875292

Color information

#875292 (or 0x875292) is unknown color: approx Affair. HEX triplet: 87, 52 and 92. RGB value is (135,82,146). Sum of RGB (Red+Green+Blue) = 135+82+146=363 (48% of max value = 765). Red value is 135 (53.12% from 255 or 37.19% from 363); Green value is 82 (32.42% from 255 or 22.59% from 363); Blue value is 146 (57.42% from 255 or 40.22% from 363); Max value from RGB is 146 - color contains mainly: blue. Hex color #875292 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875292 is #78AD6D. Grayscale: #686868. Windows color (decimal): -7908718 or 9589383. OLE color: 9589383.

HSL color Cylindrical-coordinate representation of color #875292: hue angle of 289.69º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #875292 is Cyan = 0.08, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB13582146-
CMYK0.080.4400.43
HSL289.69º28.07%44.71%-
HSV(B)289.69º43.84%57.25%-
XYZ18.213.2628.79-
YUV105.14151.06149.3-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 37.19%
GREEN value IS 82 (32.42% from 255) = 22.59%
BLUE value IS 146 (57.42% from 255) = 40.22%
R=37.19%
G=22.59%
B=40.22%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal135821460.080.4400.43289.6928.0744.71
Hex87529282C02B1221c2d
Octal20712222210540534423455
Binary100001111010010100100101000101100010101110010001011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875292; }

 p { color: rgb(135,82,146); }

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

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

 a { background-color: rgb(135,82,146); }

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

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

 span { border-color: rgb(135,82,146); }

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