Html Css Color HEX #825B84 Trendy Pink

📋 copy color: '#825B84'

red 130 ◦ green 91 ◦ blue 132

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

Shades of Trendy Pink #825B84

Tints of Trendy Pink #825B84

RGB

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

 GREEN value IS 91 (35.94% from 255) = 25.78%

 BLUE value IS 132 (51.95% from 255) = 37.39%

R = 36.83%
G = 25.78%
B = 37.39%

CMYK

 C value IS 0.02

 M value IS 0.31

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#825B84 (or 0x825B84) is known color: Trendy Pink. HEX triplet: 82, 5B and 84. RGB value is (130,91,132). Sum of RGB (Red+Green+Blue) = 130+91+132=353 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.83% from 353); Green value is 91 (35.94% from 255 or 25.78% from 353); Blue value is 132 (51.95% from 255 or 37.39% from 353); Max value from RGB is 132 - color contains mainly: blue. Hex color #825B84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825B84 is #7DA47B. Grayscale: #6B6B6B. Windows color (decimal): -8234108 or 8674178. OLE color: 8674178.

HSL color Cylindrical-coordinate representation of color #825B84: hue angle of 297.07º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #825B84 is Cyan = 0.02, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 130 91 132 -
CMYK 0.02 0.31 0 0.48
HSL 297.07º 0.18% 0.44% -
HSV(B) 297.07º 0.31% 0.52% -
XYZ 17.11 13.89 23.61 -
YUV 107.34 141.92 144.17 -
System Red Green Blue C M Y K H S L
Decimal 130 91 132 0.02 0.31 0 0.48 297.07 0.18 0.44
Hex 82 5B 84 2 1F 0 30 129 12 2C
Octal 202 133 204 2 37 0 60 451 22 54
Binary 10000010 1011011 10000100 10 11111 0 110000 100101001 10010 101100

Color Harmonies of #825B84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825B84

Black with #825B84

Text Example


Text Example

White with #825B84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825B84; }

 p { color: rgb(130,91,132); }

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

background-color css

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

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

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

border-color css

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

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

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