Html Css Color HEX #825999 Affair

📋 copy color: '#825999'

red 130 ◦ green 89 ◦ blue 153

#825999
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Affair #825999

Tints of Affair #825999

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 value IS 0.15

 M value IS 0.42

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#825999 (or 0x825999) is known color: 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

RGB 130 89 153 -
CMYK 0.15 0.42 0 0.4
HSL 278.44º 0.26% 0.47% -
HSV(B) 278.44º 0.42% 0.6% -
XYZ 18.53 14.19 31.9 -
YUV 108.56 153.08 143.3 -
System Red Green Blue C M Y K H S L
Decimal 130 89 153 0.15 0.42 0 0.4 278.44 0.26 0.47
Hex 82 59 99 F 2A 0 28 116 1A 2F
Octal 202 131 231 17 52 0 50 426 32 57
Binary 10000010 1011001 10011001 1111 101010 0 101000 100010110 11010 101111

Color Harmonies of #825999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825999

Black with #825999

Text Example


Text Example

White with #825999

Text Example


Text Example

HTML Codes & Css Web 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>