#874852

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

Shades of Solid Pink #874852

Tints of Solid Pink #874852

Color information

#874852 (or 0x874852) is unknown color: approx Solid Pink. HEX triplet: 87, 48 and 52. RGB value is (135,72,82). Sum of RGB (Red+Green+Blue) = 135+72+82=289 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.71% from 289); Green value is 72 (28.52% from 255 or 24.91% from 289); Blue value is 82 (32.42% from 255 or 28.37% from 289); Max value from RGB is 135 - color contains mainly: red. Hex color #874852 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874852 is #78B7AD. Grayscale: #5B5B5B. Windows color (decimal): -7911342 or 5392519. OLE color: 5392519.

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

Color convert

RGB1357282-
CMYK00.470.390.47
HSL350.48º30.43%40.59%-
HSV(B)350.48º46.67%52.94%-
XYZ13.8310.399.26-
YUV91.98122.37158.69-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 46.71%
GREEN value IS 72 (28.52% from 255) = 24.91%
BLUE value IS 82 (32.42% from 255) = 28.37%
R=46.71%
G=24.91%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.39
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135728200.470.390.47350.4830.4340.59
Hex87485202F272F15e1e29
Octal20711012205747575363651
Binary1000011110010001010010010111110011110111110101111011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874852; }

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

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

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

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

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

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

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

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