#87475F

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

Shades of Cannon Pink #87475F

Tints of Cannon Pink #87475F

Color information

#87475F (or 0x87475F) is unknown color: approx Cannon Pink. HEX triplet: 87, 47 and 5F. RGB value is (135,71,95). Sum of RGB (Red+Green+Blue) = 135+71+95=301 (39% of max value = 765). Red value is 135 (53.12% from 255 or 44.85% from 301); Green value is 71 (28.12% from 255 or 23.59% from 301); Blue value is 95 (37.5% from 255 or 31.56% from 301); Max value from RGB is 135 - color contains mainly: red. Hex color #87475F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87475F is #78B8A0. Grayscale: #5C5C5C. Windows color (decimal): -7911585 or 6244231. OLE color: 6244231.

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

Color convert

RGB1357195-
CMYK00.470.300.47
HSL337.5º31.07%40.39%-
HSV(B)337.5º47.41%52.94%-
XYZ14.3110.4812.1-
YUV92.87129.2158.05-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 44.85%
GREEN value IS 71 (28.12% from 255) = 23.59%
BLUE value IS 95 (37.5% from 255) = 31.56%
R=44.85%
G=23.59%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.30
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135719500.470.300.47337.531.0740.39
Hex87475F02F1E2F1521f28
Octal20710713705736575223750
Binary100001111000111101111101011111111010111110101001011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87475F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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