#825592

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

Shades of Affair #825592

Tints of Affair #825592

Color information

#825592 (or 0x825592) is unknown color: approx Affair. HEX triplet: 82, 55 and 92. RGB value is (130,85,146). Sum of RGB (Red+Green+Blue) = 130+85+146=361 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.01% from 361); Green value is 85 (33.59% from 255 or 23.55% from 361); Blue value is 146 (57.42% from 255 or 40.44% from 361); Max value from RGB is 146 - color contains mainly: blue. Hex color #825592 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825592 is #7DAA6D. Grayscale: #696969. Windows color (decimal): -8235630 or 9590146. OLE color: 9590146.

HSL color Cylindrical-coordinate representation of color #825592: hue angle of 284.26º 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 #825592 is Cyan = 0.11, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB13085146-
CMYK0.110.4200.43
HSL284.26º26.41%45.29%-
HSV(B)284.26º41.78%57.25%-
XYZ17.6413.3228.83-
YUV105.41150.91145.54-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.01%
GREEN value IS 85 (33.59% from 255) = 23.55%
BLUE value IS 146 (57.42% from 255) = 40.44%
R=36.01%
G=23.55%
B=40.44%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal130851460.110.4200.43284.2626.4145.29
Hex825592B2A02B11c1a2d
Octal20212522213520534343255
Binary100000101010101100100101011101010010101110001110011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825592; }

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

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

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

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

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

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

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

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