#875161

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

Shades of Cannon Pink #875161

Tints of Cannon Pink #875161

Color information

#875161 (or 0x875161) is unknown color: approx Cannon Pink. HEX triplet: 87, 51 and 61. RGB value is (135,81,97). Sum of RGB (Red+Green+Blue) = 135+81+97=313 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.13% from 313); Green value is 81 (32.03% from 255 or 25.88% from 313); Blue value is 97 (38.28% from 255 or 30.99% from 313); Max value from RGB is 135 - color contains mainly: red. Hex color #875161 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875161 is #78AE9E. Grayscale: #626262. Windows color (decimal): -7909023 or 6377863. OLE color: 6377863.

HSL color Cylindrical-coordinate representation of color #875161: hue angle of 342.22º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #875161 is Cyan = 0, Magento = 0.40, Yellow = 0.28 and Black (K on CMYK) = 0.47.

Color convert

RGB1358197-
CMYK00.400.280.47
HSL342.22º25%42.35%-
HSV(B)342.22º40%52.94%-
XYZ15.0911.912.81-
YUV98.97126.89153.7-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 43.13%
GREEN value IS 81 (32.03% from 255) = 25.88%
BLUE value IS 97 (38.28% from 255) = 30.99%
R=43.13%
G=25.88%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135819700.400.280.47342.222542.35
Hex8751610281C2F156192a
Octal20712114105034575263152
Binary100001111010001110000101010001110010111110101011011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875161; }

 p { color: rgb(135,81,97); }

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

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

 a { background-color: rgb(135,81,97); }

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

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

 span { border-color: rgb(135,81,97); }

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