#87585D

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

Shades of Cannon Pink #87585D

Tints of Cannon Pink #87585D

Color information

#87585D (or 0x87585D) is unknown color: approx Cannon Pink. HEX triplet: 87, 58 and 5D. RGB value is (135,88,93). Sum of RGB (Red+Green+Blue) = 135+88+93=316 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.72% from 316); Green value is 88 (34.77% from 255 or 27.85% from 316); Blue value is 93 (36.72% from 255 or 29.43% from 316); Max value from RGB is 135 - color contains mainly: red. Hex color #87585D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87585D is #78A7A2. Grayscale: #666666. Windows color (decimal): -7907235 or 6117511. OLE color: 6117511.

HSL color Cylindrical-coordinate representation of color #87585D: hue angle of 353.62º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #87585D is Cyan = 0, Magento = 0.35, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB1358893-
CMYK00.350.310.47
HSL353.62º21.08%43.73%-
HSV(B)353.62º34.81%52.94%-
XYZ15.4612.9212.04-
YUV102.62122.57151.09-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 42.72%
GREEN value IS 88 (34.77% from 255) = 27.85%
BLUE value IS 93 (36.72% from 255) = 29.43%
R=42.72%
G=27.85%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135889300.350.310.47353.6221.0843.73
Hex87585D0231F2F162152c
Octal20713013504337575422554
Binary100001111011000101110101000111111110111110110001010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87585D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87585D; }

 p { color: rgb(135,88,93); }

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

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

 a { background-color: rgb(135,88,93); }

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

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

 span { border-color: rgb(135,88,93); }

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