#875671

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

Shades of Cannon Pink #875671

Tints of Cannon Pink #875671

Color information

#875671 (or 0x875671) is unknown color: approx Cannon Pink. HEX triplet: 87, 56 and 71. RGB value is (135,86,113). Sum of RGB (Red+Green+Blue) = 135+86+113=334 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.42% from 334); Green value is 86 (33.98% from 255 or 25.75% from 334); Blue value is 113 (44.53% from 255 or 33.83% from 334); Max value from RGB is 135 - color contains mainly: red. Hex color #875671 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875671 is #78A98E. Grayscale: #676767. Windows color (decimal): -7907727 or 7427719. OLE color: 7427719.

HSL color Cylindrical-coordinate representation of color #875671: hue angle of 326.94º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #875671 is Cyan = 0, Magento = 0.36, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB13586113-
CMYK00.360.160.47
HSL326.94º22.17%43.33%-
HSV(B)326.94º36.3%52.94%-
XYZ16.31317.27-
YUV103.73133.23150.3-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 40.42%
GREEN value IS 86 (33.98% from 255) = 25.75%
BLUE value IS 113 (44.53% from 255) = 33.83%
R=40.42%
G=25.75%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1358611300.360.160.47326.9422.1743.33
Hex875671024102F147162b
Octal20712616104420575072653
Binary100001111010110111000101001001000010111110100011110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875671; }

 p { color: rgb(135,86,113); }

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

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

 a { background-color: rgb(135,86,113); }

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

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

 span { border-color: rgb(135,86,113); }

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