Html Css Color HEX #825575 Trendy Pink

📋 copy color: '#825575'

red 130 ◦ green 85 ◦ blue 117

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

Shades of Trendy Pink #825575

Tints of Trendy Pink #825575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 35.24%

R = 39.16%
G = 25.6%
B = 35.24%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.1

 K value IS 0.49

RGB Variations

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

Color information

#825575 (or 0x825575) is known color: Trendy Pink. HEX triplet: 82, 55 and 75. RGB value is (130,85,117). Sum of RGB (Red+Green+Blue) = 130+85+117=332 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.16% from 332); Green value is 85 (33.59% from 255 or 25.60% from 332); Blue value is 117 (46.09% from 255 or 35.24% from 332); Max value from RGB is 130 - color contains mainly: red. Hex color #825575 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825575 is #7DAA8A. Grayscale: #666666. Windows color (decimal): -8235659 or 7689602. OLE color: 7689602.

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

Color convert

RGB 130 85 117 -
CMYK 0 0.35 0.1 0.49
HSL 317.33º 0.21% 0.42% -
HSV(B) 317.33º 0.35% 0.51% -
XYZ 15.67 12.53 18.42 -
YUV 102.1 136.41 147.9 -
System Red Green Blue C M Y K H S L
Decimal 130 85 117 0 0.35 0.1 0.49 317.33 0.21 0.42
Hex 82 55 75 0 23 A 31 13D 15 2A
Octal 202 125 165 0 43 12 61 475 25 52
Binary 10000010 1010101 1110101 0 100011 1010 110001 100111101 10101 101010

Color Harmonies of #825575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825575

Black with #825575

Text Example


Text Example

White with #825575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825575; }

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

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

background-color css

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

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

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

border-color css

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

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

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