#875259

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

Shades of Solid Pink #875259

Tints of Solid Pink #875259

Color information

#875259 (or 0x875259) is unknown color: approx Solid Pink. HEX triplet: 87, 52 and 59. RGB value is (135,82,89). Sum of RGB (Red+Green+Blue) = 135+82+89=306 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.12% from 306); Green value is 82 (32.42% from 255 or 26.80% from 306); Blue value is 89 (35.16% from 255 or 29.08% from 306); Max value from RGB is 135 - color contains mainly: red. Hex color #875259 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875259 is #78ADA6. Grayscale: #626262. Windows color (decimal): -7908775 or 5853831. OLE color: 5853831.

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

Color convert

RGB1358289-
CMYK00.390.340.47
HSL352.08º24.42%42.55%-
HSV(B)352.08º39.26%52.94%-
XYZ14.8111.9110.97-
YUV98.64122.56153.93-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 44.12%
GREEN value IS 82 (32.42% from 255) = 26.80%
BLUE value IS 89 (35.16% from 255) = 29.08%
R=44.12%
G=26.80%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.34
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135828900.390.340.47352.0824.4242.55
Hex875259027222F160182b
Octal20712213104742575403053
Binary1000011110100101011001010011110001010111110110000011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875259; }

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

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

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

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

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

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

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

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