#864753

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

Shades of Solid Pink #864753

Tints of Solid Pink #864753

Color information

#864753 (or 0x864753) is unknown color: approx Solid Pink. HEX triplet: 86, 47 and 53. RGB value is (134,71,83). Sum of RGB (Red+Green+Blue) = 134+71+83=288 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.53% from 288); Green value is 71 (28.12% from 255 or 24.65% from 288); Blue value is 83 (32.81% from 255 or 28.82% from 288); Max value from RGB is 134 - color contains mainly: red. Hex color #864753 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #864753 is #79B8AC. Grayscale: #5B5B5B. Windows color (decimal): -7977133 or 5457798. OLE color: 5457798.

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

Color convert

RGB1347183-
CMYK00.470.380.47
HSL348.57º30.73%40.2%-
HSV(B)348.57º47.01%52.55%-
XYZ13.6510.29.43-
YUV91.2123.37158.52-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 46.53%
GREEN value IS 71 (28.12% from 255) = 24.65%
BLUE value IS 83 (32.81% from 255) = 28.82%
R=46.53%
G=24.65%
B=28.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.38
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134718300.470.380.47348.5730.7340.2
Hex86475302F262F15d1f28
Octal20610712305746575353750
Binary1000011010001111010011010111110011010111110101110111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864753; }

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

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

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

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

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

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

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

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