#87427A

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

Shades of Trendy Pink #87427A

Tints of Trendy Pink #87427A

Color information

#87427A (or 0x87427A) is unknown color: approx Trendy Pink. HEX triplet: 87, 42 and 7A. RGB value is (135,66,122). Sum of RGB (Red+Green+Blue) = 135+66+122=323 (42% of max value = 765). Red value is 135 (53.12% from 255 or 41.80% from 323); Green value is 66 (26.17% from 255 or 20.43% from 323); Blue value is 122 (48.05% from 255 or 37.77% from 323); Max value from RGB is 135 - color contains mainly: red. Hex color #87427A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87427A is #78BD85. Grayscale: #5C5C5C. Windows color (decimal): -7912838 or 8012423. OLE color: 8012423.

HSL color Cylindrical-coordinate representation of color #87427A: hue angle of 311.3º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #87427A is Cyan = 0, Magento = 0.51, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB13566122-
CMYK00.510.100.47
HSL311.3º34.33%39.41%-
HSV(B)311.3º51.11%52.94%-
XYZ15.4510.4519.62-
YUV93.02144.36157.95-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 41.80%
GREEN value IS 66 (26.17% from 255) = 20.43%
BLUE value IS 122 (48.05% from 255) = 37.77%
R=41.80%
G=20.43%
B=37.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1356612200.510.100.47311.334.3339.41
Hex87427A033A2F1372227
Octal20710217206312574674247
Binary100001111000010111101001100111010101111100110111100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87427A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87427A; }

 p { color: rgb(135,66,122); }

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

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

 a { background-color: rgb(135,66,122); }

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

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

 span { border-color: rgb(135,66,122); }

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