#87536B

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

Shades of Cannon Pink #87536B

Tints of Cannon Pink #87536B

Color information

#87536B (or 0x87536B) is unknown color: approx Cannon Pink. HEX triplet: 87, 53 and 6B. RGB value is (135,83,107). Sum of RGB (Red+Green+Blue) = 135+83+107=325 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.54% from 325); Green value is 83 (32.81% from 255 or 25.54% from 325); Blue value is 107 (42.19% from 255 or 32.92% from 325); Max value from RGB is 135 - color contains mainly: red. Hex color #87536B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87536B is #78AC94. Grayscale: #656565. Windows color (decimal): -7908501 or 7033735. OLE color: 7033735.

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

Color convert

RGB13583107-
CMYK00.390.210.47
HSL332.31º23.85%42.75%-
HSV(B)332.31º38.52%52.94%-
XYZ15.7412.415.47-
YUV101.28131.23152.05-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 41.54%
GREEN value IS 83 (32.81% from 255) = 25.54%
BLUE value IS 107 (42.19% from 255) = 32.92%
R=41.54%
G=25.54%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1358310700.390.210.47332.3123.8542.75
Hex87536B027152F14c182b
Octal20712315304725575143053
Binary100001111010011110101101001111010110111110100110011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87536B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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