#86424C

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

Shades of Solid Pink #86424C

Tints of Solid Pink #86424C

Color information

#86424C (or 0x86424C) is unknown color: approx Solid Pink. HEX triplet: 86, 42 and 4C. RGB value is (134,66,76). Sum of RGB (Red+Green+Blue) = 134+66+76=276 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.55% from 276); Green value is 66 (26.17% from 255 or 23.91% from 276); Blue value is 76 (30.08% from 255 or 27.54% from 276); Max value from RGB is 134 - color contains mainly: red. Hex color #86424C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86424C is #79BDB3. Grayscale: #575757. Windows color (decimal): -7978420 or 4997766. OLE color: 4997766.

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

Color convert

RGB1346676-
CMYK00.510.430.47
HSL351.18º34%39.22%-
HSV(B)351.18º50.75%52.55%-
XYZ13.089.497.98-
YUV87.47121.53161.19-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 48.55%
GREEN value IS 66 (26.17% from 255) = 23.91%
BLUE value IS 76 (30.08% from 255) = 27.54%
R=48.55%
G=23.91%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.43
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134667600.510.430.47351.183439.22
Hex86424C0332B2F15f2227
Octal20610211406353575374247
Binary10000110100001010011000110011101011101111101011111100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86424C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86424C; }

 p { color: rgb(134,66,76); }

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

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

 a { background-color: rgb(134,66,76); }

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

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

 span { border-color: rgb(134,66,76); }

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