#864B50

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

Shades of Solid Pink #864B50

Tints of Solid Pink #864B50

Color information

#864B50 (or 0x864B50) is unknown color: approx Solid Pink. HEX triplet: 86, 4B and 50. RGB value is (134,75,80). Sum of RGB (Red+Green+Blue) = 134+75+80=289 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.37% from 289); Green value is 75 (29.69% from 255 or 25.95% from 289); Blue value is 80 (31.64% from 255 or 27.68% from 289); Max value from RGB is 134 - color contains mainly: red. Hex color #864B50 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #864B50 is #79B4AF. Grayscale: #5D5D5D. Windows color (decimal): -7976112 or 5262214. OLE color: 5262214.

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

Color convert

RGB1347580-
CMYK00.440.400.47
HSL354.92º28.23%40.98%-
HSV(B)354.92º44.03%52.55%-
XYZ13.810.688.92-
YUV93.21120.55157.09-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 46.37%
GREEN value IS 75 (29.69% from 255) = 25.95%
BLUE value IS 80 (31.64% from 255) = 27.68%
R=46.37%
G=25.95%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.40
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134758000.440.400.47354.9228.2340.98
Hex864B5002C282F1631c29
Octal20611312005450575433451
Binary1000011010010111010000010110010100010111110110001111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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