Html Css Color HEX #825576 Trendy Pink

📋 copy color: '#825576'

red 130 ◦ green 85 ◦ blue 118

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

Shades of Trendy Pink #825576

Tints of Trendy Pink #825576

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 35.44%

R = 39.04%
G = 25.53%
B = 35.44%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.09

 K value IS 0.49

RGB Variations

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

Color information

#825576 (or 0x825576) is known color: Trendy Pink. HEX triplet: 82, 55 and 76. RGB value is (130,85,118). Sum of RGB (Red+Green+Blue) = 130+85+118=333 (44% of max value = 765). Red value is 130 (51.17% from 255 or 39.04% from 333); Green value is 85 (33.59% from 255 or 25.53% from 333); Blue value is 118 (46.48% from 255 or 35.44% from 333); Max value from RGB is 130 - color contains mainly: red. Hex color #825576 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825576 is #7DAA89. Grayscale: #666666. Windows color (decimal): -8235658 or 7755138. OLE color: 7755138.

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

Color convert

RGB 130 85 118 -
CMYK 0 0.35 0.09 0.49
HSL 316º 0.21% 0.42% -
HSV(B) 316º 0.35% 0.51% -
XYZ 15.72 12.55 18.73 -
YUV 102.22 136.91 147.82 -
System Red Green Blue C M Y K H S L
Decimal 130 85 118 0 0.35 0.09 0.49 316 0.21 0.42
Hex 82 55 76 0 23 9 31 13C 15 2A
Octal 202 125 166 0 43 11 61 474 25 52
Binary 10000010 1010101 1110110 0 100011 1001 110001 100111100 10101 101010

Color Harmonies of #825576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825576

Black with #825576

Text Example


Text Example

White with #825576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825576; }

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

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

background-color css

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

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

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

border-color css

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

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

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