#87475A

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

Shades of Cannon Pink #87475A

Tints of Cannon Pink #87475A

Color information

#87475A (or 0x87475A) is unknown color: approx Cannon Pink. HEX triplet: 87, 47 and 5A. RGB value is (135,71,90). Sum of RGB (Red+Green+Blue) = 135+71+90=296 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.61% from 296); Green value is 71 (28.12% from 255 or 23.99% from 296); Blue value is 90 (35.55% from 255 or 30.41% from 296); Max value from RGB is 135 - color contains mainly: red. Hex color #87475A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87475A is #78B8A5. Grayscale: #5C5C5C. Windows color (decimal): -7911590 or 5916551. OLE color: 5916551.

HSL color Cylindrical-coordinate representation of color #87475A: hue angle of 342.19º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #87475A is Cyan = 0, Magento = 0.47, Yellow = 0.33 and Black (K on CMYK) = 0.47.

Color convert

RGB1357190-
CMYK00.470.330.47
HSL342.19º31.07%40.39%-
HSV(B)342.19º47.41%52.94%-
XYZ14.0910.410.94-
YUV92.3126.7158.46-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 45.61%
GREEN value IS 71 (28.12% from 255) = 23.99%
BLUE value IS 90 (35.55% from 255) = 30.41%
R=45.61%
G=23.99%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.33
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135719000.470.330.47342.1931.0740.39
Hex87475A02F212F1561f28
Octal20710713205741575263750
Binary1000011110001111011010010111110000110111110101011011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87475A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87475A; }

 p { color: rgb(135,71,90); }

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

<style>
 a { background-color: #87475A; }

 a { background-color: rgb(135,71,90); }

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

<style>
 span { border-color: #87475A; }

 span { border-color: rgb(135,71,90); }

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