#875258

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

Shades of Solid Pink #875258

Tints of Solid Pink #875258

Color information

#875258 (or 0x875258) is unknown color: approx Solid Pink. HEX triplet: 87, 52 and 58. RGB value is (135,82,88). Sum of RGB (Red+Green+Blue) = 135+82+88=305 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.26% from 305); Green value is 82 (32.42% from 255 or 26.89% from 305); Blue value is 88 (34.77% from 255 or 28.85% from 305); Max value from RGB is 135 - color contains mainly: red. Hex color #875258 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875258 is #78ADA7. Grayscale: #626262. Windows color (decimal): -7908776 or 5788295. OLE color: 5788295.

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

Color convert

RGB1358288-
CMYK00.390.350.47
HSL353.21º24.42%42.55%-
HSV(B)353.21º39.26%52.94%-
XYZ14.7711.8910.75-
YUV98.53122.06154.01-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 44.26%
GREEN value IS 82 (32.42% from 255) = 26.89%
BLUE value IS 88 (34.77% from 255) = 28.85%
R=44.26%
G=26.89%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.35
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135828800.390.350.47353.2124.4242.55
Hex875258027232F161182b
Octal20712213004743575413053
Binary1000011110100101011000010011110001110111110110000111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875258; }

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

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

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

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

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

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

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

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