#87536E

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

Shades of Cannon Pink #87536E

Tints of Cannon Pink #87536E

Color information

#87536E (or 0x87536E) is unknown color: approx Cannon Pink. HEX triplet: 87, 53 and 6E. RGB value is (135,83,110). Sum of RGB (Red+Green+Blue) = 135+83+110=328 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.16% from 328); Green value is 83 (32.81% from 255 or 25.30% from 328); Blue value is 110 (43.36% from 255 or 33.54% from 328); Max value from RGB is 135 - color contains mainly: red. Hex color #87536E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87536E is #78AC91. Grayscale: #656565. Windows color (decimal): -7908498 or 7230343. OLE color: 7230343.

HSL color Cylindrical-coordinate representation of color #87536E: hue angle of 328.85º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #87536E is Cyan = 0, Magento = 0.39, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB13583110-
CMYK00.390.190.47
HSL328.85º23.85%42.75%-
HSV(B)328.85º38.52%52.94%-
XYZ15.912.4616.32-
YUV101.63132.73151.8-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 41.16%
GREEN value IS 83 (32.81% from 255) = 25.30%
BLUE value IS 110 (43.36% from 255) = 33.54%
R=41.16%
G=25.30%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1358311000.390.190.47328.8523.8542.75
Hex87536E027132F149182b
Octal20712315604723575113053
Binary100001111010011110111001001111001110111110100100111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87536E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87536E; }

 p { color: rgb(135,83,110); }

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

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

 a { background-color: rgb(135,83,110); }

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

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

 span { border-color: rgb(135,83,110); }

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