#864953

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

Shades of Solid Pink #864953

Tints of Solid Pink #864953

Color information

#864953 (or 0x864953) is unknown color: approx Solid Pink. HEX triplet: 86, 49 and 53. RGB value is (134,73,83). Sum of RGB (Red+Green+Blue) = 134+73+83=290 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.21% from 290); Green value is 73 (28.91% from 255 or 25.17% from 290); Blue value is 83 (32.81% from 255 or 28.62% from 290); Max value from RGB is 134 - color contains mainly: red. Hex color #864953 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #864953 is #79B6AC. Grayscale: #5C5C5C. Windows color (decimal): -7976621 or 5458310. OLE color: 5458310.

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

Color convert

RGB1347383-
CMYK00.460.380.47
HSL350.16º29.47%40.59%-
HSV(B)350.16º45.52%52.55%-
XYZ13.7810.469.48-
YUV92.38122.71157.69-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 46.21%
GREEN value IS 73 (28.91% from 255) = 25.17%
BLUE value IS 83 (32.81% from 255) = 28.62%
R=46.21%
G=25.17%
B=28.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.38
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134738300.460.380.47350.1629.4740.59
Hex86495302E262F15e1d29
Octal20611112305646575363551
Binary1000011010010011010011010111010011010111110101111011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864953; }

 p { color: rgb(134,73,83); }

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

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

 a { background-color: rgb(134,73,83); }

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

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

 span { border-color: rgb(134,73,83); }

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