#87424B

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

Shades of Solid Pink #87424B

Tints of Solid Pink #87424B

Color information

#87424B (or 0x87424B) is unknown color: approx Solid Pink. HEX triplet: 87, 42 and 4B. RGB value is (135,66,75). Sum of RGB (Red+Green+Blue) = 135+66+75=276 (36% of max value = 765). Red value is 135 (53.12% from 255 or 48.91% from 276); Green value is 66 (26.17% from 255 or 23.91% from 276); Blue value is 75 (29.69% from 255 or 27.17% from 276); Max value from RGB is 135 - color contains mainly: red. Hex color #87424B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87424B is #78BDB4. Grayscale: #575757. Windows color (decimal): -7912885 or 4932231. OLE color: 4932231.

HSL color Cylindrical-coordinate representation of color #87424B: hue angle of 352.17º 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 #87424B is Cyan = 0, Magento = 0.51, Yellow = 0.44 and Black (K on CMYK) = 0.47.

Color convert

RGB1356675-
CMYK00.510.440.47
HSL352.17º34.33%39.41%-
HSV(B)352.17º51.11%52.94%-
XYZ13.219.567.8-
YUV87.66120.86161.77-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 48.91%
GREEN value IS 66 (26.17% from 255) = 23.91%
BLUE value IS 75 (29.69% from 255) = 27.17%
R=48.91%
G=23.91%
B=27.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.44
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135667500.510.440.47352.1734.3339.41
Hex87424B0332C2F1602227
Octal20710211306354575404247
Binary10000111100001010010110110011101100101111101100000100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87424B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87424B; }

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

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

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

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

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

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

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

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