#845592

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

Shades of Affair #845592

Tints of Affair #845592

Color information

#845592 (or 0x845592) is unknown color: approx Affair. HEX triplet: 84, 55 and 92. RGB value is (132,85,146). Sum of RGB (Red+Green+Blue) = 132+85+146=363 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.36% from 363); Green value is 85 (33.59% from 255 or 23.42% 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 #845592 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #845592 is #7BAA6D. Grayscale: #696969. Windows color (decimal): -8104558 or 9590148. OLE color: 9590148.

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

Color convert

RGB13285146-
CMYK0.100.4200.43
HSL286.23º26.41%45.29%-
HSV(B)286.23º41.78%57.25%-
XYZ17.9513.4828.85-
YUV106.01150.57146.54-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.36%
GREEN value IS 85 (33.59% from 255) = 23.42%
BLUE value IS 146 (57.42% from 255) = 40.22%
R=36.36%
G=23.42%
B=40.22%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal132851460.100.4200.43286.2326.4145.29
Hex845592A2A02B11e1a2d
Octal20412522212520534363255
Binary100001001010101100100101010101010010101110001111011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845592; }

 p { color: rgb(132,85,146); }

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

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

 a { background-color: rgb(132,85,146); }

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

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

 span { border-color: rgb(132,85,146); }

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