#875382

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

Shades of Trendy Pink #875382

Tints of Trendy Pink #875382

Color information

#875382 (or 0x875382) is unknown color: approx Trendy Pink. HEX triplet: 87, 53 and 82. RGB value is (135,83,130). Sum of RGB (Red+Green+Blue) = 135+83+130=348 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.79% from 348); Green value is 83 (32.81% from 255 or 23.85% from 348); Blue value is 130 (51.17% from 255 or 37.36% from 348); Max value from RGB is 135 - color contains mainly: red. Hex color #875382 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875382 is #78AC7D. Grayscale: #676767. Windows color (decimal): -7908478 or 8541063. OLE color: 8541063.

HSL color Cylindrical-coordinate representation of color #875382: hue angle of 305.77º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #875382 is Cyan = 0, Magento = 0.39, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB13583130-
CMYK00.390.040.47
HSL305.77º23.85%42.75%-
HSV(B)305.77º38.52%52.94%-
XYZ17.1112.9522.72-
YUV103.91142.73150.18-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.79%
GREEN value IS 83 (32.81% from 255) = 23.85%
BLUE value IS 130 (51.17% from 255) = 37.36%
R=38.79%
G=23.85%
B=37.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1358313000.390.040.47305.7723.8542.75
Hex87538202742F132182b
Octal2071232020474574623053
Binary10000111101001110000010010011110010111110011001011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875382; }

 p { color: rgb(135,83,130); }

 H1.HeaderClassName
 {
   color: #875382;
 }
 .AnyTagClassName
 {
   color: #875382;
 }
</style>
background-color css

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

 a { background-color: rgb(135,83,130); }

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

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

 span { border-color: rgb(135,83,130); }

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