Html Css Color HEX #825580 Trendy Pink

📋 copy color: '#825580'

red 130 ◦ green 85 ◦ blue 128

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

Shades of Trendy Pink #825580

Tints of Trendy Pink #825580

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 37.32%

R = 37.9%
G = 24.78%
B = 37.32%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#825580 (or 0x825580) is known color: Trendy Pink. HEX triplet: 82, 55 and 80. RGB value is (130,85,128). Sum of RGB (Red+Green+Blue) = 130+85+128=343 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.90% from 343); Green value is 85 (33.59% from 255 or 24.78% from 343); Blue value is 128 (50.39% from 255 or 37.32% from 343); Max value from RGB is 130 - color contains mainly: red. Hex color #825580 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825580 is #7DAA7F. Grayscale: #676767. Windows color (decimal): -8235648 or 8410498. OLE color: 8410498.

HSL color Cylindrical-coordinate representation of color #825580: hue angle of 302.67º 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 #825580 is Cyan = 0, Magento = 0.35, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 85 128 -
CMYK 0 0.35 0.02 0.49
HSL 302.67º 0.21% 0.42% -
HSV(B) 302.67º 0.35% 0.51% -
XYZ 16.35 12.8 22.03 -
YUV 103.36 141.91 147 -
System Red Green Blue C M Y K H S L
Decimal 130 85 128 0 0.35 0.02 0.49 302.67 0.21 0.42
Hex 82 55 80 0 23 2 31 12F 15 2A
Octal 202 125 200 0 43 2 61 457 25 52
Binary 10000010 1010101 10000000 0 100011 10 110001 100101111 10101 101010

Color Harmonies of #825580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825580

Black with #825580

Text Example


Text Example

White with #825580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825580; }

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

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

background-color css

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

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

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

border-color css

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

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

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