#825191

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

Shades of Affair #825191

Tints of Affair #825191

Color information

#825191 (or 0x825191) is unknown color: approx Affair. HEX triplet: 82, 51 and 91. RGB value is (130,81,145). Sum of RGB (Red+Green+Blue) = 130+81+145=356 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.52% from 356); Green value is 81 (32.03% from 255 or 22.75% from 356); Blue value is 145 (57.03% from 255 or 40.73% from 356); Max value from RGB is 145 - color contains mainly: blue. Hex color #825191 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825191 is #7DAE6E. Grayscale: #666666. Windows color (decimal): -8236655 or 9523586. OLE color: 9523586.

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

Color convert

RGB13081145-
CMYK0.100.4400.43
HSL285.94º28.32%44.31%-
HSV(B)285.94º44.14%56.86%-
XYZ17.2612.6828.32-
YUV102.95151.73147.3-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.52%
GREEN value IS 81 (32.03% from 255) = 22.75%
BLUE value IS 145 (57.03% from 255) = 40.73%
R=36.52%
G=22.75%
B=40.73%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal130811450.100.4400.43285.9428.3244.31
Hex825191A2C02B11e1c2c
Octal20212122112540534363454
Binary100000101010001100100011010101100010101110001111011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825191; }

 p { color: rgb(130,81,145); }

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

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

 a { background-color: rgb(130,81,145); }

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

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

 span { border-color: rgb(130,81,145); }

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