#864D50

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

Shades of Solid Pink #864D50

Tints of Solid Pink #864D50

Color information

#864D50 (or 0x864D50) is unknown color: approx Solid Pink. HEX triplet: 86, 4D and 50. RGB value is (134,77,80). Sum of RGB (Red+Green+Blue) = 134+77+80=291 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.05% from 291); Green value is 77 (30.47% from 255 or 26.46% from 291); Blue value is 80 (31.64% from 255 or 27.49% from 291); Max value from RGB is 134 - color contains mainly: red. Hex color #864D50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #864D50 is #79B2AF. Grayscale: #5E5E5E. Windows color (decimal): -7975600 or 5262726. OLE color: 5262726.

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

Color convert

RGB1347780-
CMYK00.430.400.47
HSL356.84º27.01%41.37%-
HSV(B)356.84º42.54%52.55%-
XYZ13.9310.968.97-
YUV94.38119.88156.26-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 46.05%
GREEN value IS 77 (30.47% from 255) = 26.46%
BLUE value IS 80 (31.64% from 255) = 27.49%
R=46.05%
G=26.46%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.40
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134778000.430.400.47356.8427.0141.37
Hex864D5002B282F1651b29
Octal20611512005350575453351
Binary1000011010011011010000010101110100010111110110010111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864D50; }

 p { color: rgb(134,77,80); }

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

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

 a { background-color: rgb(134,77,80); }

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

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

 span { border-color: rgb(134,77,80); }

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