#875483

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

Shades of Trendy Pink #875483

Tints of Trendy Pink #875483

Color information

#875483 (or 0x875483) is unknown color: approx Trendy Pink. HEX triplet: 87, 54 and 83. RGB value is (135,84,131). Sum of RGB (Red+Green+Blue) = 135+84+131=350 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.57% from 350); Green value is 84 (33.20% from 255 or 24% from 350); Blue value is 131 (51.56% from 255 or 37.43% from 350); Max value from RGB is 135 - color contains mainly: red. Hex color #875483 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875483 is #78AB7C. Grayscale: #686868. Windows color (decimal): -7908221 or 8606855. OLE color: 8606855.

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

Color convert

RGB13584131-
CMYK00.380.030.47
HSL304.71º23.29%42.94%-
HSV(B)304.71º37.78%52.94%-
XYZ17.2613.1323.1-
YUV104.61142.9149.68-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.57%
GREEN value IS 84 (33.20% from 255) = 24%
BLUE value IS 131 (51.56% from 255) = 37.43%
R=38.57%
G=24%
B=37.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.03
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1358413100.380.030.47304.7123.2942.94
Hex87548302632F131172b
Octal2071242030463574612753
Binary1000011110101001000001101001101110111110011000110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875483; }

 p { color: rgb(135,84,131); }

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

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

 a { background-color: rgb(135,84,131); }

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

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

 span { border-color: rgb(135,84,131); }

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