#825392

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

Shades of Affair #825392

Tints of Affair #825392

Color information

#825392 (or 0x825392) is unknown color: approx Affair. HEX triplet: 82, 53 and 92. RGB value is (130,83,146). Sum of RGB (Red+Green+Blue) = 130+83+146=359 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.21% from 359); Green value is 83 (32.81% from 255 or 23.12% from 359); Blue value is 146 (57.42% from 255 or 40.67% from 359); Max value from RGB is 146 - color contains mainly: blue. Hex color #825392 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825392 is #7DAC6D. Grayscale: #686868. Windows color (decimal): -8236142 or 9589634. OLE color: 9589634.

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

Color convert

RGB13083146-
CMYK0.110.4300.43
HSL284.76º27.51%44.9%-
HSV(B)284.76º43.15%57.25%-
XYZ17.4913.0128.78-
YUV104.24151.57146.38-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.21%
GREEN value IS 83 (32.81% from 255) = 23.12%
BLUE value IS 146 (57.42% from 255) = 40.67%
R=36.21%
G=23.12%
B=40.67%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal130831460.110.4300.43284.7627.5144.9
Hex825392B2B02B11d1c2d
Octal20212322213530534353455
Binary100000101010011100100101011101011010101110001110111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825392; }

 p { color: rgb(130,83,146); }

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

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

 a { background-color: rgb(130,83,146); }

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

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

 span { border-color: rgb(130,83,146); }

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