#87535C

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

Shades of Cannon Pink #87535C

Tints of Cannon Pink #87535C

Color information

#87535C (or 0x87535C) is unknown color: approx Cannon Pink. HEX triplet: 87, 53 and 5C. RGB value is (135,83,92). Sum of RGB (Red+Green+Blue) = 135+83+92=310 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.55% from 310); Green value is 83 (32.81% from 255 or 26.77% from 310); Blue value is 92 (36.33% from 255 or 29.68% from 310); Max value from RGB is 135 - color contains mainly: red. Hex color #87535C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87535C is #78ACA3. Grayscale: #636363. Windows color (decimal): -7908516 or 6050695. OLE color: 6050695.

HSL color Cylindrical-coordinate representation of color #87535C: hue angle of 349.62º 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 #87535C is Cyan = 0, Magento = 0.39, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB1358392-
CMYK00.390.320.47
HSL349.62º23.85%42.75%-
HSV(B)349.62º38.52%52.94%-
XYZ15.0212.1111.67-
YUV99.57123.73153.27-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 43.55%
GREEN value IS 83 (32.81% from 255) = 26.77%
BLUE value IS 92 (36.33% from 255) = 29.68%
R=43.55%
G=26.77%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.32
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135839200.390.320.47349.6223.8542.75
Hex87535C027202F15e182b
Octal20712313404740575363053
Binary1000011110100111011100010011110000010111110101111011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87535C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87535C; }

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

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

<style>
 a { background-color: #87535C; }

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

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

<style>
 span { border-color: #87535C; }

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

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