#825999

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

Shades of Affair #825999

Tints of Affair #825999

Color information

#825999 (or 0x825999) is unknown color: approx Affair. HEX triplet: 82, 59 and 99. RGB value is (130,89,153). Sum of RGB (Red+Green+Blue) = 130+89+153=372 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.95% from 372); Green value is 89 (35.16% from 255 or 23.92% from 372); Blue value is 153 (60.16% from 255 or 41.13% from 372); Max value from RGB is 153 - color contains mainly: blue. Hex color #825999 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825999 is #7DA666. Grayscale: #6C6C6C. Windows color (decimal): -8234599 or 10049922. OLE color: 10049922.

HSL color Cylindrical-coordinate representation of color #825999: hue angle of 278.44º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #825999 is Cyan = 0.15, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB13089153-
CMYK0.150.4200.4
HSL278.44º26.45%47.45%-
HSV(B)278.44º41.83%60%-
XYZ18.5314.1931.9-
YUV108.56153.08143.3-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.95%
GREEN value IS 89 (35.16% from 255) = 23.92%
BLUE value IS 153 (60.16% from 255) = 41.13%
R=34.95%
G=23.92%
B=41.13%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal130891530.150.4200.4278.4426.4547.45
Hex825999F2A0281161a2f
Octal20213123117520504263257
Binary100000101011001100110011111101010010100010001011011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825999; }

 p { color: rgb(130,89,153); }

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

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

 a { background-color: rgb(130,89,153); }

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

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

 span { border-color: rgb(130,89,153); }

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