Html Css Color HEX #825180 Trendy Pink

📋 copy color: '#825180'

red 130 ◦ green 81 ◦ blue 128

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

Shades of Trendy Pink #825180

Tints of Trendy Pink #825180

RGB

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

 GREEN value IS 81 (32.03% from 255) = 23.89%

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

R = 38.35%
G = 23.89%
B = 37.76%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#825180 (or 0x825180) is known color: Trendy Pink. HEX triplet: 82, 51 and 80. RGB value is (130,81,128). Sum of RGB (Red+Green+Blue) = 130+81+128=339 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.35% from 339); Green value is 81 (32.03% from 255 or 23.89% from 339); Blue value is 128 (50.39% from 255 or 37.76% from 339); Max value from RGB is 130 - color contains mainly: red. Hex color #825180 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825180 is #7DAE7F. Grayscale: #646464. Windows color (decimal): -8236672 or 8409474. OLE color: 8409474.

HSL color Cylindrical-coordinate representation of color #825180: hue angle of 302.45º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #825180 is Cyan = 0, Magento = 0.38, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 81 128 -
CMYK 0 0.38 0.02 0.49
HSL 302.45º 0.23% 0.41% -
HSV(B) 302.45º 0.38% 0.51% -
XYZ 16.04 12.19 21.93 -
YUV 101.01 143.23 148.68 -
System Red Green Blue C M Y K H S L
Decimal 130 81 128 0 0.38 0.02 0.49 302.45 0.23 0.41
Hex 82 51 80 0 26 2 31 12E 17 29
Octal 202 121 200 0 46 2 61 456 27 51
Binary 10000010 1010001 10000000 0 100110 10 110001 100101110 10111 101001

Color Harmonies of #825180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825180

Black with #825180

Text Example


Text Example

White with #825180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825180; }

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

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

background-color css

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

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

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

border-color css

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

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

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