Html Css Color HEX #825584 Trendy Pink

📋 copy color: '#825584'

red 130 ◦ green 85 ◦ blue 132

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

Shades of Trendy Pink #825584

Tints of Trendy Pink #825584

RGB

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

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

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

R = 37.46%
G = 24.5%
B = 38.04%

CMYK

 C value IS 0.02

 M value IS 0.36

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#825584 (or 0x825584) is known color: Trendy Pink. HEX triplet: 82, 55 and 84. RGB value is (130,85,132). Sum of RGB (Red+Green+Blue) = 130+85+132=347 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.46% from 347); Green value is 85 (33.59% from 255 or 24.50% from 347); Blue value is 132 (51.95% from 255 or 38.04% from 347); Max value from RGB is 132 - color contains mainly: blue. Hex color #825584 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825584 is #7DAA7B. Grayscale: #676767. Windows color (decimal): -8235644 or 8672642. OLE color: 8672642.

HSL color Cylindrical-coordinate representation of color #825584: hue angle of 297.45º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #825584 is Cyan = 0.02, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 130 85 132 -
CMYK 0.02 0.36 0 0.48
HSL 297.45º 0.22% 0.43% -
HSV(B) 297.45º 0.36% 0.52% -
XYZ 16.62 12.91 23.45 -
YUV 103.81 143.91 146.68 -
System Red Green Blue C M Y K H S L
Decimal 130 85 132 0.02 0.36 0 0.48 297.45 0.22 0.43
Hex 82 55 84 2 24 0 30 129 16 2B
Octal 202 125 204 2 44 0 60 451 26 53
Binary 10000010 1010101 10000100 10 100100 0 110000 100101001 10110 101011

Color Harmonies of #825584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825584

Black with #825584

Text Example


Text Example

White with #825584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825584; }

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

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

background-color css

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

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

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

border-color css

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

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

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