#875261

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

Shades of Cannon Pink #875261

Tints of Cannon Pink #875261

Color information

#875261 (or 0x875261) is unknown color: approx Cannon Pink. HEX triplet: 87, 52 and 61. RGB value is (135,82,97). Sum of RGB (Red+Green+Blue) = 135+82+97=314 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.99% from 314); Green value is 82 (32.42% from 255 or 26.11% from 314); Blue value is 97 (38.28% from 255 or 30.89% from 314); Max value from RGB is 135 - color contains mainly: red. Hex color #875261 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875261 is #78AD9E. Grayscale: #636363. Windows color (decimal): -7908767 or 6378119. OLE color: 6378119.

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

Color convert

RGB1358297-
CMYK00.390.280.47
HSL343.02º24.42%42.55%-
HSV(B)343.02º39.26%52.94%-
XYZ15.1712.0512.84-
YUV99.56126.56153.28-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 42.99%
GREEN value IS 82 (32.42% from 255) = 26.11%
BLUE value IS 97 (38.28% from 255) = 30.89%
R=42.99%
G=26.11%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135829700.390.280.47343.0224.4242.55
Hex8752610271C2F157182b
Octal20712214104734575273053
Binary100001111010010110000101001111110010111110101011111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875261; }

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

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

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

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

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

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

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

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