#825575

Color #825575 Trendy Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trendy Pink #825575

Tints of Trendy Pink #825575

Color information

#825575 (or 0x825575) is unknown color: approx 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

RGB13085117-
CMYK00.350.10.49
HSL317.33º20.93%42.16%-
HSV(B)317.33º34.62%50.98%-
XYZ15.6712.5318.42-
YUV102.1136.41147.9-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 39.16%
GREEN value IS 85 (33.59% from 255) = 25.60%
BLUE value IS 117 (46.09% from 255) = 35.24%
R=39.16%
G=25.60%
B=35.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.1
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1308511700.350.10.49317.3320.9342.16
Hex825575023A3113d152a
Octal20212516504312614752552
Binary10000010101010111101010100011101011000110011110110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>