#875253

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

Shades of Solid Pink #875253

Tints of Solid Pink #875253

Color information

#875253 (or 0x875253) is unknown color: approx Solid Pink. HEX triplet: 87, 52 and 53. RGB value is (135,82,83). Sum of RGB (Red+Green+Blue) = 135+82+83=300 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45% from 300); Green value is 82 (32.42% from 255 or 27.33% from 300); Blue value is 83 (32.81% from 255 or 27.67% from 300); Max value from RGB is 135 - color contains mainly: red. Hex color #875253 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875253 is #78ADAC. Grayscale: #626262. Windows color (decimal): -7908781 or 5460615. OLE color: 5460615.

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

Color convert

RGB1358283-
CMYK00.390.390.47
HSL358.87º24.42%42.55%-
HSV(B)358.87º39.26%52.94%-
XYZ14.5711.819.7-
YUV97.96119.56154.42-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 45%
GREEN value IS 82 (32.42% from 255) = 27.33%
BLUE value IS 83 (32.81% from 255) = 27.67%
R=45%
G=27.33%
B=27.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.39
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135828300.390.390.47358.8724.4242.55
Hex875253027272F167182b
Octal20712212304747575473053
Binary1000011110100101010011010011110011110111110110011111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875253; }

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

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

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

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

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

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

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

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