Html Css Color HEX #825582 Trendy Pink

📋 copy color: '#825582'

red 130 ◦ green 85 ◦ blue 130

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

Shades of Trendy Pink #825582

Tints of Trendy Pink #825582

RGB

 RED value IS 130 (51.17% from 255) = 37.68%

 GREEN value IS 85 (33.59% from 255) = 24.64%

 BLUE value IS 130 (51.17% from 255) = 37.68%

R = 37.68%
G = 24.64%
B = 37.68%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#825582 (or 0x825582) is known color: Trendy Pink. HEX triplet: 82, 55 and 82. RGB value is (130,85,130). Sum of RGB (Red+Green+Blue) = 130+85+130=345 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.68% from 345); Green value is 85 (33.59% from 255 or 24.64% from 345); Blue value is 130 (51.17% from 255 or 37.68% from 345); Max value from RGB is 130 - color contains mainly: red, blue. Hex color #825582 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825582 is #7DAA7D. Grayscale: #676767. Windows color (decimal): -8235646 or 8541570. OLE color: 8541570.

HSL color Cylindrical-coordinate representation of color #825582: hue angle of 300º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #825582 is Cyan = 0, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 85 130 -
CMYK 0 0.35 0 0.49
HSL 300º 0.21% 0.42% -
HSV(B) 300º 0.35% 0.51% -
XYZ 16.48 12.85 22.73 -
YUV 103.59 142.91 146.84 -
System Red Green Blue C M Y K H S L
Decimal 130 85 130 0 0.35 0 0.49 300 0.21 0.42
Hex 82 55 82 0 23 0 31 12C 15 2A
Octal 202 125 202 0 43 0 61 454 25 52
Binary 10000010 1010101 10000010 0 100011 0 110001 100101100 10101 101010

Color Harmonies of #825582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825582

Black with #825582

Text Example


Text Example

White with #825582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825582; }

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

 H1.HeaderClassName
 {
   color: #825582;
 }
 .AnyTagClassName
 {
   color: #825582;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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