#87475B

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

Shades of Cannon Pink #87475B

Tints of Cannon Pink #87475B

Color information

#87475B (or 0x87475B) is unknown color: approx Cannon Pink. HEX triplet: 87, 47 and 5B. RGB value is (135,71,91). Sum of RGB (Red+Green+Blue) = 135+71+91=297 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.45% from 297); Green value is 71 (28.12% from 255 or 23.91% from 297); Blue value is 91 (35.94% from 255 or 30.64% from 297); Max value from RGB is 135 - color contains mainly: red. Hex color #87475B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87475B is #78B8A4. Grayscale: #5C5C5C. Windows color (decimal): -7911589 or 5982087. OLE color: 5982087.

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

Color convert

RGB1357191-
CMYK00.470.330.47
HSL341.25º31.07%40.39%-
HSV(B)341.25º47.41%52.94%-
XYZ14.1310.4111.16-
YUV92.42127.2158.37-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 45.45%
GREEN value IS 71 (28.12% from 255) = 23.91%
BLUE value IS 91 (35.94% from 255) = 30.64%
R=45.45%
G=23.91%
B=30.64%

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
Decimal135719100.470.330.47341.2531.0740.39
Hex87475B02F212F1551f28
Octal20710713305741575253750
Binary1000011110001111011011010111110000110111110101010111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87475B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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