#87525B

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

Shades of Cannon Pink #87525B

Tints of Cannon Pink #87525B

Color information

#87525B (or 0x87525B) is unknown color: approx Cannon Pink. HEX triplet: 87, 52 and 5B. RGB value is (135,82,91). Sum of RGB (Red+Green+Blue) = 135+82+91=308 (40% of max value = 765). Red value is 135 (53.12% from 255 or 43.83% from 308); Green value is 82 (32.42% from 255 or 26.62% from 308); Blue value is 91 (35.94% from 255 or 29.55% from 308); Max value from RGB is 135 - color contains mainly: red. Hex color #87525B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87525B is #78ADA4. Grayscale: #626262. Windows color (decimal): -7908773 or 5984903. OLE color: 5984903.

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

Color convert

RGB1358291-
CMYK00.390.330.47
HSL349.81º24.42%42.55%-
HSV(B)349.81º39.26%52.94%-
XYZ14.911.9411.42-
YUV98.87123.56153.77-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 43.83%
GREEN value IS 82 (32.42% from 255) = 26.62%
BLUE value IS 91 (35.94% from 255) = 29.55%
R=43.83%
G=26.62%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.33
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135829100.390.330.47349.8124.4242.55
Hex87525B027212F15e182b
Octal20712213304741575363053
Binary1000011110100101011011010011110000110111110101111011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87525B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,82,91); }

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

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

 a { background-color: rgb(135,82,91); }

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

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

 span { border-color: rgb(135,82,91); }

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