#87454B

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

Shades of Solid Pink #87454B

Tints of Solid Pink #87454B

Color information

#87454B (or 0x87454B) is unknown color: approx Solid Pink. HEX triplet: 87, 45 and 4B. RGB value is (135,69,75). Sum of RGB (Red+Green+Blue) = 135+69+75=279 (36% of max value = 765). Red value is 135 (53.12% from 255 or 48.39% from 279); Green value is 69 (27.34% from 255 or 24.73% from 279); Blue value is 75 (29.69% from 255 or 26.88% from 279); Max value from RGB is 135 - color contains mainly: red. Hex color #87454B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87454B is #78BAB4. Grayscale: #595959. Windows color (decimal): -7912117 or 4932999. OLE color: 4932999.

HSL color Cylindrical-coordinate representation of color #87454B: hue angle of 354.55º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #87454B is Cyan = 0, Magento = 0.49, Yellow = 0.44 and Black (K on CMYK) = 0.47.

Color convert

RGB1356975-
CMYK00.490.440.47
HSL354.55º32.35%40%-
HSV(B)354.55º48.89%52.94%-
XYZ13.399.927.86-
YUV89.42119.87160.51-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 48.39%
GREEN value IS 69 (27.34% from 255) = 24.73%
BLUE value IS 75 (29.69% from 255) = 26.88%
R=48.39%
G=24.73%
B=26.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.44
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135697500.490.440.47354.5532.3540
Hex87454B0312C2F1632028
Octal20710511306154575434050
Binary10000111100010110010110110001101100101111101100011100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87454B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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